chore(deps): update dependency typescript to v4.2.4 (#356)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-04-25 13:44:58 +03:00
committed by GitHub
parent 96104fb59f
commit b4b2ba88a2
6 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
"@types/react": "17.0.3",
"@types/react-helmet": "6.1.0",
"@types/react-router-dom": "5.1.7",
"typescript": "4.2.3"
"typescript": "4.2.4"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -15465,9 +15465,9 @@
}
},
"node_modules/typescript": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -30207,9 +30207,9 @@
}
},
"typescript": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true
},
"ua-parser-js": {

View File

@@ -36,6 +36,6 @@
"@types/react": "17.0.3",
"@types/react-helmet": "6.1.0",
"@types/react-router-dom": "5.1.7",
"typescript": "4.2.3"
"typescript": "4.2.4"
}
}