Skip to content

Commit

Permalink
chore: update web packages
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlokken committed Jan 16, 2025
1 parent 3448e65 commit 2ed7b1d
Show file tree
Hide file tree
Showing 5 changed files with 977 additions and 493 deletions.
2 changes: 0 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
api:
image: development
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:

api:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
nginx:
restart: unless-stopped
Expand Down
48 changes: 24 additions & 24 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
]
},
"dependencies": {
"@equinor/eds-core-react": "^0.41.2",
"@equinor/eds-icons": "^0.21.0",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-oauth2-code-pkce": "^1.20.2",
"react-router-dom": "^6.26.1",
"styled-components": "^6.1.12"
"@equinor/eds-core-react": "^0.42.5",
"@equinor/eds-icons": "^0.22.0",
"axios": "^1.7.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-oauth2-code-pkce": "^1.22.2",
"react-router-dom": "^7.1.1",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^25.0.0",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^26.0.0",
"openapi-typescript-codegen": "^0.29.0",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"vite": "^5.4.3",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"prettier": "^3.4.2",
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 2ed7b1d

Please sign in to comment.