Skip to content

Commit

Permalink
chore: upgrade TypeScript version and update cli peer dependency requ…
Browse files Browse the repository at this point in the history
…irement (#516)
  • Loading branch information
water-a authored Apr 20, 2023
1 parent 1814000 commit 7559843
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 38 deletions.
133 changes: 97 additions & 36 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 @@ -26,7 +26,7 @@
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "4.9.4"
"typescript": "5.0.4"
},
"dependencies": {
"io-ts": "^2.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"@types/yargs": "17.0.24"
},
"peerDependencies": {
"typescript": "3.1 - 4"
"typescript": "3.1 - 5"
}
}

0 comments on commit 7559843

Please sign in to comment.