Bump typescript from 4.8.2 to 4.8.3 (#366)

This commit is contained in:
dependabot[bot] 2022-09-17 14:52:04 +00:00 committed by GitHub
parent 377063d2d6
commit 6a8b3227ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -44,7 +44,7 @@
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"swr": "^1.3.0",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"use-keyboard-shortcut": "^1.1.4",
"web-vitals": "^1.0.1"
},
@ -4403,9 +4403,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -7422,9 +7422,9 @@
"version": "4.0.8"
},
"typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw=="
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig=="
},
"universalify": {
"version": "2.0.0",

View File

@ -39,7 +39,7 @@
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"swr": "^1.3.0",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"use-keyboard-shortcut": "^1.1.4",
"web-vitals": "^1.0.1"
},