Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerfehr committed May 18, 2024
1 parent f9400c0 commit 9193bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"author": "Tyler Fehr",
"license": "MIT",
"dependencies": {
"ts-node": "10.9.2",
"typescript": "^5.4.5"
"ts-node": "~10.9.2"
},
"devDependencies": {
"@types/node": "^20.12.12",
"globstar": "^1.0.0",
"tsx": "^4.10.5"
"tsx": "^4.10.5",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
dependencies:
ansi-regex "^2.0.0"

[email protected]:
ts-node@~10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
Expand Down

0 comments on commit 9193bfb

Please sign in to comment.