⬆️ 升级 stylelint 版本.

This commit is contained in:
lijiahangmax
2024-06-04 21:49:51 +08:00
parent 7f24948efa
commit dcf25392ff
3 changed files with 367 additions and 385 deletions

View File

@@ -57,7 +57,6 @@
"pinia": "^2.0.23",
"query-string": "^8.0.3",
"sortablejs": "^1.15.0",
"streamsaver": "^2.0.6",
"ts-md5": "^1.3.1",
"vue": "^3.2.40",
"vue-echarts": "^6.2.3",
@@ -73,7 +72,6 @@
"@types/mockjs": "^1.0.7",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.0",
"@types/streamsaver": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-vue": "^3.1.2",
@@ -96,7 +94,7 @@
"rollup": "^3.9.1",
"rollup-plugin-visualizer": "^5.8.2",
"sass": "^1.69.4",
"stylelint": "^14.13.0",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.4.0",

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
import type { ShortcutKey, TerminalInteractSetting, TerminalShortcutKey } from '@/store/modules/terminal/types';
import type { ISshSession, ISshSessionHandler, XtermDomRef } from '../types/terminal.type';
import type { Terminal } from 'xterm';
import type { Terminal } from '@xterm/xterm';
import useCopy from '@/hooks/copy';
import html2canvas from 'html2canvas';
import { useTerminalStore, useUserStore } from '@/store';