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: [openai](https://github.com/openai/openai-node) and [postcss](https://github.com/postcss/postcss).


Updates `openai` from 4.52.1 to 4.52.2
- [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.1...v4.52.2)

Updates `postcss` from 8.4.38 to 8.4.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.39)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a45faa3 commit f2f9f53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.

2 changes: 1 addition & 1 deletion examples/nextjs-14-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@arcjet/next": "file:../../arcjet-next",
"ai": "^3.2.15",
"next": "^14.2.4",
"openai": "^4.52.1",
"openai": "^4.52.2",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit f2f9f53

Please sign in to comment.