Skip to content

Commit 16617c7

Browse files
committed
Sync the tool's own build with the template build
1 parent a39574d commit 16617c7

File tree

4 files changed

+590
-618
lines changed

4 files changed

+590
-618
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"node": ">=v18.3.0"
77
},
88
"devDependencies": {
9-
"@eslint/compat": "^1.2.6",
10-
"@stylistic/eslint-plugin": "^4.0.0",
9+
"@eslint/compat": "^1.2.7",
10+
"@stylistic/eslint-plugin": "^4.2.0",
1111
"@tsconfig/node22": "^22.0.0",
12-
"@types/node": "^22.13.0",
13-
"@vue/eslint-config-typescript": "^14.3.0",
14-
"eslint": "^9.18.0",
15-
"eslint-plugin-vue": "^9.32.0",
12+
"@types/node": "^22.13.9",
13+
"@vue/eslint-config-typescript": "^14.5.0",
14+
"eslint": "^9.21.0",
15+
"eslint-plugin-vue": "~10.0.0",
1616
"jiti": "^2.4.2",
1717
"lint-staged": "^15.4.3",
1818
"npm-run-all2": "^7.0.2",
1919
"simple-git-hooks": "^2.11.1",
20-
"typescript": "^5.7.3"
20+
"typescript": "~5.8.0"
2121
},
2222
"scripts": {
2323
"clean": "pnpm run -r clean",

packages/create-vue-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@tsconfig/node22": "^22.0.0",
2828
"@types/ejs": "^3.1.5",
29-
"@types/node": "^22.13.0",
29+
"@types/node": "^22.13.9",
3030
"@types/prompts": "^2.4.9",
3131
"copyfiles": "^2.4.1",
3232
"ejs": "^3.1.10",
@@ -35,8 +35,8 @@
3535
"prompts": "^2.4.2",
3636
"publint": "^0.3.8",
3737
"rimraf": "^6.0.1",
38-
"tsup": "^8.3.6",
39-
"typescript": "^5.7.3"
38+
"tsup": "^8.4.0",
39+
"typescript": "~5.8.0"
4040
},
4141
"scripts": {
4242
"clean": "rimraf dist LICENSE README.md",

packages/docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"private": true,
3-
"scripts": {
4-
"clean": "rimraf dist .vitepress/cache",
5-
"dev": "vitepress dev .",
6-
"type-check:code": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
7-
"type-check:config": "vue-tsc --noEmit -p tsconfig.node.json --composite false",
8-
"type-check": "run-p -c type-check:*",
9-
"build:only": "vitepress build .",
10-
"build": "run-p -c type-check \"build:only {@}\" --",
11-
"preview": "vitepress preview .",
12-
"preinstall": "node ../../scripts/preinstall.js"
13-
},
3+
"type": "module",
144
"dependencies": {
155
"vue": "^3.5.13"
166
},
177
"devDependencies": {
188
"@tsconfig/node22": "^22.0.0",
19-
"@types/node": "^22.13.0",
9+
"@types/node": "^22.13.9",
2010
"@vue/tsconfig": "^0.7.0",
2111
"npm-run-all2": "^7.0.2",
2212
"rimraf": "^6.0.1",
23-
"typescript": "~5.7.3",
13+
"typescript": "~5.8.0",
2414
"vitepress": "^1.6.3",
25-
"vue-tsc": "^2.2.0"
15+
"vue-tsc": "^2.2.8"
16+
},
17+
"scripts": {
18+
"clean": "rimraf dist .vitepress/cache",
19+
"dev": "vitepress dev .",
20+
"type-check:code": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
21+
"type-check:config": "vue-tsc --noEmit -p tsconfig.node.json --composite false",
22+
"type-check": "run-p -c type-check:*",
23+
"build:only": "vitepress build .",
24+
"build": "run-p -c type-check \"build:only {@}\" --",
25+
"preview": "vitepress preview ."
2626
}
2727
}

0 commit comments

Comments
 (0)