|
1 | 1 | { |
2 | 2 | "name": "@botonic/example-flow-builder-typescript", |
3 | | - "version": "0.40.0", |
| 3 | + "version": "0.42.0", |
4 | 4 | "scripts": { |
5 | 5 | "build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production", |
6 | 6 | "lint": "npm run lint-core -- --fix && npm run prettier", |
|
13 | 13 | "preversion": "npm run lint-ci" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@botonic/core": "^0.41.0", |
17 | | - "@botonic/plugin-ai-agents": "^0.41.0", |
18 | | - "@botonic/plugin-flow-builder": "^0.41.0", |
19 | | - "@botonic/plugin-hubtype-analytics": "^0.41.0", |
20 | | - "@botonic/plugin-knowledge-bases": "^0.41.0", |
21 | | - "@botonic/react": "^0.41.0", |
| 16 | + "@botonic/core": "^0.42.0", |
| 17 | + "@botonic/plugin-ai-agents": "^0.42.0", |
| 18 | + "@botonic/plugin-flow-builder": "^0.42.0", |
| 19 | + "@botonic/plugin-hubtype-analytics": "^0.42.0", |
| 20 | + "@botonic/plugin-knowledge-bases": "^0.42.0", |
| 21 | + "@botonic/react": "^0.42.0", |
22 | 22 | "@reduxjs/toolkit": "1.9.7", |
23 | 23 | "axios": "^1.12.2", |
24 | 24 | "dotenv": "^17.2.0", |
|
31 | 31 | "zod": "^3.25.76" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@botonic/dx": "^0.41.0", |
| 34 | + "@botonic/dx": "^0.42.0", |
35 | 35 | "@types/react": "18.3.13", |
36 | 36 | "@types/react-dom": "18.3.1", |
37 | 37 | "@types/react-redux": "^7.1.34", |
|
0 commit comments