Skip to content

Commit

Permalink
deps(example): Bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /examples/nextjs-14-openai with 2 updates: [ai](https://github.com/vercel/ai) and [openai](https://github.com/openai/openai-node).


Updates `ai` from 2.2.33 to 2.2.35
- [Release notes](https://github.com/vercel/ai/releases)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@2.2.35)

Updates `openai` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.27.0...v4.28.0)

---
updated-dependencies:
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 915d3fc commit 5aec8bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions examples/nextjs-14-openai/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-14-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"ai": "^2.2.34",
"ai": "^2.2.35",
"next": "14.1.0",
"openai": "^4.27.0",
"openai": "^4.28.0",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 5aec8bf

Please sign in to comment.