Upgrade typescript

This commit is contained in:
Junyoung Choi 2020-03-23 11:30:51 +09:00 committed by Junyoung Choi
parent 4e1e7007e2
commit 6ac2a57cb8
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View File

@ -14874,7 +14874,8 @@
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w=="
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
},
"uglify-js": {
"version": "3.4.10",

View File

@ -90,6 +90,7 @@
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"type-fest": "^0.7.1",
"typescript": "^3.8.3",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
@ -156,7 +157,6 @@
"remark-stringify": "^7.0.4",
"shortid": "^2.2.15",
"styled-components": "^4.3.2",
"typescript": "^3.6.3",
"unified": "^8.4.0",
"unist-util-visit": "^2.0.0",
"use-force-update": "^1.0.7"