chore: update typescript version

This commit is contained in:
2024-11-08 22:01:59 +08:00
parent 5507790cd1
commit d1437187e0
3 changed files with 7 additions and 7 deletions
+6 -5
View File
@@ -20,12 +20,13 @@
"@types/vscode": "^1.0.0",
"glob": "^7.1.6",
"mocha": "^8.2.1",
"typescript": "^4.1.3",
"typescript": "^4.9.5",
"vsce": "^2.15.0",
"vscode-test": "^1.5.0"
},
"engines": {
"node": "18"
"node": "18",
"vscode": "^1.0.0"
}
},
"node_modules/@tootallnate/once": {
@@ -2373,9 +2374,9 @@
}
},
"node_modules/typescript": {
"version": "4.1.3",
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.1.3.tgz",
"integrity": "sha1-UZ1YK9lMugz4k0x9joRn5HP1O7c=",
"version": "4.9.5",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
+1 -1
View File
@@ -51,7 +51,7 @@
"@types/vscode": "^1.0.0",
"glob": "^7.1.6",
"mocha": "^8.2.1",
"typescript": "^4.1.3",
"typescript": "^4.9.5",
"vsce": "^2.15.0",
"vscode-test": "^1.5.0"
},
-1
View File
@@ -9,7 +9,6 @@ import { IImport } from "import-sort-parser";
export default function (styleApi: IStyleAPI): IStyleItem[] {
const {
and,
or,
not,
always,
dotSegmentCount,