From 4899e31759803b7514af90ed4463d5470693c5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:14:15 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 5 updates Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@primevue/themes](https://github.com/primefaces/primevue/tree/HEAD/packages/themes) | `4.1.0` | `4.1.1` | | [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.1.0` | `4.1.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.7` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.9` | Updates `@primevue/themes` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/primefaces/primevue/releases) - [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md) - [Commits](https://github.com/primefaces/primevue/commits/4.1.1/packages/themes) Updates `primevue` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/primefaces/primevue/releases) - [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md) - [Commits](https://github.com/primefaces/primevue/commits/4.1.1/packages/primevue) Updates `@types/node` from 22.7.5 to 22.7.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 3.4.13 to 3.4.14 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) Updates `vite` from 5.4.8 to 5.4.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite) --- updated-dependencies: - dependency-name: "@primevue/themes" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: primevue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 64 +++++++++++++++++++++-------------------------- package.json | 10 ++++---- 2 files changed, 34 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9aaf6d..824f399 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@primevue/themes": "^4.0.4", + "@primevue/themes": "^4.1.1", "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-dialog": "^2.0.0", "borsher": "^3.5.0", @@ -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.7", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -36,9 +36,9 @@ "jsdom": "^25.0.1", "postcss": "^8.4.47", "prettier": "^3.3.3", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3", - "vite": "^5.3.1", + "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" }, @@ -2008,9 +2005,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.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", + "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -5685,15 +5682,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 +6293,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", @@ -6746,11 +6741,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 093227b..1eeee03 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "vitest --run" }, "dependencies": { - "@primevue/themes": "^4.0.4", + "@primevue/themes": "^4.1.1", "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-dialog": "^2.0.0", "borsher": "^3.5.0", @@ -19,7 +19,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" }, @@ -28,7 +28,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.7", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -40,9 +40,9 @@ "jsdom": "^25.0.1", "postcss": "^8.4.47", "prettier": "^3.3.3", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3", - "vite": "^5.3.1", + "vite": "^5.4.9", "vitest": "^2.1.3", "vue-tsc": "^2.0.22" }