From 798328a292c1b80c773b7f5cb9174da2389f9b3c Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:35:58 +0100 Subject: [PATCH] Update frontend dependencies Update .gitignore --- .gitignore | 2 ++ gameyfin/package-lock.json | 30 +++++++++++++++--------------- gameyfin/package.json | 16 ++++++++-------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 1a1f636..b2503e1 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ data packaged_plugins logs templates +/gameyfin/src/main/frontend/**/*.js +/gameyfin/src/main/frontend/**/*.js.map diff --git a/gameyfin/package-lock.json b/gameyfin/package-lock.json index d65796a..a1e3cd7 100644 --- a/gameyfin/package-lock.json +++ b/gameyfin/package-lock.json @@ -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": { diff --git a/gameyfin/package.json b/gameyfin/package.json index 8df2b9e..3405cb9 100644 --- a/gameyfin/package.json +++ b/gameyfin/package.json @@ -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" } }