diff --git a/package-lock.json b/package-lock.json index 5875896..edf0720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "packages": { "": { "dependencies": { - "@primevue/themes": "^4.0.4", - "@tauri-apps/api": "^2.0.2", - "@tauri-apps/plugin-dialog": "^2.0.0", + "@primevue/themes": "^4.1.1", + "@tauri-apps/api": "^2.0.3", + "@tauri-apps/plugin-dialog": "^2.0.1", "borsher": "^3.5.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^4.1.1", @@ -15,7 +15,7 @@ "pixi-viewport": "^5.0.3", "pixi.js": "^7.4.2", "primeicons": "^7.0.0", - "primevue": "^4.0.4", + "primevue": "^4.1.1", "tailwindcss-primeui": "^0.3.4", "vue": "^3.5.12" }, @@ -24,7 +24,7 @@ "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.5", + "@types/node": "^22.7.8", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -32,13 +32,13 @@ "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.29.0", + "eslint-plugin-vue": "^9.29.1", "jsdom": "^25.0.1", "postcss": "^8.4.47", "prettier": "^3.3.3", - "tailwindcss": "^3.4.12", - "typescript": "^5.5.4", - "vite": "^5.3.1", + "tailwindcss": "^3.4.14", + "typescript": "^5.6.3", + "vite": "^5.4.9", "vitest": "^2.1.3", "vue-tsc": "^2.0.22" } @@ -1644,10 +1644,9 @@ } }, "node_modules/@primevue/core": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@primevue/core/-/core-4.1.0.tgz", - "integrity": "sha512-YulYm+PtoYSyLv/pNl3oyjvN+C9Ba/RSpW3bZAVkMRz9SWSA6lj2QaN+/9uxhokWZPL63zCHsHzIBV5YMvZshQ==", - "license": "MIT", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@primevue/core/-/core-4.1.1.tgz", + "integrity": "sha512-jUDrTh3g0FskTdD6rCCsoWfxKky0R7959p7vnaNYI6wMLreaTL3yC3nzYlEniIpb+F51Sm3KJ1eSJBN6DnSB8Q==", "dependencies": { "@primeuix/styled": "^0.2.0", "@primeuix/utils": "^0.2.0" @@ -1660,23 +1659,21 @@ } }, "node_modules/@primevue/icons": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@primevue/icons/-/icons-4.1.0.tgz", - "integrity": "sha512-npY8Jy3HX1+Qbv1jCRdAevOcOj355b0x1Wmepa7omhgQFIUVs2o18HGohYml4HJpmEAu6aKnUIhhodFMuglMeQ==", - "license": "MIT", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@primevue/icons/-/icons-4.1.1.tgz", + "integrity": "sha512-Ybeb+AHUsVybITuYNwS7goqWcXLLgCDSiCPoymyYwYkzn5qLakvJbQH1EX8lGOsrvqK0hG+s+n7Wm2MHJ8A72w==", "dependencies": { "@primeuix/utils": "^0.2.0", - "@primevue/core": "4.1.0" + "@primevue/core": "4.1.1" }, "engines": { "node": ">=12.11.0" } }, "node_modules/@primevue/themes": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@primevue/themes/-/themes-4.1.0.tgz", - "integrity": "sha512-EfAvNAI78rq8uPA+XFmHlACUXj2YpSM+PFjnFrTwHjqdSkmrBDweysNEI0p+/rj7l3rZBZLedEvbHcjP+9iumA==", - "license": "MIT", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@primevue/themes/-/themes-4.1.1.tgz", + "integrity": "sha512-ec2gBN2vP0ydGtGAzC0nYCFqYN7CzvXxnlJqcvcPIo3rP/pcdj+FkzAe3y2DMG3OorYtqdzoyGtBefQrx3v5ag==", "dependencies": { "@primeuix/styled": "^0.2.0" }, @@ -1946,19 +1943,18 @@ } }, "node_modules/@tauri-apps/api": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.2.tgz", - "integrity": "sha512-3wSwmG+1kr6WrgAFKK5ijkNFPp8TT3FLj3YHUb5EwMO+3FxX4uWlfSWkeeBy+Kc1RsKzugtYLuuya+98Flj+3w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.3.tgz", + "integrity": "sha512-840qk6n8rbXBXMA5/aAgTYsg5JAubKO0nXw5wf7IzGnUuYKGbB4oFBIZtXOIWy+E0kNTDI3qhq5iqsoMJfwp8g==", "funding": { "type": "opencollective", "url": "https://opencollective.com/tauri" } }, "node_modules/@tauri-apps/plugin-dialog": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.0.0.tgz", - "integrity": "sha512-ApNkejXP2jpPBSifznPPcHTXxu9/YaRW+eJ+8+nYwqp0lLUtebFHG4QhxitM43wwReHE81WAV1DQ/b+2VBftOA==", - "license": "MIT OR Apache-2.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.0.1.tgz", + "integrity": "sha512-fnUrNr6EfvTqdls/ufusU7h6UbNFzLKvHk/zTuOiBq01R3dTODqwctZlzakdbfSp/7pNwTKvgKTAgl/NAP/Z0Q==", "dependencies": { "@tauri-apps/api": "^2.0.0" } @@ -2008,9 +2004,9 @@ } }, "node_modules/@types/node": { - "version": "22.7.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", - "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "version": "22.7.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.8.tgz", + "integrity": "sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -3621,9 +3617,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.29.0.tgz", - "integrity": "sha512-hamyjrBhNH6Li6R1h1VF9KHfshJlKgKEg3ARbGTn72CMNDSMhWbgC7NdkRDEh25AFW+4SDATzyNM+3gWuZii8g==", + "version": "9.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz", + "integrity": "sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -5685,15 +5681,14 @@ "license": "MIT" }, "node_modules/primevue": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/primevue/-/primevue-4.1.0.tgz", - "integrity": "sha512-iR/RysaTnZeIG3UVxdhazU7MA8nEODOpHk8WSINwYU0WMsA/ZghbchHOD5a/LYuLuZa3V03j7mX4LMKroeV+ag==", - "license": "MIT", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/primevue/-/primevue-4.1.1.tgz", + "integrity": "sha512-FeJkv7FhfePfUBoApW0qAhid6Znq18VgbGFZdmhUcxvOD49Y2Eo/k2Yn7ypPhRbRApWiaSRN0v/2G1I4AMj3xg==", "dependencies": { "@primeuix/styled": "^0.2.0", "@primeuix/utils": "^0.2.0", - "@primevue/core": "4.1.0", - "@primevue/icons": "4.1.0" + "@primevue/core": "4.1.1", + "@primevue/icons": "4.1.1" }, "engines": { "node": ">=12.11.0" @@ -6297,10 +6292,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", - "license": "MIT", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -6553,11 +6547,10 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -6747,11 +6740,10 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", + "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index e3b9403..cb85aab 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "test": "vitest --run" }, "dependencies": { - "@primevue/themes": "^4.0.4", - "@tauri-apps/api": "^2.0.2", - "@tauri-apps/plugin-dialog": "^2.0.0", + "@primevue/themes": "^4.1.1", + "@tauri-apps/api": "^2.0.3", + "@tauri-apps/plugin-dialog": "^2.0.1", "borsher": "^3.5.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^4.1.1", @@ -20,7 +20,7 @@ "pixi-viewport": "^5.0.3", "pixi.js": "^7.4.2", "primeicons": "^7.0.0", - "primevue": "^4.0.4", + "primevue": "^4.1.1", "tailwindcss-primeui": "^0.3.4", "vue": "^3.5.12" }, @@ -29,7 +29,7 @@ "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.5", + "@types/node": "^22.7.8", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -37,13 +37,13 @@ "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.29.0", + "eslint-plugin-vue": "^9.29.1", "jsdom": "^25.0.1", "postcss": "^8.4.47", "prettier": "^3.3.3", - "tailwindcss": "^3.4.12", - "typescript": "^5.5.4", - "vite": "^5.3.1", + "tailwindcss": "^3.4.14", + "typescript": "^5.6.3", + "vite": "^5.4.9", "vitest": "^2.1.3", "vue-tsc": "^2.0.22" }