Skip to content

Commit 2ed7b1d

Browse files
committed
chore: update web packages
1 parent 3448e65 commit 2ed7b1d

File tree

5 files changed

+977
-493
lines changed

5 files changed

+977
-493
lines changed

docker-compose.ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
api:
53
image: development

docker-compose.override.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42

53
api:

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
nginx:
53
restart: unless-stopped

web/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,35 @@
1919
]
2020
},
2121
"dependencies": {
22-
"@equinor/eds-core-react": "^0.41.2",
23-
"@equinor/eds-icons": "^0.21.0",
24-
"axios": "^1.7.7",
25-
"react": "^18.3.1",
26-
"react-dom": "^18.3.1",
27-
"react-oauth2-code-pkce": "^1.20.2",
28-
"react-router-dom": "^6.26.1",
29-
"styled-components": "^6.1.12"
22+
"@equinor/eds-core-react": "^0.42.5",
23+
"@equinor/eds-icons": "^0.22.0",
24+
"axios": "^1.7.9",
25+
"react": "^19.0.0",
26+
"react-dom": "^19.0.0",
27+
"react-oauth2-code-pkce": "^1.22.2",
28+
"react-router-dom": "^7.1.1",
29+
"styled-components": "^6.1.14"
3030
},
3131
"devDependencies": {
32-
"@biomejs/biome": "^1.8.3",
32+
"@biomejs/biome": "^1.9.4",
3333
"@testing-library/dom": "^10.4.0",
34-
"@testing-library/jest-dom": "^6.5.0",
35-
"@testing-library/react": "^16.0.1",
36-
"@types/jest": "^29.5.12",
37-
"@types/node": "^22.5.2",
38-
"@types/react": "^18.3.5",
39-
"@types/react-dom": "^18.3.0",
34+
"@testing-library/jest-dom": "^6.6.3",
35+
"@testing-library/react": "^16.1.0",
36+
"@types/jest": "^29.5.14",
37+
"@types/node": "^22.10.6",
38+
"@types/react": "^19.0.7",
39+
"@types/react-dom": "^19.0.3",
4040
"@types/react-router": "^5.1.20",
4141
"@types/react-router-dom": "^5.3.3",
42-
"@vitejs/plugin-react": "^4.3.1",
43-
"jsdom": "^25.0.0",
42+
"@vitejs/plugin-react": "^4.3.4",
43+
"jsdom": "^26.0.0",
4444
"openapi-typescript-codegen": "^0.29.0",
45-
"prettier": "^3.3.3",
46-
"typescript": "~5.5.4",
47-
"vite": "^5.4.3",
48-
"vite-plugin-checker": "^0.7.2",
49-
"vite-plugin-svgr": "^4.2.0",
50-
"vite-tsconfig-paths": "^5.0.1",
51-
"vitest": "^2.0.5"
45+
"prettier": "^3.4.2",
46+
"typescript": "~5.7.3",
47+
"vite": "^6.0.7",
48+
"vite-plugin-checker": "^0.8.0",
49+
"vite-plugin-svgr": "^4.3.0",
50+
"vite-tsconfig-paths": "^5.1.4",
51+
"vitest": "^2.1.8"
5252
}
5353
}

0 commit comments

Comments
 (0)