chore(deps): update dependency typescript to v4.3.5 (#425)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-01 02:53:56 +00:00
committed by GitHub
parent 4e40ac9bb0
commit 67ac00c1e8
6 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "5.1.7",
"typescript": "4.3.4"
"typescript": "4.3.5"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -13063,9 +13063,9 @@
}
},
"node_modules/typescript": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -24715,9 +24715,9 @@
}
},
"typescript": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true
},
"ua-parser-js": {

View File

@@ -36,6 +36,6 @@
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "5.1.7",
"typescript": "4.3.4"
"typescript": "4.3.5"
}
}