Skip to content

Commit 14221c0

Browse files
authored
Update deps (#747)
* update deps * update backend
1 parent 5a19b82 commit 14221c0

File tree

3 files changed

+306
-356
lines changed

3 files changed

+306
-356
lines changed

client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@mantine/spotlight": "^8.3.15",
2828
"@tanstack/react-query": "^5.90.21",
2929
"@types/papaparse": "^5.5.2",
30-
"axios": "^1.13.5",
30+
"axios": "^1.13.6",
3131
"dayjs": "^1.11.19",
3232
"embla-carousel-react": "8.6.0",
3333
"i18next": "^25.8.13",
@@ -38,34 +38,34 @@
3838
"react": "^19.2.4",
3939
"react-dom": "^19.2.4",
4040
"react-i18next": "^16.5.4",
41-
"react-router": "^7.13.0",
41+
"react-router": "^7.13.1",
4242
"recharts": "3.7.0"
4343
},
4444
"devDependencies": {
45-
"@eslint/js": "^9.39.2",
45+
"@eslint/js": "^10.0.1",
4646
"@tanstack/eslint-plugin-query": "^5.91.4",
4747
"@tanstack/react-query-devtools": "^5.91.3",
48-
"@types/node": "^25.3.0",
48+
"@types/node": "^25.3.2",
4949
"@types/react": "^19.2.14",
5050
"@types/react-dom": "^19.2.3",
5151
"@vitejs/plugin-react": "^5.1.4",
5252
"babel-plugin-react-compiler": "^1.0.0",
53-
"eslint": "^9.39.3",
53+
"eslint": "^10.0.2",
5454
"eslint-config-mantine": "^4.0.3",
5555
"eslint-plugin-i18n-json": "^4.0.1",
56-
"eslint-plugin-jsonc": "^2.21.1",
56+
"eslint-plugin-jsonc": "^3.1.1",
5757
"eslint-plugin-jsx-a11y": "^6.10.2",
5858
"eslint-plugin-react": "^7.37.5",
5959
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
6060
"eslint-plugin-react-hooks": "^7.0.1",
61-
"eslint-plugin-react-refresh": "^0.4.26",
62-
"globals": "^16.5.0",
61+
"eslint-plugin-react-refresh": "^0.5.2",
62+
"globals": "^17.3.0",
6363
"postcss": "^8.5.6",
6464
"postcss-preset-mantine": "^1.18.0",
6565
"postcss-simple-vars": "^7.0.1",
6666
"react-scan": "^0.5.3",
6767
"typescript": "^5.9.3",
68-
"typescript-eslint": "^8.56.0",
68+
"typescript-eslint": "^8.56.1",
6969
"vite": "^7.3.1"
7070
},
7171
"resolutions": {

0 commit comments

Comments
 (0)