Skip to content

Commit 6a16968

Browse files
committed
chore: replace @tsconfig/node18 with @tsconfig/node20
Following #367 The underlying configuration is the same, though.
1 parent 4be5bd2 commit 6a16968

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/vuejs/create-vue#readme",
3838
"devDependencies": {
39-
"@tsconfig/node18": "^18.2.2",
39+
"@tsconfig/node20": "^20.1.2",
4040
"@types/eslint": "^8.56.2",
4141
"@types/node": "^20.11.5",
4242
"@types/prompts": "^2.4.9",

Diff for: pnpm-lock.yaml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: template/tsconfig/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@tsconfig/node18": "^18.2.2",
3+
"@tsconfig/node20": "^20.1.2",
44
"@vue/tsconfig": "^0.5.1"
55
}
66
}

Diff for: template/tsconfig/base/tsconfig.node.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"include": [
44
"vite.config.*",
55
"vitest.config.*",

Diff for: template/tsconfig/nightwatch/nightwatch/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
"composite": true,
55
"noEmit": true,

Diff for: template/tsconfig/playwright/e2e/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"include": ["./**/*"]
44
}

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"include": ["index.ts", "utils/**/*"],
44
"compilerOptions": {
55
"strict": false,

0 commit comments

Comments
 (0)