updated examples: astro, nextjs, remix, bun, node

This commit is contained in:
dswbx
2024-12-23 16:50:26 +01:00
parent a17fd2df67
commit 70e42a02d7
31 changed files with 319 additions and 35 deletions

View File

@@ -12,17 +12,17 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"bknd": "workspace:*",
"isbot": "^4.1.0",
"isbot": "^5.1.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.7.0"
"remix-utils": "^8.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.14.0",
"@remix-run/dev": "^2.15.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"typescript": "^5.1.6",