Skip to content

Commit a3d421b

Browse files
authored
Merge pull request #1 from sqliteai/chore/update-react-vite
chore: update dependencies
2 parents 0e46d8d + ae7fabe commit a3d421b

File tree

2 files changed

+651
-666
lines changed

2 files changed

+651
-666
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sqliteai/docs-chatbot",
33
"description": "Documentation search chatbot powered by SQLite and AI",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"license": "MIT",
66
"type": "module",
77
"repository": {
@@ -73,25 +73,26 @@
7373
"use-stick-to-bottom": "^1.1.1"
7474
},
7575
"devDependencies": {
76-
"@tailwindcss/vite": "^4.1.13",
7776
"@eslint/js": "^9.36.0",
7877
"@tailwindcss/postcss": "^4.1.13",
78+
"@tailwindcss/vite": "^4.1.13",
7979
"@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",
8384
"eslint": "^9.36.0",
8485
"eslint-plugin-react-dom": "^1.53.1",
8586
"eslint-plugin-react-hooks": "^5.2.0",
8687
"eslint-plugin-react-refresh": "^0.4.20",
8788
"eslint-plugin-react-x": "^1.53.1",
8889
"globals": "^16.4.0",
89-
"react": "^18",
90-
"react-dom": "^18",
90+
"react": "^19.2.1",
91+
"react-dom": "^19.2.1",
9192
"tw-animate-css": "^1.3.8",
9293
"typescript": "~5.8.3",
9394
"typescript-eslint": "^8.44.0",
9495
"unplugin-dts": "1.0.0-beta.5",
95-
"vite": "^7.1.7"
96+
"vite": "^7.2.7"
9697
}
9798
}

0 commit comments

Comments
 (0)