|
48 | 48 | "svelte": "^3.54.0 || ^4.0.0-next.0 || ^4.0.0"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@fontsource/fira-mono": "^5.0.1", |
| 51 | + "@fontsource/fira-mono": "^5.0.3", |
52 | 52 | "@sveltejs/adapter-auto": "^2.1.0",
|
53 |
| - "@sveltejs/kit": "^1.19.0", |
54 |
| - "@sveltejs/package": "^2.0.2", |
| 53 | + "@sveltejs/kit": "^1.20.5", |
| 54 | + "@sveltejs/package": "^2.1.0", |
55 | 55 | "@types/marked": "^5.0.0",
|
56 | 56 | "publint": "^0.1.12",
|
57 |
| - "svelte": "^3.59.1", |
58 |
| - "svelte-check": "^3.4.3", |
59 |
| - "tslib": "^2.5.2", |
60 |
| - "typescript": "^5.0.4", |
| 57 | + "svelte": "^4.0.0", |
| 58 | + "svelte-check": "^3.4.4", |
| 59 | + "tslib": "^2.6.0", |
| 60 | + "typescript": "^5.1.3", |
61 | 61 | "vite": "^4.3.9"
|
62 | 62 | },
|
63 | 63 | "dependencies": {
|
64 |
| - "@codemirror/autocomplete": "^6.7.1", |
| 64 | + "@codemirror/autocomplete": "^6.8.1", |
65 | 65 | "@codemirror/commands": "^6.2.4",
|
66 | 66 | "@codemirror/lang-css": "^6.2.0",
|
67 |
| - "@codemirror/lang-javascript": "^6.1.8", |
| 67 | + "@codemirror/lang-javascript": "^6.1.9", |
68 | 68 | "@codemirror/lang-json": "^6.0.1",
|
69 |
| - "@codemirror/lang-markdown": "^6.1.1", |
70 |
| - "@codemirror/language": "^6.7.0", |
71 |
| - "@codemirror/lint": "^6.2.1", |
| 69 | + "@codemirror/lang-markdown": "^6.2.0", |
| 70 | + "@codemirror/language": "^6.8.0", |
| 71 | + "@codemirror/lint": "^6.3.0", |
72 | 72 | "@codemirror/state": "^6.2.1",
|
73 |
| - "@codemirror/view": "^6.12.0", |
| 73 | + "@codemirror/view": "^6.14.0", |
74 | 74 | "@jridgewell/sourcemap-codec": "^1.4.15",
|
75 | 75 | "@lezer/highlight": "^1.1.6",
|
76 |
| - "@neocodemirror/svelte": "0.0.10", |
| 76 | + "@neocodemirror/svelte": "0.0.13", |
77 | 77 | "@replit/codemirror-lang-svelte": "^6.0.0",
|
78 | 78 | "@rich_harris/svelte-split-pane": "^1.1.1",
|
79 |
| - "@rollup/browser": "^3.23.0", |
80 |
| - "@sveltejs/site-kit": "5.2.1", |
81 |
| - "acorn": "^8.8.2", |
| 79 | + "@rollup/browser": "^3.25.3", |
| 80 | + "@sveltejs/site-kit": "5.2.2", |
| 81 | + "acorn": "^8.9.0", |
82 | 82 | "codemirror": "^6.0.1",
|
83 | 83 | "esm-env": "^1.0.0",
|
84 | 84 | "estree-walker": "^3.0.3",
|
85 |
| - "marked": "^5.0.3", |
| 85 | + "marked": "^5.1.0", |
86 | 86 | "resolve.exports": "^2.0.2",
|
87 | 87 | "svelte-json-tree": "^1.0.0"
|
88 | 88 | }
|
|
0 commit comments