|
9 | 9 | "tsc": "tsc -noEmit -skipLibCheck", |
10 | 10 | "test": "bun test", |
11 | 11 | "test:log": "LOG_TESTS=true bun test", |
12 | | - "format": "prettier --write --plugin prettier-plugin-svelte .", |
13 | | - "format:check": "prettier --check --plugin prettier-plugin-svelte .", |
| 12 | + "format": "prettier --write .", |
| 13 | + "format:check": "prettier --check .", |
14 | 14 | "lint": "eslint --max-warnings=0 src/**", |
15 | 15 | "lint:fix": "eslint --max-warnings=0 --fix src/**", |
16 | | - "svelte-check": "svelte-check --compiler-warnings \"unused-export-let:ignore\"", |
17 | | - "check": "bun run format:check && bun run tsc && bun run svelte-check && bun run lint && bun run test", |
18 | | - "check:fix": "bun run format && bun run tsc && bun run svelte-check && bun run lint:fix && bun run test", |
| 16 | + "check": "bun run format:check && bun run tsc && bun run lint && bun run test", |
| 17 | + "check:fix": "bun run format && bun run tsc && bun run lint:fix && bun run test", |
19 | 18 | "release": "bun run automation/release.ts", |
20 | 19 | "stats": "bun run automation/stats.ts" |
21 | 20 | }, |
22 | 21 | "keywords": [], |
23 | 22 | "author": "Moritz Jung", |
24 | 23 | "license": "MIT", |
25 | 24 | "devDependencies": { |
26 | | - "@codemirror/language": "^6.10.2", |
| 25 | + "@codemirror/language": "^6.10.6", |
27 | 26 | "@codemirror/state": "^6.4.1", |
28 | | - "@codemirror/view": "^6.28.4", |
29 | | - "@eslint/js": "^9.6.0", |
30 | | - "@expressive-code/core": "^0.35.3", |
31 | | - "@expressive-code/plugin-collapsible-sections": "^0.35.3", |
32 | | - "@expressive-code/plugin-frames": "^0.35.3", |
33 | | - "@expressive-code/plugin-line-numbers": "^0.35.3", |
34 | | - "@expressive-code/plugin-shiki": "^0.35.3", |
35 | | - "@expressive-code/plugin-text-markers": "^0.35.3", |
| 27 | + "@codemirror/view": "^6.35.0", |
| 28 | + "@eslint/js": "^9.16.0", |
| 29 | + "@expressive-code/core": "^0.38.3", |
| 30 | + "@expressive-code/plugin-collapsible-sections": "^0.38.3", |
| 31 | + "@expressive-code/plugin-frames": "^0.38.3", |
| 32 | + "@expressive-code/plugin-line-numbers": "^0.38.3", |
| 33 | + "@expressive-code/plugin-shiki": "^0.38.3", |
| 34 | + "@expressive-code/plugin-text-markers": "^0.38.3", |
36 | 35 | "@happy-dom/global-registrator": "^14.12.3", |
37 | 36 | "@lemons_dev/parsinom": "^0.0.12", |
38 | | - "@lezer/common": "^1.2.1", |
| 37 | + "@lezer/common": "^1.2.3", |
39 | 38 | "@tsconfig/svelte": "^5.0.4", |
40 | | - "@types/bun": "^1.1.6", |
| 39 | + "@types/bun": "^1.1.14", |
41 | 40 | "@types/eslint__js": "^8.42.3", |
42 | 41 | "builtin-modules": "^4.0.0", |
43 | | - "esbuild": "^0.23.0", |
| 42 | + "esbuild": "^0.24.0", |
44 | 43 | "esbuild-plugin-copy-watch": "^2.3.1", |
45 | | - "esbuild-plugins-node-modules-polyfill": "^1.6.4", |
46 | | - "esbuild-svelte": "^0.8.1", |
47 | | - "eslint": "^9.6.0", |
| 44 | + "esbuild-plugins-node-modules-polyfill": "^1.6.8", |
| 45 | + "eslint": "^9.16.0", |
48 | 46 | "eslint-plugin-no-relative-import-paths": "^1.5.5", |
49 | 47 | "eslint-plugin-only-warn": "^1.1.0", |
50 | 48 | "itertools-ts": "^1.27.1", |
51 | 49 | "obsidian": "latest", |
52 | | - "prettier": "^3.3.2", |
53 | | - "prettier-plugin-svelte": "^3.2.5", |
54 | | - "shiki": "^1.1.7", |
| 50 | + "prettier": "^3.4.2", |
| 51 | + "shiki": "^1.24.0", |
55 | 52 | "string-argv": "^0.3.2", |
56 | | - "svelte": "^4.2.18", |
57 | | - "svelte-check": "^3.8.4", |
58 | | - "svelte-preprocess": "^6.0.2", |
59 | | - "tslib": "^2.6.3", |
60 | | - "typescript": "^5.5.3", |
61 | | - "typescript-eslint": "^7.16.0" |
| 53 | + "tslib": "^2.8.1", |
| 54 | + "typescript": "^5.7.2", |
| 55 | + "typescript-eslint": "^8.17.0" |
62 | 56 | } |
63 | 57 | } |
0 commit comments