Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2022
1 parent a70cd79 commit 365e0fe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .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.33.7",
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.2",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/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.33.7",
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.2",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
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.33.7",
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.2",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 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.33.7",
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.2",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"engines": {
"node": ">=v18.10.0",
"pnpm": ">=7.13.0"
"pnpm": ">=7.13.2"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -108,15 +108,15 @@
"@types/fs-extra": "^9.0.13",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.8.0",
"@types/prompts": "^2.0.14",
"@types/prompts": "^2.4.1",
"@unocss/preset-icons": "^0.45.26",
"@unocss/transformer-compile-class": "^0.45.26",
"@unocss/vite": "^0.45.26",
"@vitejs/plugin-vue": "^3.1.2",
"@vitest/coverage-istanbul": "^0.23.4",
"@vueuse/core": "^9.3.0",
"artisan-init": "workspace:0.33.7",
"bcrypt": "^5.0.1",
"bcrypt": "^5.1.0",
"bumpp": "^8.2.1",
"cac": "^6.7.14",
"change-case": "^4.1.2",
Expand Down Expand Up @@ -147,9 +147,9 @@
"unbuild": "^0.8.11",
"unocss": "^0.45.26",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
"vite-plugin-inspect": "^0.7.4",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.6",
"vite-plugin-inspect": "^0.7.5",
"vitepress": "1.0.0-alpha.19",
"vitest": "^0.23.4",
"vue": "^3.2.40",
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.33.7",
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.2",
"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/command-palette",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "The easy way to build your command palette.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"engines": {
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"pnpm": ">=7.13.2"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down

0 comments on commit 365e0fe

Please sign in to comment.