Skip to content

Commit 10827a5

Browse files
committed
- Update axios to version 1.18.0 for improved performance and security.
- Upgrade Playwright packages to version 1.61.0 for enhanced testing capabilities. - Bump @typescript-eslint packages to version 8.61.1 for better TypeScript support. - Update vitest packages to version 4.1.9 for the latest features and fixes. - Upgrade @csstools/css-color-parser to version 4.1.7 for improved CSS parsing. - Update electron-to-chromium to version 1.5.373 for better compatibility. #deploy-test-dolly-frontend
1 parent df6bd23 commit 10827a5

2 files changed

Lines changed: 215 additions & 202 deletions

File tree

apps/dolly-frontend/src/main/js/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@hookform/resolvers": "^5.4.0",
2626
"@navikt/aksel-icons": "^8.12.1",
2727
"@popperjs/core": "^2.11.8",
28-
"axios": "^1.17.0",
28+
"axios": "^1.18.0",
2929
"classnames": "^2.5.1",
3030
"country-data-list": "^1.6.3",
3131
"date-fns": "^4.4.0",
@@ -61,8 +61,8 @@
6161
"@navikt/aksel": "^8.12.1",
6262
"@navikt/ds-css": "^8.12.1",
6363
"@navikt/ds-react": "^8.12.1",
64-
"@playwright/experimental-ct-react": "^1.60.0",
65-
"@playwright/test": "^1.60.0",
64+
"@playwright/experimental-ct-react": "^1.61.0",
65+
"@playwright/test": "^1.61.0",
6666
"@reduxjs/toolkit": "^2.12.0",
6767
"@rolldown/plugin-babel": "^0.2.3",
6868
"@testing-library/dom": "^10.4.1",
@@ -77,12 +77,12 @@
7777
"@types/react-modal": "^3.16.3",
7878
"@types/react-redux": "^7.1.34",
7979
"@types/redux-actions": "^2.6.5",
80-
"@typescript-eslint/eslint-plugin": "^8.61.0",
81-
"@typescript-eslint/parser": "^8.61.0",
80+
"@typescript-eslint/eslint-plugin": "^8.61.1",
81+
"@typescript-eslint/parser": "^8.61.1",
8282
"@vitejs/plugin-react": "^6.0.2",
83-
"@vitest/browser": "^4.1.8",
84-
"@vitest/browser-playwright": "^4.1.8",
85-
"@vitest/ui": "^4.1.8",
83+
"@vitest/browser": "^4.1.9",
84+
"@vitest/browser-playwright": "^4.1.9",
85+
"@vitest/ui": "^4.1.9",
8686
"babel-plugin-react-compiler": "^1.0.0",
8787
"babel-plugin-styled-components": "^2.3.0",
8888
"dot-prop": "^10.1.0",
@@ -95,7 +95,7 @@
9595
"jsdom": "^29.1.1",
9696
"less": "^4.6.6",
9797
"msw": "^2.14.6",
98-
"playwright": "^1.60.0",
98+
"playwright": "^1.61.0",
9999
"prettier": "^3.8.4",
100100
"react-dropzone": "^15.0.0",
101101
"react-pdf": "^10.4.1",
@@ -105,7 +105,7 @@
105105
"swr": "^2.4.1",
106106
"typescript": "^6.0.3",
107107
"vite": "^8.0.16",
108-
"vitest": "^4.1.8",
108+
"vitest": "^4.1.9",
109109
"vitest-browser-react": "^2.2.0"
110110
},
111111
"prettier": {

0 commit comments

Comments
 (0)