Skip to content

Commit 5c0cff5

Browse files
committed
chore: bump next@15
1 parent fc753bd commit 5c0cff5

File tree

5 files changed

+1138
-430
lines changed

5 files changed

+1138
-430
lines changed

.changeset/tall-trainers-cover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-use-zendesk": patch
3+
---
4+
5+
bump next@15

apps/docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"next": "^14.1.3",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
11+
"next": "^15.0.3",
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1",
1414
"react-use-zendesk": "*"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)