Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 21, 2023
1 parent 9a4936d commit 40889cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"eslint-find-rules": "^4.1.0",
"prettier": "^2.8.0",
"semantic-release": "^19.0.5",
"typescript": "^4.9.4"
"typescript": "^5.0.0"
},
"peerDependencies": {
"eslint": "^8.0.0",
"typescript": "^4.0.0"
"typescript": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 40889cf

Please sign in to comment.