chore: update package management from yarn to npm
Remove unused dependencies from package.json and switch the project’s package manager from Yarn to NPM. This enhances compatibility with NPM-based workflows and reduces conflicts by ensuring consistent installs through npm ci. Additionally, update the Pinia plugin to a newer version for better performance and functionality.
This commit is contained in:
+2
-4
@@ -25,10 +25,8 @@
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
||||
"@nuxt/devtools": "1.6.0",
|
||||
"@nuxt/eslint": "0.6.1",
|
||||
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/i18n": "9.0.0",
|
||||
"@pinia-plugin-persistedstate/nuxt": "1.2.1",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"esbuild": "0.24.0",
|
||||
"eslint": "9.14.0",
|
||||
@@ -59,10 +57,10 @@
|
||||
"graphql": "16.9.0",
|
||||
"graphql-tag": "2.12.6",
|
||||
"pinia": "2.2.6",
|
||||
"pinia-plugin-persistedstate": "^4.1.2",
|
||||
"subscriptions-transport-ws": "0.11.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "22"
|
||||
},
|
||||
"packageManager": "yarn@1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user