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

Commit f366f00

Browse files
chore(deps): update all non-major dependencies
1 parent b5e3c54 commit f366f00

File tree

7 files changed

+95
-217
lines changed

7 files changed

+95
-217
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.5",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.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/command-palette-vue",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.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/command-palette-fx",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.2",
66
"description": "Your function library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/framework",
33
"type": "module",
44
"version": "0.33.5",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.2",
66
"description": "The Stacks framework core.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -53,7 +53,7 @@
5353
],
5454
"engines": {
5555
"node": ">=v16.17.1",
56-
"pnpm": ">=7.12.2"
56+
"pnpm": ">=7.13.2"
5757
},
5858
"scripts": {
5959
"preinstall": "only-allow pnpm",
@@ -99,22 +99,22 @@
9999
"@iconify-json/heroicons-solid": "^1.1.5",
100100
"@jsdevtools/ez-spawn": "^3.0.4",
101101
"@julr/unocss-preset-forms": "^0.0.2",
102-
"@ow3/eslint-config": "^0.29.1",
102+
"@ow3/eslint-config": "^0.30.0",
103103
"@rollup/pluginutils": "^4.2.1",
104104
"@types/bcrypt": "^5.0.0",
105105
"@types/crypto-js": "^4.1.1",
106106
"@types/fs-extra": "^9.0.13",
107107
"@types/minimatch": "^5.1.2",
108108
"@types/node": "^18.7.23",
109-
"@types/prompts": "^2.0.14",
109+
"@types/prompts": "^2.4.1",
110110
"@unocss/preset-icons": "^0.45.26",
111111
"@unocss/transformer-compile-class": "^0.45.26",
112112
"@unocss/vite": "^0.45.26",
113-
"@vitejs/plugin-vue": "^3.1.0",
113+
"@vitejs/plugin-vue": "^3.1.2",
114114
"@vitest/coverage-istanbul": "^0.23.4",
115115
"@vueuse/core": "^9.3.0",
116116
"artisan-init": "workspace:*",
117-
"bcrypt": "^5.0.1",
117+
"bcrypt": "^5.1.0",
118118
"bumpp": "^8.2.1",
119119
"cac": "^6.7.14",
120120
"change-case": "^4.1.2",
@@ -145,10 +145,10 @@
145145
"unbuild": "^0.8.11",
146146
"unocss": "^0.45.26",
147147
"unplugin-auto-import": "^0.11.2",
148-
"unplugin-vue-components": "^0.22.7",
149-
"vite": "^3.1.4",
150-
"vite-plugin-inspect": "^0.7.4",
151-
"vitepress": "1.0.0-alpha.17",
148+
"unplugin-vue-components": "^0.22.8",
149+
"vite": "^3.1.6",
150+
"vite-plugin-inspect": "^0.7.5",
151+
"vitepress": "1.0.0-alpha.19",
152152
"vitest": "^0.23.4",
153153
"vue": "^3.2.40",
154154
"vue-tsc": "^0.40.13"

.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/command-palette-elements",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@7.12.2",
5+
"packageManager": "pnpm@7.13.2",
66
"description": "Your framework agnostic web component library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

package.json

Lines changed: 3 additions & 3 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",
@@ -85,6 +85,6 @@
8585
"@stacksjs/framework": "workspace:*"
8686
},
8787
"devDependencies": {
88-
"@headlessui/vue": "^1.7.2"
88+
"@headlessui/vue": "^1.7.3"
8989
}
9090
}

0 commit comments

Comments
 (0)