From 6f4d983d8960dc3327811e057e3af5483b1e410f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 11 Jan 2024 22:04:53 -0600 Subject: [PATCH] chore: uninstall pinia-plugin-persistedstate --- web/package-lock.json | 9 --------- web/package.json | 1 - 2 files changed, 10 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 722c9a089..ce2195295 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -22,7 +22,6 @@ "graphql-ws": "^5.14.2", "hex-to-rgba": "^2.0.1", "marked": "^11.1.1", - "pinia-plugin-persistedstate": "^3.2.1", "semver": "^7.5.4", "vue-i18n": "^9.6.5", "wretch": "^2.7.0" @@ -15212,14 +15211,6 @@ } } }, - "node_modules/pinia-plugin-persistedstate": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.2.1.tgz", - "integrity": "sha512-MK++8LRUsGF7r45PjBFES82ISnPzyO6IZx3CH5vyPseFLZCk1g2kgx6l/nW8pEBKxxd4do0P6bJw+mUSZIEZUQ==", - "peerDependencies": { - "pinia": "^2.0.0" - } - }, "node_modules/pirates": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", diff --git a/web/package.json b/web/package.json index 1ea9116da..963184321 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,6 @@ "graphql-ws": "^5.14.2", "hex-to-rgba": "^2.0.1", "marked": "^11.1.1", - "pinia-plugin-persistedstate": "^3.2.1", "semver": "^7.5.4", "vue-i18n": "^9.6.5", "wretch": "^2.7.0"