-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update typescript version and fix type error (#1277)
* fix: update typescript version and fix type error * fix: update typescript version and fix type error * fix test error and update Snapshot due to the vue version update
- Loading branch information
1 parent
a1d7259
commit 250446b
Showing
22 changed files
with
344 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,6 @@ | |
"@types/node": "^16.18.8", | ||
"@typescript-eslint/eslint-plugin": "^5.46.0", | ||
"@typescript-eslint/parser": "^5.46.0", | ||
"@vue/server-renderer": "^3.2.4", | ||
"algoliasearch": "^4.9.0", | ||
"api-docs-gen": "^0.4.0", | ||
"brotli": "^1.3.2", | ||
|
@@ -133,14 +132,14 @@ | |
"textlint-rule-write-good": "^2.0.0", | ||
"trash-cli": "^5.0.0", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "4.2.3", | ||
"typescript": "^4.9.4", | ||
"vitepress": "^1.0.0-alpha.4", | ||
"vue": "^3.2.4", | ||
"vue": "^3.2.45", | ||
"vue-i18n": "workspace:*" | ||
}, | ||
"peerDependencies": { | ||
"@microsoft/api-extractor": "7.15.2", | ||
"typescript": "4.2.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"engines": { | ||
"node": ">= 14" | ||
|
@@ -182,7 +181,7 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"vue": "3.2.20", | ||
"vue": "3.2.45", | ||
"vite": "2.6.14" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.