Skip to content

Commit

Permalink
chore(deps): upgrade base tsconfig for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 5, 2023
1 parent 847b9ea commit e461a9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"composite": true,
"types": ["node"]
},
"extends": "@tsconfig/node14/tsconfig.json"
"extends": "@tsconfig/node16/tsconfig.json"
}
21 changes: 11 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@tsconfig/node14": "^14.1.0",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.5.9",
"@types/yargs": "^17.0.24",
"ava": "^5.3.1",
Expand All @@ -23,9 +23,9 @@
"glob": "^10.3.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"typescript": "^5.2.2",
"memfs": "^4.3.0",
"prettier": "^3.0.2"
"prettier": "^3.0.2",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14.0.0 <=20.x"
Expand Down

0 comments on commit e461a9f

Please sign in to comment.