Skip to content

Commit

Permalink
deps(example): Bump the dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the dependencies group with 2 updates in the /examples/nextjs-14-openai directory: [ai](https://github.com/vercel/ai) and [openai](https://github.com/openai/openai-node).


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

Updates `openai` from 4.52.3 to 4.52.4
- [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.52.3...v4.52.4)

---
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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 6b2ccf0 commit 52cdc0f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
92 changes: 46 additions & 46 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": "^3.2.16",
"ai": "^3.2.19",
"next": "^14.2.4",
"openai": "^4.52.3",
"openai": "^4.52.4",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 52cdc0f

Please sign in to comment.