chore: update typescript version
This commit is contained in:
Generated
+6
-5
@@ -20,12 +20,13 @@
|
|||||||
"@types/vscode": "^1.0.0",
|
"@types/vscode": "^1.0.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"mocha": "^8.2.1",
|
"mocha": "^8.2.1",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.9.5",
|
||||||
"vsce": "^2.15.0",
|
"vsce": "^2.15.0",
|
||||||
"vscode-test": "^1.5.0"
|
"vscode-test": "^1.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18"
|
"node": "18",
|
||||||
|
"vscode": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tootallnate/once": {
|
"node_modules/@tootallnate/once": {
|
||||||
@@ -2373,9 +2374,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "4.1.3",
|
"version": "4.9.5",
|
||||||
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.1.3.tgz",
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
|
||||||
"integrity": "sha1-UZ1YK9lMugz4k0x9joRn5HP1O7c=",
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"tsc": "bin/tsc",
|
"tsc": "bin/tsc",
|
||||||
|
|||||||
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
"@types/vscode": "^1.0.0",
|
"@types/vscode": "^1.0.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"mocha": "^8.2.1",
|
"mocha": "^8.2.1",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.9.5",
|
||||||
"vsce": "^2.15.0",
|
"vsce": "^2.15.0",
|
||||||
"vscode-test": "^1.5.0"
|
"vscode-test": "^1.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import { IImport } from "import-sort-parser";
|
|||||||
export default function (styleApi: IStyleAPI): IStyleItem[] {
|
export default function (styleApi: IStyleAPI): IStyleItem[] {
|
||||||
const {
|
const {
|
||||||
and,
|
and,
|
||||||
or,
|
|
||||||
not,
|
not,
|
||||||
always,
|
always,
|
||||||
dotSegmentCount,
|
dotSegmentCount,
|
||||||
|
|||||||
Reference in New Issue
Block a user