chore(deps): bump JS dependencies

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-03-07 19:45:29 -05:00
parent fac01ccecb
commit 2171c44503
3 changed files with 940 additions and 707 deletions

1591
ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,57 +25,57 @@
"connected-react-router": "^6.9.3", "connected-react-router": "^6.9.3",
"deepmerge": "^4.3.1", "deepmerge": "^4.3.1",
"history": "^4.10.1", "history": "^4.10.1",
"inflection": "^1.13.1", "inflection": "^1.13.4",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"navidrome-music-player": "4.25.1", "navidrome-music-player": "4.25.1",
"prop-types": "^15.7.2", "prop-types": "^15.8.1",
"ra-data-json-server": "^3.19.12", "ra-data-json-server": "^3.19.12",
"ra-i18n-polyglot": "^3.19.12", "ra-i18n-polyglot": "^3.19.12",
"react": "^17.0.2", "react": "^17.0.2",
"react-admin": "^3.19.12", "react-admin": "^3.19.12",
"react-dnd": "^14.0.4", "react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.0.2", "react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-drag-listview": "^0.1.8", "react-drag-listview": "^0.1.8",
"react-ga": "^3.3.1", "react-ga": "^3.3.1",
"react-hotkeys": "^2.0.0", "react-hotkeys": "^2.0.0",
"react-icons": "^5.3.0", "react-icons": "^5.5.0",
"react-image-lightbox": "^5.1.4", "react-image-lightbox": "^5.1.4",
"react-measure": "^2.5.2", "react-measure": "^2.5.2",
"react-redux": "^7.2.9", "react-redux": "^7.2.9",
"react-router-dom": "^5.3.4", "react-router-dom": "^5.3.4",
"redux": "^4.2.0", "redux": "^4.2.1",
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"uuid": "^11.0.3", "uuid": "^11.1.0",
"workbox-cli": "^7.3.0" "workbox-cli": "^7.3.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.5", "@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^7.0.2", "@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.6.1",
"@types/node": "^22.10.1", "@types/node": "^22.13.9",
"@types/react": "^17.0.2", "@types/react": "^17.0.83",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.12.0", "@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8", "@vitest/coverage-v8": "^2.1.9",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2", "eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.16", "eslint-plugin-react-refresh": "^0.4.19",
"happy-dom": "^15.11.7", "happy-dom": "^15.11.7",
"jsdom": "^25.0.1", "jsdom": "^26.0.0",
"prettier": "^3.4.2", "prettier": "^3.5.3",
"ra-test": "^3.19.12", "ra-test": "^3.19.12",
"typescript": "^5.7.2", "typescript": "^5.8.2",
"vite": "^5.4.11", "vite": "^5.4.14",
"vite-plugin-pwa": "^0.20.5", "vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.1" "vitest": "^2.1.9"
}, },
"overrides": { "overrides": {
"vite": { "vite": {

View file

@ -1,15 +1,15 @@
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', font-family:
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Helvetica Neue', sans-serif; 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
code { code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', font-family:
monospace; source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
} }
.rc-slider { .rc-slider {