Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 8106cd7 commit 8223293
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/eslint": "^8.44.7",
"@types/node": "^18.18.8",
"@types/node": "^20.8.10",
"@types/prompts": "^2.4.8",
"@vue/create-eslint-config": "^0.3.2",
"@vue/tsconfig": "^0.4.0",
Expand Down
60 changes: 33 additions & 27 deletions pnpm-lock.yaml

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

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 --noEmit -p tsconfig.app.json --composite false"
},
"devDependencies": {
"@types/node": "^18.18.8",
"@types/node": "^20.8.10",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.0",
"vue-tsc": "^1.8.22"
Expand Down

0 comments on commit 8223293

Please sign in to comment.