Skip to content

Commit 4aef000

Browse files
committed
bump typescript
1 parent 340adee commit 4aef000

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/typeless-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rimraf": "^3.0.2",
6868
"rxjs": "^6.3.3",
6969
"tslint": "6.0.0",
70-
"typescript": "3.8.2"
70+
"typescript": "^3.9.6"
7171
},
7272
"resolutions": {
7373
"@types/react": "^16.8.12"

packages/typeless-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rimraf": "^3.0.2",
6868
"rxjs": "^6.3.3",
6969
"tslint": "6.0.0",
70-
"typescript": "3.8.2"
70+
"typescript": "^3.9.6"
7171
},
7272
"resolutions": {
7373
"@types/react": "^16.8.12"

packages/typeless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"shallow-equal": "^1.2.1",
7070
"ts-jest": "^25.5.0",
7171
"tslint": "6.0.0",
72-
"typescript": "3.8.2"
72+
"typescript": "^3.9.6"
7373
},
7474
"peerDependencies": {
7575
"react": "^16.8.2",

yarn.lock

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

7573-
typescript@3.8.2:
7574-
version "3.8.2"
7575-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
7576-
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
7573+
typescript@^3.9.6:
7574+
version "3.9.6"
7575+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
7576+
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
75777577

75787578
uglify-js@^3.1.4:
75797579
version "3.8.0"

0 commit comments

Comments
 (0)