Skip to content

Commit 131d4e3

Browse files
committed
chore: Downgrade pnpm from v10 to v9
- nodejs/corepack#612
1 parent 0ad1afb commit 131d4e3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "3.5.1",
5-
"packageManager": "pnpm@10.2.1",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "An mobile web apps template based on the Vue 3 ecosystem",
77
"license": "MIT",
88
"scripts": {
@@ -84,12 +84,7 @@
8484
"@intlify/shared": "^11.x",
8585
"vue-i18n": "^11.x"
8686
}
87-
},
88-
"onlyBuiltDependencies": [
89-
"core-js",
90-
"esbuild",
91-
"vue-demi"
92-
]
87+
}
9388
},
9489
"resolutions": {
9590
"vite": "^6.1.0"

0 commit comments

Comments
 (0)