Skip to content

Commit

Permalink
chore(projects): update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 28, 2023
1 parent 527ea25 commit 78eb50b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.7",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"scripts": {
"cleanup": "soy cleanup",
"commit": "soy git-commit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.7",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"scripts": {
"typecheck": "tsc --noEmit --skipLibCheck"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.7",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"sideEffects": false,
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.7",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"sideEffects": false,
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.7",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"scripts": {
"build": "run-s typecheck build-only",
"build-only": "vite build",
Expand Down

0 comments on commit 78eb50b

Please sign in to comment.