Skip to content

Commit 3f0e61e

Browse files
authored
fix(build): Revert typescript update (#1362)
1 parent 0d361b2 commit 3f0e61e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"strip-ansi": "^6.0.0",
9292
"swc-node": "^1.0.0",
9393
"ts-jest": "^26.4.1",
94-
"typescript": "^4.9.4",
94+
"typescript": "^4.0.3",
9595
"yalc": "^1.0.0-pre.45"
9696
},
9797
"workspaces": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/papaparse": "^5.2.3",
8484
"@types/plurals-cldr": "^1.0.1",
8585
"mockdate": "^3.0.2",
86-
"typescript": "^4.9.4"
86+
"typescript": "^4.0.3"
8787
},
8888
"peerDependencies": {
8989
"@babel/core": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12665,10 +12665,10 @@ typedarray@^0.0.6:
1266512665
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1266612666
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1266712667

12668-
typescript@^4.9.4:
12669-
version "4.9.4"
12670-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
12671-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
12668+
typescript@^4.0.3:
12669+
version "4.0.3"
12670+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
12671+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
1267212672

1267312673
uglify-js@^3.1.4:
1267412674
version "3.11.5"

0 commit comments

Comments
 (0)