Skip to content

Commit a01087c

Browse files
committed
Upgrade of all dependencies
1 parent 880d7b8 commit a01087c

File tree

2 files changed

+929
-1322
lines changed

2 files changed

+929
-1322
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,47 +14,47 @@
1414
},
1515
"dependencies": {
1616
"@emotion/react": "^11.14.0",
17-
"@emotion/styled": "^11.14.0",
17+
"@emotion/styled": "^11.14.1",
1818
"@fontsource/roboto": "^5.2.6",
19-
"@mui/icons-material": "^7.1.0",
20-
"@mui/material": "^7.1.0",
21-
"@tanstack/react-query": "^5.81.5",
19+
"@mui/icons-material": "^7.2.0",
20+
"@mui/material": "^7.2.0",
21+
"@tanstack/react-query": "^5.82.0",
2222
"axios": "^1.10.0",
23-
"i18next": "^25.2.1",
23+
"i18next": "^25.3.2",
2424
"i18next-browser-languagedetector": "^8.2.0",
2525
"react": "^19.1.0",
2626
"react-dom": "^19.1.0",
27-
"react-i18next": "^15.5.3",
28-
"react-router-dom": "^7.6.1",
29-
"zod": "^3.25.67"
27+
"react-i18next": "^15.6.0",
28+
"react-router-dom": "^7.6.3",
29+
"zod": "^3.25.76"
3030
},
3131
"devDependencies": {
32-
"@eslint/js": "^9.25.0",
32+
"@eslint/js": "^9.30.1",
3333
"@testing-library/jest-dom": "^6.6.3",
3434
"@testing-library/react": "^16.3.0",
35-
"@types/react": "^19.1.2",
36-
"@types/react-dom": "^19.1.2",
37-
"@typescript-eslint/eslint-plugin": "^8.32.1",
38-
"@typescript-eslint/parser": "^8.32.1",
39-
"@vitejs/plugin-react": "^4.4.1",
40-
"eslint": "^9.25.0",
35+
"@types/react": "^19.1.8",
36+
"@types/react-dom": "^19.1.6",
37+
"@typescript-eslint/eslint-plugin": "^8.36.0",
38+
"@typescript-eslint/parser": "^8.36.0",
39+
"@vitejs/plugin-react": "^4.6.0",
40+
"eslint": "^9.30.1",
4141
"eslint-config-prettier": "^10.1.5",
4242
"eslint-plugin-jsx-a11y": "^6.10.2",
43-
"eslint-plugin-prettier": "^5.4.0",
43+
"eslint-plugin-prettier": "^5.5.1",
4444
"eslint-plugin-react": "^7.37.5",
45-
"eslint-plugin-react-dom": "^1.49.0",
45+
"eslint-plugin-react-dom": "^1.52.2",
4646
"eslint-plugin-react-hooks": "^5.2.0",
47-
"eslint-plugin-react-refresh": "^0.4.19",
48-
"eslint-plugin-react-x": "^1.49.0",
47+
"eslint-plugin-react-refresh": "^0.4.20",
48+
"eslint-plugin-react-x": "^1.52.2",
4949
"eslint-plugin-simple-import-sort": "^12.1.1",
50-
"globals": "^16.0.0",
50+
"globals": "^16.3.0",
5151
"jsdom": "^26.1.0",
52-
"prettier": "^3.5.3",
52+
"prettier": "^3.6.2",
5353
"typescript": "~5.8.3",
54-
"typescript-eslint": "^8.30.1",
54+
"typescript-eslint": "^8.36.0",
5555
"vite": "^6.3.5",
5656
"vite-plugin-checker": "^0.9.3",
5757
"vite-plugin-eslint": "^1.8.1",
58-
"vitest": "^3.2.2"
58+
"vitest": "^3.2.4"
5959
}
6060
}

0 commit comments

Comments
 (0)