Skip to content

Commit

Permalink
pined ts to a version that supports node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent 5c26c6a commit 01b3243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest-cli": "^27",
"onchange": "^7",
"prettier": "^2",
"typescript": "^5"
"typescript": "5.1"
},
"peerDependencies": {},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3958,10 +3958,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
typescript@5.1:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

undici-types@~5.26.4:
version "5.26.5"
Expand Down

0 comments on commit 01b3243

Please sign in to comment.