Skip to content

Commit

Permalink
Merging c250c7e into trunk-temp/pr-170/f93cd82f-0320-4c86-9617-8961ed…
Browse files Browse the repository at this point in the history
…5f3704
  • Loading branch information
trunk-io[bot] authored Feb 2, 2024
2 parents 290a1b2 + c250c7e commit 1636011
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 34 deletions.
106 changes: 76 additions & 30 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.

8 changes: 4 additions & 4 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.31",
"ai": "^2.2.33",
"next": "14.0.4",
"openai": "^4.24.7",
"openai": "^4.26.0",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
"react-dom": "^18"
Expand All @@ -21,9 +21,9 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
Expand Down

0 comments on commit 1636011

Please sign in to comment.