chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#797)

This commit is contained in:
dependabot-preview[bot] 2020-12-11 21:53:31 +00:00 committed by GitHub
parent 214ab4c1a9
commit 3f83a949c9
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

@ -4636,9 +4636,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.1.2", "version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View file

@ -202,7 +202,7 @@
"prettier": "^2.2.1", "prettier": "^2.2.1",
"terser-webpack-plugin": "^4.2.3", "terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.0.12", "ts-loader": "^8.0.12",
"typescript": "^4.1.2", "typescript": "^4.1.3",
"webpack": "^4.44.2", "webpack": "^4.44.2",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },