Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 2474497

Browse files
Merge #173
173: Update dependency typescript to v3.9.2 r=renovate[bot] a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | dependencies | minor | [`3.8.3` -> `3.9.2`](https://renovatebot.com/diffs/npm/typescript/3.8.3/3.9.2) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#mythmon/corsica-tree-status). Co-authored-by: Renovate Bot <[email protected]>
2 parents 1a08260 + 2f17c71 commit 2474497

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prettier": "1.19.1",
2727
"react": "16.13.0",
2828
"react-dom": "16.13.0",
29-
"typescript": "3.8.3"
29+
"typescript": "3.9.2"
3030
},
3131
"scripts": {
3232
"build": "parcel build src/index.html --no-autoinstall",

yarn.lock

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

5888-
typescript@3.8.3:
5889-
version "3.8.3"
5890-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
5891-
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
5888+
typescript@3.9.2:
5889+
version "3.9.2"
5890+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
5891+
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==
58925892

58935893
uncss@^0.17.0:
58945894
version "0.17.1"

0 commit comments

Comments
 (0)