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

Commit b206658

Browse files
chore(deps): update all non-major dependencies
1 parent 8ea43d7 commit b206658

File tree

8 files changed

+4240
-1558
lines changed

8 files changed

+4240
-1558
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.10.0
1+
18.19.1

.stacks/artisan/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "artisan-init",
33
"type": "module",
44
"version": "0.34.7",
5-
"packageManager": "pnpm@7.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "Artisan core.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -39,8 +39,8 @@
3939
"*.mjs"
4040
],
4141
"engines": {
42-
"node": ">=v18.10.0",
43-
"pnpm": ">=7.13.2"
42+
"node": ">=18.19.1",
43+
"pnpm": ">=7.33.7"
4444
},
4545
"scripts": {
4646
"artisan": "pnpm run dev && node cli.mjs",
@@ -54,10 +54,10 @@
5454
"@jsdevtools/ez-spawn": "^3.0.4",
5555
"cac": "^6.7.14",
5656
"giget": "^0.1.7",
57-
"kolorist": "^1.6.0",
57+
"kolorist": "^1.8.0",
5858
"pathe": "^0.3.9"
5959
},
6060
"devDependencies": {
61-
"unbuild": "^0.8.11"
61+
"unbuild": "^0.9.4"
6262
}
6363
}

.stacks/functions/package.json

+1-1
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.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "Your function library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/package.json

+46-46
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/framework",
33
"type": "module",
44
"version": "0.34.7",
5-
"packageManager": "pnpm@7.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "The Stacks framework core.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -54,8 +54,8 @@
5454
"components.d.ts"
5555
],
5656
"engines": {
57-
"node": ">=v18.10.0",
58-
"pnpm": ">=7.13.2"
57+
"node": ">=18.19.1",
58+
"pnpm": ">=7.33.7"
5959
},
6060
"scripts": {
6161
"preinstall": "only-allow pnpm",
@@ -98,66 +98,66 @@
9898
"key:generate": "pnpm artisan key:generate"
9999
},
100100
"dependencies": {
101-
"@babel/types": "^7.19.3",
102-
"@iconify-json/heroicons-outline": "^1.1.4",
103-
"@iconify-json/heroicons-solid": "^1.1.5",
101+
"@babel/types": "^7.24.0",
102+
"@iconify-json/heroicons-outline": "^1.1.10",
103+
"@iconify-json/heroicons-solid": "^1.1.11",
104104
"@jsdevtools/ez-spawn": "^3.0.4",
105-
"@julr/unocss-preset-forms": "^0.0.2",
106-
"@ow3/eslint-config": "^0.30.0",
105+
"@julr/unocss-preset-forms": "^0.1.0",
106+
"@ow3/eslint-config": "^0.47.3",
107107
"@rollup/pluginutils": "^4.2.1",
108-
"@types/bcryptjs": "^2.4.2",
109-
"@types/crypto-js": "^4.1.1",
108+
"@types/bcryptjs": "^2.4.6",
109+
"@types/crypto-js": "^4.2.2",
110110
"@types/fs-extra": "^9.0.13",
111111
"@types/minimatch": "^5.1.2",
112-
"@types/node": "^18.8.3",
113-
"@types/prompts": "^2.4.1",
114-
"@unocss/preset-icons": "^0.45.26",
115-
"@unocss/transformer-compile-class": "^0.45.26",
116-
"@unocss/vite": "^0.45.26",
117-
"@vitejs/plugin-vue": "^3.1.2",
118-
"@vitest/coverage-istanbul": "^0.24.0",
119-
"@vueuse/core": "^9.3.0",
120-
"@vueuse/shared": "^9.3.0",
112+
"@types/node": "^18.19.26",
113+
"@types/prompts": "^2.4.9",
114+
"@unocss/preset-icons": "^0.58.6",
115+
"@unocss/transformer-compile-class": "^0.58.6",
116+
"@unocss/vite": "^0.58.6",
117+
"@vitejs/plugin-vue": "^3.2.0",
118+
"@vitest/coverage-istanbul": "^0.34.6",
119+
"@vueuse/core": "^9.13.0",
120+
"@vueuse/shared": "^9.13.0",
121121
"artisan-init": "workspace:0.34.7",
122122
"bcryptjs": "^2.4.3",
123123
"bumpp": "^8.2.1",
124124
"cac": "^6.7.14",
125125
"change-case": "^4.1.2",
126-
"collect.js": "^4.34.3",
127-
"commitizen": "^4.2.5",
126+
"collect.js": "^4.36.1",
127+
"commitizen": "^4.3.0",
128128
"consola": "^2.15.3",
129129
"conventional-changelog-cli": "^2.2.2",
130-
"crypto-js": "^4.1.1",
131-
"cz-git": "^1.3.11",
130+
"crypto-js": "^4.2.0",
131+
"cz-git": "^1.9.0",
132132
"detect-indent": "^7.0.1",
133-
"detect-newline": "^4.0.0",
134-
"eslint": "^8.24.0",
135-
"esno": "^0.16.3",
133+
"detect-newline": "^4.0.1",
134+
"eslint": "^8.57.0",
135+
"esno": "^0.17.0",
136136
"events": "^3.3.0",
137-
"fast-glob": "^3.2.12",
137+
"fast-glob": "^3.3.2",
138138
"fs-extra": "^10.1.0",
139139
"giget": "^0.1.7",
140-
"jiti": "^1.16.0",
141-
"js-base64": "^3.7.2",
142-
"lint-staged": "^13.0.3",
143-
"local-pkg": "^0.4.2",
144-
"minimatch": "^5.1.0",
145-
"nitropack": "^0.5.4",
146-
"only-allow": "^1.1.1",
140+
"jiti": "^1.21.0",
141+
"js-base64": "^3.7.7",
142+
"lint-staged": "^13.3.0",
143+
"local-pkg": "^0.5.0",
144+
"minimatch": "^5.1.6",
145+
"nitropack": "^0.6.1",
146+
"only-allow": "^1.2.1",
147147
"pathe": "^0.3.9",
148148
"rimraf": "^3.0.2",
149-
"simple-git-hooks": "^2.8.0",
150-
"typescript": "^4.8.4",
151-
"unbuild": "^0.8.11",
152-
"unocss": "^0.45.26",
153-
"unplugin-auto-import": "^0.11.2",
154-
"unplugin-vue-components": "^0.22.8",
155-
"vite": "^3.1.6",
156-
"vite-plugin-inspect": "^0.7.5",
157-
"vitepress": "1.0.0-alpha.19",
158-
"vitest": "^0.24.0",
159-
"vue": "^3.2.40",
160-
"vue-tsc": "^1.0.0"
149+
"simple-git-hooks": "^2.11.0",
150+
"typescript": "^4.9.5",
151+
"unbuild": "^0.9.4",
152+
"unocss": "^0.58.6",
153+
"unplugin-auto-import": "^0.17.5",
154+
"unplugin-vue-components": "^0.26.0",
155+
"vite": "^3.2.8",
156+
"vite-plugin-inspect": "^0.8.3",
157+
"vitepress": "1.0.0",
158+
"vitest": "^0.34.6",
159+
"vue": "^3.4.21",
160+
"vue-tsc": "^1.8.27"
161161
},
162162
"pnpm": {
163163
"peerDependencyRules": {

.stacks/vue-components/package.json

+1-1
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.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "Your Vue component library description",
77
"author": "Chris Breuer",
88
"license": "MIT",

.stacks/web-components/package.json

+1-1
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.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "Your framework agnostic web component library description.",
77
"author": "Chris Breuer",
88
"license": "MIT",

package.json

+4-4
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.13.2",
5+
"packageManager": "pnpm@7.33.7",
66
"description": "The easy way to build your command palette.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -32,8 +32,8 @@
3232
"Chris Breuer <[email protected]>"
3333
],
3434
"engines": {
35-
"node": ">=v18.10.0",
36-
"pnpm": ">=7.13.2"
35+
"node": ">=18.19.1",
36+
"pnpm": ">=7.33.7"
3737
},
3838
"scripts": {
3939
"artisan": "jiti .stacks/artisan/src/index.ts",
@@ -77,7 +77,7 @@
7777
"@stacksjs/framework": "workspace:*"
7878
},
7979
"devDependencies": {
80-
"@headlessui/vue": "^1.7.3"
80+
"@headlessui/vue": "^1.7.19"
8181
},
8282
"lint-staged": {
8383
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"

0 commit comments

Comments
 (0)