Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 5477c6e commit 0cf5234
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 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 @@ -55,7 +55,7 @@
"@commitlint/config-conventional": "^19.5.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "^9.6.1",
"@types/node": "^20.17.0",
"@types/node": "^22.10.6",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.4.3",
"@vue/tsconfig": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type-check": "vue-tsc --build --force"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@types/node": "^22.10.6",
"npm-run-all2": "^6.2.6",
"typescript": "~5.6.0",
"vue-tsc": "^2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion template/exam-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.0",
"@types/node": "^22.10.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
Expand Down

0 comments on commit 0cf5234

Please sign in to comment.