updated to tss adapter in bknd@0.21.0-rc.0

This commit is contained in:
2026-03-15 19:39:13 +05:30
parent 1f342283a0
commit 1925294484
7 changed files with 218 additions and 717 deletions

View File

@@ -9,34 +9,34 @@
"test": "vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"bknd": "^0.20.0",
"lucide-react": "^0.561.0",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-router": "^1.167.0",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/react-router-ssr-query": "^1.166.7",
"@tanstack/react-start": "^1.166.11",
"@tanstack/router-plugin": "^1.166.9",
"bknd": "^0.21.0-rc.0",
"lucide-react": "^0.577.0",
"nitro": "^3.0.260311-beta",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.18",
"nitro": "^3.0.1-alpha.2",
"vite-tsconfig-paths": "^6.0.2"
"tailwindcss": "^4.2.1",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.3.11",
"babel-plugin-react-compiler": "^1.0.0",
"@babel/core": "^7.29.0",
"@rolldown/plugin-babel": "^0.2.1",
"@tanstack/devtools-vite": "^0.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0"
"vite": "^8.0.0"
}
}