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 22, 2023
1 parent b5ae765 commit c6bacc1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 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.10",
"@types/node": "^20.9.4",
"@types/prompts": "^2.4.8",
"@vue/create-eslint-config": "^0.3.2",
"@vue/tsconfig": "^0.4.0",
Expand Down
66 changes: 36 additions & 30 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.10",
"@types/node": "^20.9.4",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.0",
"vue-tsc": "^1.8.22"
Expand Down

0 comments on commit c6bacc1

Please sign in to comment.