Skip to content

Commit 39649e0

Browse files
legobeatMrtenz
andcommitted
devDeps: Restrict typescript to ~4.8.4
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent d2b1646 commit 39649e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prettier": "^2.8.8",
5151
"rimraf": "^3.0.2",
5252
"tape": "^4.17.0",
53-
"typescript": "^4.8.4"
53+
"typescript": "~4.8.4"
5454
},
5555
"lavamoat": {
5656
"allowScripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,10 +2464,10 @@ typed-array-length@^1.0.4:
24642464
for-each "^0.3.3"
24652465
is-typed-array "^1.1.9"
24662466

2467-
typescript@^4.8.4:
2468-
version "4.9.5"
2469-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2470-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2467+
typescript@~4.8.4:
2468+
version "4.8.4"
2469+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
2470+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
24712471

24722472
unbox-primitive@^1.0.2:
24732473
version "1.0.2"

0 commit comments

Comments
 (0)