|
20 | 20 | "type-check": "tsc --project tsconfig.json --noEmit" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@astrojs/check": "^0.9.5", |
24 | | - "@astrojs/sitemap": "^3.6.0", |
| 23 | + "@astrojs/check": "^0.9.6", |
| 24 | + "@astrojs/sitemap": "^3.7.0", |
25 | 25 | "@codemirror/lang-javascript": "^6.2.3", |
26 | | - "@codemirror/language": "^6.11.0", |
| 26 | + "@codemirror/language": "^6.12.1", |
27 | 27 | "@codemirror/lint": "^6.9.2", |
28 | | - "@codemirror/state": "^6.5.2", |
29 | | - "@codemirror/view": "^6.38.6", |
| 28 | + "@codemirror/state": "^6.5.4", |
| 29 | + "@codemirror/view": "^6.39.11", |
30 | 30 | "@fontsource-variable/ibm-plex-sans": "^5.2.8", |
31 | 31 | "@fontsource/ibm-plex-mono": "^5.2.7", |
32 | 32 | "@glyphide/quickjs": "workspace:^", |
|
42 | 42 | "@radix-ui/react-switch": "^1.2.5", |
43 | 43 | "@radix-ui/react-tooltip": "^1.2.7", |
44 | 44 | "@replit/codemirror-vim": "^6.3.0", |
45 | | - "@tanstack/react-form": "^1.23.8", |
46 | | - "@tanstack/react-virtual": "^3.13.9", |
| 45 | + "@tanstack/react-form": "^1.27.7", |
| 46 | + "@tanstack/react-virtual": "^3.13.18", |
47 | 47 | "@vp-tw/nanostores-qs": "^0.4.0", |
48 | | - "astro": "^5.15.4", |
| 48 | + "astro": "^5.16.11", |
49 | 49 | "astro-robots": "^2.3.1", |
50 | 50 | "class-variance-authority": "^0.7.1", |
51 | 51 | "clsx": "^2.1.1", |
52 | 52 | "codemirror": "^6.0.1", |
53 | | - "es-toolkit": "^1.41.0", |
54 | | - "eslint-linter-browserify": "^9.39.1", |
55 | | - "globals": "^16.5.0", |
| 53 | + "es-toolkit": "^1.44.0", |
| 54 | + "eslint-linter-browserify": "^9.39.2", |
| 55 | + "globals": "^17.0.0", |
56 | 56 | "js-base64": "^3.7.8", |
57 | | - "lucide-react": "^0.553.0", |
| 57 | + "lucide-react": "^0.562.0", |
58 | 58 | "nanostores": "^1.0.1", |
59 | | - "react": "^19.2.0", |
60 | | - "react-dom": "^19.2.0", |
61 | | - "react-error-boundary": "^6.0.0", |
62 | | - "react-resizable-panels": "^3.0.6", |
| 59 | + "react": "^19.2.3", |
| 60 | + "react-dom": "^19.2.3", |
| 61 | + "react-error-boundary": "^6.1.0", |
| 62 | + "react-resizable-panels": "^4.4.1", |
63 | 63 | "sonner": "^2.0.4", |
64 | 64 | "tailwind-merge": "3.4.0", |
65 | 65 | "tailwindcss": "^4.1.7", |
66 | 66 | "vaul": "^1.1.2", |
67 | 67 | "vite-plugin-svgr": "^4.5.0", |
68 | 68 | "workbox-window": "^7.3.0", |
69 | | - "zod": "^4.1.12", |
70 | | - "zustand": "^5.0.8" |
| 69 | + "zod": "^4.3.5", |
| 70 | + "zustand": "^5.0.10" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@astrojs/react": "^4.4.2", |
74 | | - "@astrojs/ts-plugin": "^1.10.5", |
75 | | - "@tailwindcss/vite": "^4.1.17", |
76 | | - "@types/react": "^19.2.2", |
| 74 | + "@astrojs/ts-plugin": "^1.10.6", |
| 75 | + "@tailwindcss/vite": "^4.1.18", |
| 76 | + "@types/react": "^19.2.8", |
77 | 77 | "@types/react-dom": "^19.2.2", |
78 | | - "@vite-pwa/astro": "^1.1.1", |
79 | | - "@vitejs/plugin-basic-ssl": "^2.0.0", |
| 78 | + "@vite-pwa/astro": "^1.2.0", |
| 79 | + "@vitejs/plugin-basic-ssl": "^2.1.3", |
80 | 80 | "tw-animate-css": "^1.4.0", |
81 | | - "vite-plugin-pwa": "^1.1.0", |
| 81 | + "vite-plugin-pwa": "^1.2.0", |
82 | 82 | "vite-plugin-top-level-await": "^1.5.0", |
83 | 83 | "vite-plugin-wasm": "^3.4.1" |
84 | 84 | }, |
|
0 commit comments