Skip to content

Commit 469c55e

Browse files
committed
chore: update devDependencies for self
1 parent 5cfbf7c commit 469c55e

9 files changed

+427
-199
lines changed

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ pnpm-lock.yaml
55
**/*.spec.js
66
**/*.spec.ts
77
**/dist
8+
# https://github.com/prettier/prettier/issues/5246
9+
**/*.html
10+
11+
playground

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Repository: git+https://github.com/marvinhagemeister/kolorist.git
9292

9393
License: MIT
9494
By: James Halliday
95-
Repository: git://github.com/substack/minimist.git
95+
Repository: git://github.com/minimistjs/minimist.git
9696

9797
> This software is released under the MIT license:
9898
>

package.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"template"
1313
],
1414
"engines": {
15-
"node": "^14.13.1 || >=16.0.0"
15+
"node": ">=v16.20.0"
1616
},
1717
"scripts": {
1818
"prepare": "husky install",
@@ -35,19 +35,21 @@
3535
},
3636
"homepage": "https://github.com/vuejs/create-vue#readme",
3737
"devDependencies": {
38-
"@types/eslint": "^8.4.5",
39-
"@types/prompts": "^2.0.14",
40-
"@vue/tsconfig": "^0.1.3",
41-
"esbuild": "^0.14.49",
38+
"@tsconfig/node18": "^18.2.2",
39+
"@types/eslint": "^8.56.2",
40+
"@types/node": "18.19.3",
41+
"@types/prompts": "^2.4.9",
42+
"@vue/tsconfig": "^0.5.1",
43+
"esbuild": "^0.19.10",
4244
"esbuild-plugin-license": "^1.2.2",
43-
"husky": "^8.0.1",
44-
"kolorist": "^1.5.1",
45-
"lint-staged": "^13.0.3",
46-
"minimist": "^1.2.6",
47-
"npm-run-all": "^4.1.5",
48-
"prettier": "^2.7.1",
45+
"husky": "^8.0.3",
46+
"kolorist": "^1.8.0",
47+
"lint-staged": "^15.2.0",
48+
"minimist": "^1.2.8",
49+
"npm-run-all2": "^6.1.1",
50+
"prettier": "^3.2.4",
4951
"prompts": "^2.4.2",
50-
"zx": "^4.3.0"
52+
"zx": "^7.2.3"
5153
},
5254
"lint-staged": {
5355
"*.{js,ts,vue,json}": [

playground

0 commit comments

Comments
 (0)