|
12 | 12 | "tsc:watch": "tsc -b --watch"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@google-labs/agent-kit": "^0.8.1", |
16 |
| - "@google-labs/breadboard": "^0.22.0", |
17 |
| - "@google-labs/core-kit": "^0.11.0", |
18 |
| - "@google-labs/gemini-kit": "^0.5.2", |
19 |
| - "@google-labs/json-kit": "^0.3.3", |
| 15 | + "@google-labs/agent-kit": "^0.14.0", |
| 16 | + "@google-labs/breadboard": "^0.30.0", |
| 17 | + "@google-labs/core-kit": "^0.17.0", |
| 18 | + "@google-labs/gemini-kit": "^0.10.0", |
| 19 | + "@google-labs/json-kit": "^0.3.13", |
20 | 20 | "@google-labs/template-kit": "^0.3.5",
|
21 | 21 | "clsx": "^2.1.1",
|
22 | 22 | "json-refs": "^3.0.15",
|
23 | 23 | "json-schema": "^0.4.0",
|
24 |
| - "json-schema-to-ts": "^3.1.0", |
25 |
| - "json-schema-to-zod": "^2.3.1", |
26 |
| - "react": "^18.3.1", |
27 |
| - "react-dom": "^18.3.1", |
28 |
| - "react-router-dom": "^6.25.1", |
29 |
| - "sass": "^1.77.8", |
30 |
| - "zod": "^3.23.8", |
31 |
| - "zod-to-json-schema": "^3.23.1" |
| 24 | + "json-schema-to-ts": "^3.1.1", |
| 25 | + "json-schema-to-zod": "^2.5.0", |
| 26 | + "react": "^19.0.0", |
| 27 | + "react-dom": "^19.0.0", |
| 28 | + "react-router-dom": "^7.1.1", |
| 29 | + "sass": "^1.83.0", |
| 30 | + "zod": "^3.24.1", |
| 31 | + "zod-to-json-schema": "^3.24.1" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@types/react": "^18.3.3", |
35 |
| - "@types/react-dom": "^18.3.0", |
| 34 | + "@types/react": "^19.0.2", |
| 35 | + "@types/react-dom": "^19.0.2", |
36 | 36 | "@typescript-eslint/eslint-plugin": "^7.13.1",
|
37 | 37 | "@typescript-eslint/parser": "^7.13.1",
|
38 | 38 | "@vitejs/plugin-react": "^4.3.1",
|
|
0 commit comments