|
8 | 8 | "@types/object-hash": "^3.0.6", |
9 | 9 | "@types/vscode": "^1.94.0", |
10 | 10 | "@vscode/vsce": "^3.1.1", |
11 | | - "esbuild": "^0.20.2", |
| 11 | + "esbuild": "^0.25.0", |
12 | 12 | "esbuild-plugin-copy": "^2.1.1", |
13 | | - "graphology": "^0.25.4", |
| 13 | + "graphology": "^0.26.0", |
14 | 14 | "graphology-operators": "^1.6.0", |
15 | 15 | "graphology-traversal": "^0.3.1", |
16 | 16 | "lru-cache": "^11.0.2", |
|
35 | 35 | "eslint": "^9.12.0", |
36 | 36 | "graphology-utils": "^2.5.2", |
37 | 37 | "lz-string": "^1.5.0", |
38 | | - "oxlint": "0.13.2", |
39 | | - "prettier": "3.3.3", |
40 | | - "prettier-plugin-svelte": "^3.2.7", |
| 38 | + "oxlint": "0.15.13", |
41 | 39 | "svelte": "^4.2.19", |
42 | 40 | "svelte-awesome-color-picker": "^3.1.4", |
43 | 41 | "svelte-codemirror-editor": "^1.4.1", |
|
73 | 71 | "build-webview": "bun run --cwd src/webview/ vite build", |
74 | 72 | "oxlint-fix": "bunx oxlint --ignore-path=oxlint-ignore.txt --fix -D correctness -D perf -D suspicious -A no-await-in-loop", |
75 | 73 | "oxlint-ci": "bunx oxlint --ignore-path=oxlint-ignore.txt -D correctness -D perf -D suspicious -A no-await-in-loop", |
76 | | - "prettier-format": "bunx prettier **/*.svelte --write", |
77 | | - "prettier-check": "bunx prettier **/*.svelte --check", |
78 | | - "lint": "bunx biome check --fix && bun oxlint-fix && bun prettier-format && bunx eslint --fix && bunx tsc --noEmit && bun typedoc", |
79 | | - "ci": "bunx biome ci && bun oxlint-ci && bun prettier-check && bunx eslint && bunx tsc --noEmit && bun typedoc", |
| 74 | + "lint": "bunx biome check --fix && bun oxlint-fix && bunx eslint --fix && bunx tsc --noEmit && bun typedoc", |
| 75 | + "ci": "bunx biome ci && bun oxlint-ci && bunx eslint && bunx tsc --noEmit && bun typedoc", |
80 | 76 | "generate-parsers": "bun run ./scripts/generate-parsers.ts", |
81 | 77 | "typedoc": "bunx typedoc --treatWarningsAsErrors" |
82 | 78 | }, |
|
0 commit comments