Skip to content

Commit 0838c8d

Browse files
chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22
1 parent 0f48db2 commit 0838c8d

File tree

3 files changed

+107
-40
lines changed

3 files changed

+107
-40
lines changed

packages/vue-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@rushstack/eslint-patch": "^1.1.0",
20-
"@tsconfig/node20": "^20.1.0",
20+
"@tsconfig/node22": "^22.0.0",
2121
"@types/node": "^22.0.0",
2222
"@vitejs/plugin-vue": "^5.0.0",
2323
"@vue/eslint-config-prettier": "^9.0.0",

packages/vue-sample/tsconfig.vite-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"include": ["vite.config.*"],
44
"compilerOptions": {
55
"composite": true,

0 commit comments

Comments
 (0)