|
16 | 16 | "format": "pnpify run prettier --plugin prettier-plugin-svelte --write src" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@astrojs/svelte": "^7.1.1", |
20 | | - "@codemirror/commands": "^6.8.1", |
21 | | - "@codemirror/lang-html": "6.4.10", |
| 19 | + "@astrojs/svelte": "^7.2.1", |
| 20 | + "@codemirror/commands": "^6.10.0", |
| 21 | + "@codemirror/lang-html": "6.4.11", |
22 | 22 | "@codemirror/language": "6.11.3", |
23 | 23 | "@codemirror/state": "6.5.2", |
24 | | - "@codemirror/view": "^6.38.2", |
25 | | - "@hotwired/turbo": "8.0.13", |
| 24 | + "@codemirror/view": "^6.38.6", |
| 25 | + "@hotwired/turbo": "8.0.20", |
26 | 26 | "@iconify-json/mdi": "^1.2.3", |
27 | | - "@lezer/common": "^1.2.3", |
28 | | - "@lezer/highlight": "^1.2.1", |
| 27 | + "@lezer/common": "^1.3.0", |
| 28 | + "@lezer/highlight": "^1.2.3", |
29 | 29 | "@rollup/plugin-yaml": "^4.1.2", |
30 | | - "@vite-pwa/astro": "^1.1.0", |
31 | | - "astro": "^5.14.3", |
| 30 | + "@vite-pwa/astro": "^1.1.1", |
| 31 | + "astro": "^5.15.3", |
32 | 32 | "astro-icon": "1.1.5", |
33 | 33 | "comlink": "^4.4.2", |
34 | 34 | "lodash": "4.17.21", |
35 | 35 | "normalize.css": "8.0.1", |
36 | 36 | "postcss": "8.5.6", |
37 | 37 | "postcss-import": "16.1.1", |
38 | 38 | "postcss-load-config": "^6.0.1", |
39 | | - "postcss-loader": "8.1.1", |
40 | | - "postcss-preset-env": "10.3.1", |
| 39 | + "postcss-loader": "8.2.0", |
| 40 | + "postcss-preset-env": "10.4.0", |
41 | 41 | "postcss-reporter": "7.1.0", |
42 | 42 | "rehype-external-links": "^3.0.0", |
43 | | - "svelte": "5.39.2", |
44 | | - "vite": "^7.1.11", |
45 | | - "vite-plugin-pwa": "^1.0.3", |
| 43 | + "svelte": "5.43.2", |
| 44 | + "vite": "^7.1.12", |
| 45 | + "vite-plugin-pwa": "^1.1.0", |
46 | 46 | "workbox-background-sync": "^7.3.0", |
47 | 47 | "workbox-core": "^7.3.0", |
48 | 48 | "workbox-expiration": "^7.3.0", |
|
53 | 53 | "workbox-window": "7.3.0" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@yarnpkg/pnpify": "^4.1.5", |
| 56 | + "@yarnpkg/pnpify": "^4.1.6", |
57 | 57 | "astro-eslint-parser": "^1.2.2", |
58 | 58 | "eslint": "8.57.1", |
59 | 59 | "eslint-plugin-astro": "^0.33.1", |
60 | 60 | "eslint-plugin-svelte": "^2.46.1", |
61 | 61 | "prettier": "^3.6.2", |
62 | 62 | "prettier-plugin-svelte": "^3.4.0", |
63 | 63 | "shikiji-core": "^0.10.2", |
64 | | - "typescript": "^5.9.2" |
| 64 | + "typescript": "^5.9.3" |
65 | 65 | }, |
66 | 66 | "packageManager": "yarn@4.10.3" |
67 | 67 | } |
0 commit comments