Skip to content

Commit

Permalink
chore(deps): update pnpm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent 3d16e0f commit 54d211a
Show file tree
Hide file tree
Showing 7 changed files with 1,440 additions and 1,371 deletions.
4 changes: 2 additions & 2 deletions .stacks/artisan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "artisan-init",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=8.6.9"
},
"scripts": {
"artisan": "pnpm run dev && node cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-fx",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/framework",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=8.6.9"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/vue-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-vue",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-elements",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/calendar",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@8.6.9",
"description": "Develop modern framework-agnostic web apps & libraries, faster.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=8.6.9"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down
Loading

0 comments on commit 54d211a

Please sign in to comment.