|
1 | 1 | { |
2 | 2 | "name": "@sqliteai/docs-chatbot", |
3 | 3 | "description": "Documentation search chatbot powered by SQLite and AI", |
4 | | - "version": "0.1.2", |
| 4 | + "version": "0.1.3", |
5 | 5 | "license": "MIT", |
6 | 6 | "type": "module", |
7 | 7 | "repository": { |
|
73 | 73 | "use-stick-to-bottom": "^1.1.1" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@tailwindcss/vite": "^4.1.13", |
77 | 76 | "@eslint/js": "^9.36.0", |
78 | 77 | "@tailwindcss/postcss": "^4.1.13", |
| 78 | + "@tailwindcss/vite": "^4.1.13", |
79 | 79 | "@types/node": "^24.5.2", |
80 | | - "@types/react": "^18", |
81 | | - "@types/react-dom": "^18", |
82 | | - "@vitejs/plugin-react": "^5.0.3", |
| 80 | + "@types/react": "^19.2.7", |
| 81 | + "@types/react-dom": "^19.2.3", |
| 82 | + "@vitejs/plugin-react": "^5.1.2", |
| 83 | + "baseline-browser-mapping": "^2.9.5", |
83 | 84 | "eslint": "^9.36.0", |
84 | 85 | "eslint-plugin-react-dom": "^1.53.1", |
85 | 86 | "eslint-plugin-react-hooks": "^5.2.0", |
86 | 87 | "eslint-plugin-react-refresh": "^0.4.20", |
87 | 88 | "eslint-plugin-react-x": "^1.53.1", |
88 | 89 | "globals": "^16.4.0", |
89 | | - "react": "^18", |
90 | | - "react-dom": "^18", |
| 90 | + "react": "^19.2.1", |
| 91 | + "react-dom": "^19.2.1", |
91 | 92 | "tw-animate-css": "^1.3.8", |
92 | 93 | "typescript": "~5.8.3", |
93 | 94 | "typescript-eslint": "^8.44.0", |
94 | 95 | "unplugin-dts": "1.0.0-beta.5", |
95 | | - "vite": "^7.1.7" |
| 96 | + "vite": "^7.2.7" |
96 | 97 | } |
97 | 98 | } |
0 commit comments