|
9 | 9 | "test": "vitest run", |
10 | 10 | "test:e2e": "playwright test", |
11 | 11 | "lint": "eslint \"src/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\" \"test-e2e/**/*.ts\"", |
12 | | - "typecheck": "astro check", |
| 12 | + "typecheck": "astro sync && tsc --noEmit", |
13 | 13 | "clean": "rimraf dist .astro" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
| 16 | + "@astrojs/react": "^5.0.2", |
16 | 17 | "@form2js/core": "3.4.0", |
17 | 18 | "@form2js/dom": "3.4.0", |
18 | 19 | "@form2js/form-data": "3.4.0", |
19 | 20 | "@form2js/jquery": "3.4.0", |
20 | 21 | "@form2js/js2form": "3.4.0", |
21 | 22 | "@form2js/react": "3.4.0", |
22 | | - "@astrojs/react": "^4.4.0", |
23 | | - "astro": "^5.7.0", |
| 23 | + "astro": "^6.1.1", |
24 | 24 | "jquery": "^3.7.1", |
25 | | - "rehype-stringify": "^10.0.1", |
26 | 25 | "react": "^19.1.1", |
27 | 26 | "react-dom": "^19.1.1", |
| 27 | + "rehype-stringify": "^10.0.1", |
28 | 28 | "remark-gfm": "^4.0.1", |
29 | 29 | "remark-parse": "^11.0.0", |
30 | 30 | "remark-rehype": "^11.1.2", |
31 | 31 | "unified": "^11.0.5", |
32 | 32 | "zod": "^4.1.5" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@astrojs/check": "^0.9.4", |
36 | 35 | "@playwright/test": "^1.54.2", |
37 | 36 | "@types/jquery": "^3.5.33", |
38 | 37 | "@types/react": "^19.1.12", |
|
0 commit comments