Skip to content

Commit

Permalink
chore: bump next@15
Browse files Browse the repository at this point in the history
  • Loading branch information
multivoltage committed Nov 27, 2024
1 parent fc753bd commit 5c0cff5
Show file tree
Hide file tree
Showing 5 changed files with 1,138 additions and 430 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-trainers-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-use-zendesk": patch
---

bump next@15
2 changes: 1 addition & 1 deletion apps/docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use-zendesk": "*"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5c0cff5

Please sign in to comment.