From b81070338db6d9ce0dffad97ea1cd74cd4e95186 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Fri, 24 Jul 2026 13:58:43 +0000 Subject: [PATCH] fix(deps): update dependency pinia to v4 --- package-lock.json | 93 +++++------------------------------------------ package.json | 2 +- 2 files changed, 11 insertions(+), 84 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ac61f7..00790c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "pinia": "^3.0.0", + "pinia": "^4.0.0", "vue": "^3.5.18", "vue-router": "^5.0.0", "vuetify": "^4.0.0" @@ -1040,26 +1040,6 @@ "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==", "license": "MIT" }, - "node_modules/@vue/devtools-kit": { - "version": "7.7.9", - "license": "MIT", - "dependencies": { - "@vue/devtools-shared": "^7.7.9", - "birpc": "^2.3.0", - "hookable": "^5.5.3", - "mitt": "^3.0.1", - "perfect-debounce": "^1.0.0", - "speakingurl": "^14.0.1", - "superjson": "^2.2.2" - } - }, - "node_modules/@vue/devtools-shared": { - "version": "7.7.9", - "license": "MIT", - "dependencies": { - "rfdc": "^1.4.1" - } - }, "node_modules/@vue/language-core": { "version": "3.3.8", "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.8.tgz", @@ -1343,19 +1323,6 @@ "dev": true, "license": "MIT" }, - "node_modules/copy-anything": { - "version": "4.0.5", - "license": "MIT", - "dependencies": { - "is-what": "^5.2.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" - } - }, "node_modules/cross-spawn": { "version": "7.0.6", "dev": true, @@ -1587,16 +1554,6 @@ "dev": true, "license": "MIT" }, - "node_modules/is-what": { - "version": "5.5.0", - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" - } - }, "node_modules/isexe": { "version": "2.0.0", "dev": true, @@ -2078,10 +2035,6 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/mitt": { - "version": "3.0.1", - "license": "MIT" - }, "node_modules/mlly": { "version": "1.8.2", "license": "MIT", @@ -2226,10 +2179,6 @@ "version": "2.0.3", "license": "MIT" }, - "node_modules/perfect-debounce": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/picocolors": { "version": "1.1.1", "license": "ISC" @@ -2245,31 +2194,30 @@ } }, "node_modules/pinia": { - "version": "3.0.4", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-4.0.2.tgz", + "integrity": "sha512-yKVVA7bSj5oRZFp/Ab9wLlmyb5gPUYEiIm4ryiWTe/xe7PtkRdMVOp1X1ggvq0c6Uj7Q0Du1HnV2mtAwM0Ks1g==", "license": "MIT", "dependencies": { - "@vue/devtools-api": "^7.7.7" + "nostics": "^1.1.4" }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "typescript": ">=4.5.0", + "@vue/devtools-api": "^8.1.5", + "typescript": ">=5.6.0", "vue": "^3.5.11" }, "peerDependenciesMeta": { + "@vue/devtools-api": { + "optional": false + }, "typescript": { "optional": true } } }, - "node_modules/pinia/node_modules/@vue/devtools-api": { - "version": "7.7.9", - "license": "MIT", - "dependencies": { - "@vue/devtools-kit": "^7.7.9" - } - }, "node_modules/pkg-types": { "version": "2.3.1", "license": "MIT", @@ -2351,10 +2299,6 @@ "node": ">=0.10.0" } }, - "node_modules/rfdc": { - "version": "1.4.1", - "license": "MIT" - }, "node_modules/rolldown": { "version": "1.1.5", "devOptional": true, @@ -2468,13 +2412,6 @@ "node": ">=0.10.0" } }, - "node_modules/speakingurl": { - "version": "14.0.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/stackback": { "version": "0.0.2", "dev": true, @@ -2573,16 +2510,6 @@ "node": ">=8" } }, - "node_modules/superjson": { - "version": "2.2.6", - "license": "MIT", - "dependencies": { - "copy-anything": "^4" - }, - "engines": { - "node": ">=16" - } - }, "node_modules/supports-color": { "version": "7.2.0", "dev": true, diff --git a/package.json b/package.json index 6bd5e0b..953d87d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts" }, "dependencies": { - "pinia": "^3.0.0", + "pinia": "^4.0.0", "vue": "^3.5.18", "vue-router": "^5.0.0", "vuetify": "^4.0.0"