Skip to content

Commit

Permalink
chore(examples): Leverage semver so next gets updated by dependabot (#…
Browse files Browse the repository at this point in the history
…345)

There's still a failure in #323 with one of the examples. I'm trying to use a semver range so dependabot will actually update the nextjs version in our examples.
  • Loading branch information
blaine-arcjet authored Mar 11, 2024
1 parent bcc27f2 commit 58b6d2e
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 56 deletions.
12 changes: 7 additions & 5 deletions examples/nextjs-13-pages-wrap/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-13-pages-wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"next": "13.5.6",
"next": "^13.5.6",
"react": "^18",
"react-dom": "^18"
},
Expand Down
12 changes: 7 additions & 5 deletions examples/nextjs-14-app-dir-rl/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-app-dir-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"next": "14.1.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -25,4 +25,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
12 changes: 7 additions & 5 deletions examples/nextjs-14-app-dir-validate-email/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-app-dir-validate-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"next": "14.1.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -25,4 +25,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
12 changes: 7 additions & 5 deletions examples/nextjs-14-clerk-rl/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-clerk-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"@clerk/nextjs": "^4.29.9",
"next": "14.1.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -26,4 +26,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
12 changes: 7 additions & 5 deletions examples/nextjs-14-clerk-shield/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-clerk-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"@clerk/nextjs": "^4.29.9",
"next": "14.1.1",
"next": "^14.1.1",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -26,4 +26,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
16 changes: 9 additions & 7 deletions examples/nextjs-14-decorate/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-decorate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@arcjet/decorate": "file:../../decorate",
"@arcjet/next": "file:../../arcjet-next",
"next": "14.1.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18"
},
Expand Down
12 changes: 7 additions & 5 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 @@ -11,7 +11,7 @@
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"ai": "^3.0.7",
"next": "14.1.0",
"next": "^14.1.0",
"openai": "^4.28.4",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
Expand All @@ -28,4 +28,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
Loading

0 comments on commit 58b6d2e

Please sign in to comment.