Skip to content

Commit fe5f1f6

Browse files
chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c109137 commit fe5f1f6

File tree

4 files changed

+8
-31
lines changed

4 files changed

+8
-31
lines changed

e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "@tsconfig/node22/tsconfig.json",
2+
"extends": "@tsconfig/node24/tsconfig.json",
33
"include": ["./**/*"]
44
}

package-lock.json

Lines changed: 5 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@playwright/test": "1.57.0",
7878
"@release-it/conventional-changelog": "^9.0.0",
7979
"@rushstack/eslint-patch": "1.15.0",
80-
"@tsconfig/node22": "22.0.0",
80+
"@tsconfig/node24": "24.0.0",
8181
"@types/jsdom": "27.0.0",
8282
"@types/node": "24.10.3",
8383
"@vitejs/plugin-vue": "6.0.3",

tsconfig.node.json

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

0 commit comments

Comments
 (0)