Update typescript

This commit is contained in:
Anton Vakhrushev 2020-10-10 10:16:33 +03:00
parent f4f8555f75
commit ecaa98b69c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5347,9 +5347,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.7", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true "dev": true
}, },
"underscore": { "underscore": {

View File

@ -42,7 +42,7 @@
"style-loader": "^1.3.0", "style-loader": "^1.3.0",
"ts-loader": "^6.2.2", "ts-loader": "^6.2.2",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"typescript": "^3.9.7", "typescript": "^4.0.3",
"underscore": "^1.11.0", "underscore": "^1.11.0",
"url-parse": "^1.4.7", "url-parse": "^1.4.7",
"vue": "^2.6.12", "vue": "^2.6.12",