chore(deps): update dependency typescript to v4.3.4 (#42550)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-18 17:34:46 +05:30
committed by GitHub
parent ba3fd9a49b
commit 3499c2b08e
6 changed files with 12 additions and 12 deletions

View File

@ -21320,9 +21320,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==" "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew=="
}, },
"typescript-compare": { "typescript-compare": {
"version": "0.0.2", "version": "0.0.2",

View File

@ -122,7 +122,7 @@
"sass.js": "0.11.1", "sass.js": "0.11.1",
"store": "2.0.12", "store": "2.0.12",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"typescript": "4.3.3", "typescript": "4.3.4",
"uuid": "8.3.2", "uuid": "8.3.2",
"validator": "13.6.0" "validator": "13.6.0"
}, },

6
package-lock.json generated
View File

@ -22612,9 +22612,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View File

@ -139,7 +139,7 @@
"process": "0.11.10", "process": "0.11.10",
"shx": "0.3.3", "shx": "0.3.3",
"start-server-and-test": "1.12.5", "start-server-and-test": "1.12.5",
"typescript": "4.3.3", "typescript": "4.3.4",
"webpack-bundle-analyzer": "4.4.2" "webpack-bundle-analyzer": "4.4.2"
} }
} }

View File

@ -653,9 +653,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true "dev": true
}, },
"util-deprecate": { "util-deprecate": {

View File

@ -30,6 +30,6 @@
"inquirer": "8.1.1", "inquirer": "8.1.1",
"prettier": "2.3.1", "prettier": "2.3.1",
"ts-node": "10.0.0", "ts-node": "10.0.0",
"typescript": "4.3.3" "typescript": "4.3.4"
} }
} }