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

Commit 365e0fe

Browse files
chore(deps): update all non-major dependencies
1 parent a70cd79 commit 365e0fe

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.stacks/artisan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "artisan-init",
33
"type": "module",
44
"version": "0.33.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Artisan core.",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/hello-world-vue",
33
"type": "module",
44
"version": "0.33.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Your Vue component library description",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/hello-world-fx",
33
"type": "module",
44
"version": "0.33.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Your function library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/framework",
33
"type": "module",
44
"version": "0.33.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "The Stacks framework core.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -53,7 +53,7 @@
5353
],
5454
"engines": {
5555
"node": ">=v18.10.0",
56-
"pnpm": ">=7.13.0"
56+
"pnpm": ">=7.13.2"
5757
},
5858
"scripts": {
5959
"preinstall": "only-allow pnpm",
@@ -108,15 +108,15 @@
108108
"@types/fs-extra": "^9.0.13",
109109
"@types/minimatch": "^5.1.2",
110110
"@types/node": "^18.8.0",
111-
"@types/prompts": "^2.0.14",
111+
"@types/prompts": "^2.4.1",
112112
"@unocss/preset-icons": "^0.45.26",
113113
"@unocss/transformer-compile-class": "^0.45.26",
114114
"@unocss/vite": "^0.45.26",
115115
"@vitejs/plugin-vue": "^3.1.2",
116116
"@vitest/coverage-istanbul": "^0.23.4",
117117
"@vueuse/core": "^9.3.0",
118118
"artisan-init": "workspace:0.33.7",
119-
"bcrypt": "^5.0.1",
119+
"bcrypt": "^5.1.0",
120120
"bumpp": "^8.2.1",
121121
"cac": "^6.7.14",
122122
"change-case": "^4.1.2",
@@ -147,9 +147,9 @@
147147
"unbuild": "^0.8.11",
148148
"unocss": "^0.45.26",
149149
"unplugin-auto-import": "^0.11.2",
150-
"unplugin-vue-components": "^0.22.7",
151-
"vite": "^3.1.4",
152-
"vite-plugin-inspect": "^0.7.4",
150+
"unplugin-vue-components": "^0.22.8",
151+
"vite": "^3.1.6",
152+
"vite-plugin-inspect": "^0.7.5",
153153
"vitepress": "1.0.0-alpha.19",
154154
"vitest": "^0.23.4",
155155
"vue": "^3.2.40",

.stacks/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/hello-world-elements",
33
"type": "module",
44
"version": "0.33.7",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Your framework agnostic web component library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/command-palette",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.2",
66
"description": "The easy way to build your command palette.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -33,7 +33,7 @@
3333
],
3434
"engines": {
3535
"node": ">=v16.17.1",
36-
"pnpm": ">=7.12.2"
36+
"pnpm": ">=7.13.2"
3737
},
3838
"scripts": {
3939
"artisan": "jiti .stacks/artisan/src/index.ts",

0 commit comments

Comments
 (0)