Skip to content

Commit

Permalink
doc(remix-openai-example): update dependencies to latest versions for…
Browse files Browse the repository at this point in the history
… improved features and bug fixes

- Update Remix related packages to ^2.8.1 and @vercel/remix to ^2.8.1-patch.2 for enhanced stability and new features.
- Upgrade AI and openai packages to ^3.0.16 and 4.29.2 respectively, ensuring compatibility with the latest AI models and APIs.
- Update isbot to ^4.1.0 for better bot detection capabilities.
- Ensure React is at its latest by moving to ^18.2.0, aligning with the latest React ecosystem improvements.
- Upgrade development dependencies including TypeScript to ^5.1.6, eslint to ^8.38.0, and tailwindcss to ^3.4.3 for improved development experience and adherence to the latest standards.
  • Loading branch information
laiso committed May 12, 2024
1 parent 906afee commit a031816
Show file tree
Hide file tree
Showing 2 changed files with 2,866 additions and 308 deletions.
34 changes: 17 additions & 17 deletions examples/remix-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.0.1",
"@remix-run/node": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@remix-run/serve": "^2.0.1",
"@vercel/remix": "^2.0.1",
"ai": "2.2.13",
"openai": "4.2.0",
"isbot": "^3.6.8",
"react": "18.2.0",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@vercel/remix": "^2.8.1-patch.2",
"ai": "^3.0.16",
"isbot": "^4.1.0",
"openai": "4.29.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"eslint": "^7.32.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.3"
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/node": "^18.19.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.38.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.1.6"
},
"type": "module"
}

0 comments on commit a031816

Please sign in to comment.