Skip to content

Commit d7c37b1

Browse files
Update dependency typescript to v3.9.7 (dotansimha#4382)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a11dc27 commit d7c37b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"rimraf": "3.0.2",
102102
"ts-jest": "26.1.2",
103103
"stencil-apollo": "0.1.5",
104-
"typescript": "3.9.6",
104+
"typescript": "3.9.7",
105105
"urql": "1.9.8",
106106
"vue": "2.6.11"
107107
},

packages/utils/config-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jsonpath": "1.0.2",
1717
"mkdirp": "1.0.4",
1818
"ts-node": "8.10.2",
19-
"typescript": "3.9.6",
19+
"typescript": "3.9.7",
2020
"typescript-json-schema": "0.42.0"
2121
}
2222
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14579,10 +14579,10 @@ [email protected]:
1457914579
typescript "^3.5.3"
1458014580
yargs "^14.0.0"
1458114581

14582-
14583-
version "3.9.6"
14584-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
14585-
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
14582+
14583+
version "3.9.7"
14584+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
14585+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
1458614586

1458714587
typescript@^3.5.3:
1458814588
version "3.9.5"

0 commit comments

Comments
 (0)