chore(deps): update dependency typescript to v5 (#2795)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-16 10:43:40 -05:00 committed by GitHub
parent acad133e3a
commit 441ee2ef90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
docs/package-lock.json generated
View File

@ -26,7 +26,7 @@
"@docusaurus/module-type-aliases": "2.1.0", "@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.5", "@tsconfig/docusaurus": "^1.0.5",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"typescript": "^4.7.4" "typescript": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=16.14" "node": ">=16.14"
@ -13185,15 +13185,15 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.8.4", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/ua-parser-js": { "node_modules/ua-parser-js": {
@ -24100,9 +24100,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.8.4", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw=="
}, },
"ua-parser-js": { "ua-parser-js": {
"version": "0.7.32", "version": "0.7.32",

View File

@ -35,7 +35,7 @@
"@docusaurus/module-type-aliases": "2.1.0", "@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.5", "@tsconfig/docusaurus": "^1.0.5",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"typescript": "^4.7.4" "typescript": "^5.0.0"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [