chore(deps): update JS dependencies

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-05-24 22:55:53 -04:00
parent f7fb77054f
commit 13ea00e7f8
2 changed files with 1314 additions and 2008 deletions
+1298 -1992
View File
File diff suppressed because it is too large Load Diff
+16 -16
View File
@@ -16,7 +16,7 @@
"postinstall": "bin/update-workbox.sh"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.5",
@@ -35,9 +35,9 @@
"react": "^17.0.2",
"react-admin": "^3.19.12",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.0.2",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",
"react-drag-listview": "^0.1.8",
"react-drag-listview": "^0.1.9",
"react-ga": "^3.3.1",
"react-hotkeys": "^2.0.0",
"react-icons": "^5.5.0",
@@ -46,7 +46,7 @@
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1",
"redux-saga": "^1.1.3",
"redux-saga": "^1.3.0",
"uuid": "^11.1.0",
"workbox-cli": "^7.3.0"
},
@@ -55,27 +55,27 @@
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.9",
"@types/react": "^17.0.83",
"@types/node": "^22.15.21",
"@types/react": "^17.0.86",
"@types/react-dom": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.8",
"@vitejs/plugin-react": "^4.5.0",
"@vitest/coverage-v8": "^3.1.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"happy-dom": "^17.4.0",
"jsdom": "^26.0.0",
"eslint-plugin-react-refresh": "^0.4.20",
"happy-dom": "^17.4.7",
"jsdom": "^26.1.0",
"prettier": "^3.5.3",
"ra-test": "^3.19.12",
"typescript": "^5.8.2",
"vite": "^6.2.1",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^3.0.8"
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-pwa": "^0.21.2",
"vitest": "^3.1.4"
},
"overrides": {
"vite": {