Skip to content

Commit 2c0fb7a

Browse files
committed
fix: include TypeScript as a dependency again now that we're bundling ts-jest
1 parent 5ac8d52 commit 2c0fb7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"rimraf": "^3.0.2",
8585
"ts-jest": "^26.5.5",
8686
"tslib": "^2.2.0",
87+
"typescript": "^4",
8788
"which": "^2.0.2",
8889
"yargs-parser": "^20.2.7"
8990
},
@@ -123,7 +124,6 @@
123124
"husky": "^4.3.8",
124125
"jest-in-case": "^1.0.2",
125126
"npm-run-all": "^4.1.5",
126-
"slash": "^3.0.0",
127-
"typescript": "^4.2.3"
127+
"slash": "^3.0.0"
128128
}
129129
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8411,10 +8411,10 @@ typedarray-to-buffer@^3.1.5:
84118411
dependencies:
84128412
is-typedarray "^1.0.0"
84138413

8414-
typescript@^4.2.3:
8415-
version "4.2.3"
8416-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
8417-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
8414+
typescript@^4:
8415+
version "4.2.4"
8416+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
8417+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
84188418

84198419
unbox-primitive@^1.0.0:
84208420
version "1.0.1"

0 commit comments

Comments
 (0)