Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 14, 2025
1 parent 63dd47d commit 4503e9b
Show file tree
Hide file tree
Showing 2 changed files with 615 additions and 381 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"prepare": "husky"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.16.4",
"@codegouvfr/react-dsfr": "^1.16.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@mui/x-date-pickers": "^7.23.2",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-router": "^1.90.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/system": "^6.3.1",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-date-pickers": "^7.23.6",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.95.6",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"i18nifty": "^3.2.3",
"oidc-spa": "^5.6.1",
"oidc-spa": "^5.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsafe": "^1.8.5",
Expand All @@ -43,27 +43,27 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tanstack/router-devtools": "^1.90.0",
"@tanstack/router-vite-plugin": "^1.87.13",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@eslint/js": "^9.18.0",
"@tanstack/router-devtools": "^1.95.6",
"@tanstack/router-vite-plugin": "^1.95.6",
"@types/node": "^22.10.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-tss-unused-classes": "^1.0.3",
"globals": "^15.13.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"node-fetch": "^3.3.2",
"orval": "^7.3.0",
"orval": "^7.4.1",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 4503e9b

Please sign in to comment.