Skip to content

Commit

Permalink
chore(deps): update to typescript 5 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur authored Oct 21, 2023
1 parent 3cd748a commit 7f70e37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -31,7 +31,7 @@
"url": "https://github.com/clechasseur/rs-cargo/issues"
},
"dependencies": {
"@clechasseur/rs-actions-core": "^3.0.0",
"@clechasseur/rs-actions-core": "^3.0.1",
"string-argv": "^0.3.2"
},
"devDependencies": {
Expand All @@ -46,6 +46,6 @@
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
}
}

0 comments on commit 7f70e37

Please sign in to comment.