chore(deps): update dependency typescript to v4.3.3 (#42542)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-17 15:44:07 +05:30
committed by GitHub
parent c9eaa6527f
commit 964b4204d3
6 changed files with 12 additions and 12 deletions

View File

@ -21320,9 +21320,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.2", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==" "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA=="
}, },
"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.2", "typescript": "4.3.3",
"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.2", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==",
"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.2", "typescript": "4.3.3",
"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.2", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==",
"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.2" "typescript": "4.3.3"
} }
} }