Update frontend dependencies

Update .gitignore
This commit is contained in:
grimsi
2024-12-19 13:35:58 +01:00
parent 5eb94180e7
commit 798328a292
3 changed files with 25 additions and 23 deletions
+2
View File
@@ -48,3 +48,5 @@ data
packaged_plugins
logs
templates
/gameyfin/src/main/frontend/**/*.js
/gameyfin/src/main/frontend/**/*.js.map
+15 -15
View File
@@ -9,7 +9,7 @@
"version": "2.0.0-ALPHA",
"dependencies": {
"@material-tailwind/react": "^2.1.9",
"@nextui-org/react": "^2.4.8",
"@nextui-org/react": "^2.6.8",
"@phosphor-icons/react": "^2.1.7",
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.6.0",
@@ -36,19 +36,19 @@
"cron-validator": "^1.3.1",
"date-fns": "2.29.3",
"formik": "^2.4.6",
"framer-motion": "^11.3.28",
"framer-motion": "^11.15.0",
"http-status-codes": "^2.3.0",
"lit": "3.2.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next-themes": "^0.3.0",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-confetti-boom": "^1.0.0",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"sonner": "^1.5.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.2",
"yup": "^1.4.0"
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/preset-react": "7.26.3",
@@ -79,10 +79,10 @@
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "5.12.0",
"strip-css-comments": "5.0.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.13",
"transform-ast": "2.4.4",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite": "6.0.4",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
@@ -11538,13 +11538,13 @@
}
},
"node_modules/next-themes": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.3.0.tgz",
"integrity": "sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==",
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.4.tgz",
"integrity": "sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==",
"license": "MIT",
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
"react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
"react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
}
},
"node_modules/node-releases": {
@@ -14157,9 +14157,9 @@
}
},
"node_modules/vite": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz",
"integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz",
"integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==",
"dev": true,
"license": "MIT",
"dependencies": {
+8 -8
View File
@@ -4,7 +4,7 @@
"type": "module",
"dependencies": {
"@material-tailwind/react": "^2.1.9",
"@nextui-org/react": "^2.4.8",
"@nextui-org/react": "^2.6.8",
"@phosphor-icons/react": "^2.1.7",
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.6.0",
@@ -31,19 +31,19 @@
"cron-validator": "^1.3.1",
"date-fns": "2.29.3",
"formik": "^2.4.6",
"framer-motion": "^11.3.28",
"framer-motion": "^11.15.0",
"http-status-codes": "^2.3.0",
"lit": "3.2.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next-themes": "^0.3.0",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-confetti-boom": "^1.0.0",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"sonner": "^1.5.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.2",
"yup": "^1.4.0"
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/preset-react": "7.26.3",
@@ -74,10 +74,10 @@
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "5.12.0",
"strip-css-comments": "5.0.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.13",
"transform-ast": "2.4.4",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite": "6.0.4",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
@@ -184,6 +184,6 @@
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "accdc7fd578da56f35cba8d898b3776ad5594f3086365a42cccc9e7a0283251d"
"hash": "4099232c58f6c21155d122b3f87c250d3cb5c29d311b972174d9ecddb57a0eb6"
}
}