Merge pull request #10 from yume-chan/renovate/typescript-3.x

chore(deps): update dependency typescript to v3.9.2
This commit is contained in:
Simon Chan 2020-05-19 15:56:09 +08:00 committed by GitHub
commit e3c7c7f3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -388,9 +388,9 @@
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==" "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g=="
}, },
"typescript": { "typescript": {
"version": "3.7.5", "version": "3.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==",
"dev": true "dev": true
}, },
"union": { "union": {

View file

@ -26,7 +26,7 @@
"http-server": "0.12.1", "http-server": "0.12.1",
"rollup": "2.10.4", "rollup": "2.10.4",
"rollup-plugin-css-only": "2.0.0", "rollup-plugin-css-only": "2.0.0",
"typescript": "3.7.5" "typescript": "3.9.2"
}, },
"dependencies": { "dependencies": {
"@yume-chan/async-operation-manager": "^1.0.1", "@yume-chan/async-operation-manager": "^1.0.1",