mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-20 00:09:21 -05:00
Update JavaScript dependencies.
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/db": "^0.5.0",
|
||||
"@tanstack/query-core": "^5.90.10",
|
||||
"@tanstack/query-db-collection": "^1.0.0",
|
||||
"@tanstack/react-db": "^0.1.44",
|
||||
"@tanstack/trailbase-db-collection": "^0.1.44",
|
||||
"@tanstack/db": "^0.5.10",
|
||||
"@tanstack/query-core": "^5.90.11",
|
||||
"@tanstack/query-db-collection": "^1.0.5",
|
||||
"@tanstack/react-db": "^0.1.54",
|
||||
"@tanstack/trailbase-db-collection": "^0.1.54",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
@@ -25,17 +25,17 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/react": "^19.2.5",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"globals": "^16.5.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.2"
|
||||
"typescript-eslint": "^8.48.1",
|
||||
"vite": "^7.2.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user