|
13 | 13 | "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
14 | 14 | },
|
15 | 15 | "devDependencies": {
|
16 |
| - "@playwright/test": "^1.31.2", |
17 |
| - "@sveltejs/adapter-vercel": "3.0.1", |
18 |
| - "@sveltejs/kit": "^1.20.4", |
19 |
| - "@sveltejs/site-kit": "^5.2.2", |
20 |
| - "@types/diff": "^5.0.2", |
21 |
| - "@types/marked": "^4.0.8", |
| 16 | + "@playwright/test": "^1.37.1", |
| 17 | + "@sveltejs/adapter-vercel": "3.0.3", |
| 18 | + "@sveltejs/kit": "^1.24.1", |
| 19 | + "@sveltejs/site-kit": "6.0.0-next.39", |
| 20 | + "@types/diff": "^5.0.3", |
22 | 21 | "@types/prismjs": "^1.26.0",
|
23 |
| - "@types/ws": "^8.5.4", |
| 22 | + "@types/ws": "^8.5.5", |
| 23 | + "browserslist": "^4.21.10", |
24 | 24 | "diff": "^5.1.0",
|
25 |
| - "esbuild": "^0.18.9", |
26 |
| - "prettier": "^2.8.5", |
27 |
| - "prettier-plugin-svelte": "^2.10.1", |
28 |
| - "svelte": "^4.0.0", |
29 |
| - "svelte-check": "^3.4.3", |
| 25 | + "esbuild": "^0.19.2", |
| 26 | + "lightningcss": "^1.21.7", |
| 27 | + "prettier": "^3.0.3", |
| 28 | + "prettier-plugin-svelte": "^3.0.3", |
| 29 | + "shiki-twoslash": "^3.1.2", |
| 30 | + "svelte": "^4.2.0", |
| 31 | + "svelte-check": "^3.5.1", |
30 | 32 | "tiny-glob": "^0.2.9",
|
31 |
| - "typescript": "^5.0.0", |
32 |
| - "vite": "^4.3.9" |
| 33 | + "typescript": "^5.2.2", |
| 34 | + "vite": "^4.4.9" |
33 | 35 | },
|
34 | 36 | "type": "module",
|
35 | 37 | "dependencies": {
|
36 |
| - "@codemirror/autocomplete": "^6.4.2", |
37 |
| - "@codemirror/commands": "^6.2.2", |
38 |
| - "@codemirror/lang-css": "^6.1.1", |
39 |
| - "@codemirror/lang-html": "^6.4.2", |
40 |
| - "@codemirror/lang-javascript": "^6.1.4", |
41 |
| - "@codemirror/language": "^6.6.0", |
42 |
| - "@codemirror/lint": "^6.2.0", |
43 |
| - "@codemirror/search": "^6.3.0", |
44 |
| - "@codemirror/state": "^6.2.0", |
45 |
| - "@codemirror/view": "^6.9.2", |
46 |
| - "@fontsource/roboto-mono": "^4.5.10", |
47 |
| - "@lezer/common": "^1.0.2", |
48 |
| - "@lezer/highlight": "^1.1.3", |
49 |
| - "@lezer/javascript": "^1.4.1", |
50 |
| - "@lezer/lr": "^1.3.3", |
| 38 | + "@codemirror/autocomplete": "^6.9.0", |
| 39 | + "@codemirror/commands": "^6.2.5", |
| 40 | + "@codemirror/lang-css": "^6.2.1", |
| 41 | + "@codemirror/lang-html": "^6.4.6", |
| 42 | + "@codemirror/lang-javascript": "^6.2.1", |
| 43 | + "@codemirror/language": "^6.9.0", |
| 44 | + "@codemirror/lint": "^6.4.1", |
| 45 | + "@codemirror/search": "^6.5.2", |
| 46 | + "@codemirror/state": "^6.2.1", |
| 47 | + "@codemirror/view": "^6.17.1", |
| 48 | + "@fontsource/roboto-mono": "^5.0.8", |
| 49 | + "@lezer/common": "^1.0.4", |
| 50 | + "@lezer/highlight": "^1.1.6", |
| 51 | + "@lezer/javascript": "^1.4.7", |
| 52 | + "@lezer/lr": "^1.3.10", |
51 | 53 | "@replit/codemirror-lang-svelte": "^6.0.0",
|
52 |
| - "@replit/codemirror-vim": "^6.0.9", |
53 |
| - "@rich_harris/svelte-split-pane": "^1.1.0", |
54 |
| - "@webcontainer/api": "^1.1.0", |
| 54 | + "@replit/codemirror-vim": "^6.0.14", |
| 55 | + "@rich_harris/svelte-split-pane": "^1.1.1", |
| 56 | + "@sveltejs/repl": "^0.6.0", |
| 57 | + "@webcontainer/api": "^1.1.5", |
55 | 58 | "adm-zip": "^0.5.10",
|
56 | 59 | "ansi-to-html": "^0.7.2",
|
57 | 60 | "base64-js": "^1.5.1",
|
58 | 61 | "codemirror": "^6.0.1",
|
59 |
| - "marked": "^4.2.12", |
| 62 | + "flexsearch": "^0.7.31", |
| 63 | + "marked": "^8.0.0", |
60 | 64 | "port-authority": "^2.0.1",
|
61 | 65 | "prism-svelte": "^0.5.0",
|
62 | 66 | "prismjs": "^1.29.0",
|
|
0 commit comments