Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit aa9732d

Browse files
committed
Set fixed version of typescript, ref: facebook/create-react-app#10110.
1 parent 0522971 commit aa9732d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^17.0.1",
2626
"react-scripts": "4.0.0",
2727
"rskjs-util": "^1.0.3",
28-
"typescript": "^4.0.3"
28+
"typescript": "~4.0.5"
2929
},
3030
"devDependencies": {
3131
"@rsksmart/ipfs-cpinner-client": "^0.1.1-beta.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13356,10 +13356,10 @@ typedarray@^0.0.6:
1335613356
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1335713357
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1335813358

13359-
typescript@^4.0.3:
13360-
version "4.1.2"
13361-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
13362-
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
13359+
typescript@~4.0.5:
13360+
version "4.0.5"
13361+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
13362+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
1336313363

1336413364
uint8arrays@^1.1.0:
1336513365
version "1.1.0"

0 commit comments

Comments
 (0)