Skip to content

Commit 1c1832a

Browse files
chore(deps): pin dependency typescript to v4.2.3 (#27)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5ccca5f commit 1c1832a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint": "7.23.0",
4444
"jest": "26.6.3",
4545
"prettier": "2.2.1",
46-
"typescript": "^4.2.3"
46+
"typescript": "4.2.3"
4747
},
4848
"@pika/pack": {
4949
"pipeline": [

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7277,16 +7277,16 @@ typedarray-to-buffer@^3.1.5:
72777277
dependencies:
72787278
is-typedarray "^1.0.0"
72797279

7280+
7281+
version "4.2.3"
7282+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
7283+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
7284+
72807285
typescript@^3.7.0:
72817286
version "3.9.9"
72827287
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
72837288
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
72847289

7285-
typescript@^4.2.3:
7286-
version "4.2.3"
7287-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
7288-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
7289-
72907290
unbox-primitive@^1.0.0:
72917291
version "1.0.1"
72927292
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"

0 commit comments

Comments
 (0)