Skip to content

Commit

Permalink
fix(deps): upgrade dependency @tsconfig/node18 to @tsconfig/node20
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Jan 18, 2024
1 parent ef359cc commit ad62f14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"include": ["./**/*"]
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@playwright/test": "1.41.0",
"@release-it/conventional-changelog": "^8.0.0",
"@rushstack/eslint-patch": "1.7.0",
"@tsconfig/node18": "18.2.2",
"@tsconfig/node20": "20.1.2",
"@types/jsdom": "21.1.6",
"@types/node": "20.11.5",
"@vitejs/plugin-vue": "5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
Expand Down

0 comments on commit ad62f14

Please sign in to comment.