chore(deps-dev): bump typescript from 4.0.3 to 4.0.5 (#753)

This commit is contained in:
dependabot-preview[bot] 2020-10-27 14:16:54 +00:00 committed by GitHub
parent 564844f625
commit 7cf859ebab
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

@ -4639,9 +4639,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.0.3", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View file

@ -202,7 +202,7 @@
"prettier": "^2.1.2", "prettier": "^2.1.2",
"terser-webpack-plugin": "^4.2.3", "terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.0.7", "ts-loader": "^8.0.7",
"typescript": "^4.0.3", "typescript": "^4.0.5",
"webpack": "^4.44.2", "webpack": "^4.44.2",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },