Skip to content

Commit e4f1c2d

Browse files
committed
chore: update "next" dependency to version 15.4.0-canary.62 across all applications
- Upgraded the "next" dependency from "^15.3.3" to "^15.4.0-canary.62" in multiple package.json files to leverage new features and improvements. - Ensured consistency in the "next" version used across the project.
1 parent f4ab998 commit e4f1c2d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

apps/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"languine": "^3.1.4",
7373
"marked": "^15.0.11",
7474
"motion": "^12.9.2",
75-
"next": "^15.3.3",
75+
"next": "^15.4.0-canary.62",
7676
"next-international": "^1.3.1",
7777
"next-intl": "^3.26.5",
7878
"next-safe-action": "^7.10.6",
@@ -105,7 +105,7 @@
105105
"zustand": "^5.0.3"
106106
},
107107
"devDependencies": {
108-
"next": "15.3.3",
108+
"next": "15.4.0-canary.62",
109109
"@comp/db": "workspace:*",
110110
"@trigger.dev/build": "3.3.17",
111111
"@types/node": "^22.15.2",

apps/framework-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"input-otp": "1.4.2",
5555
"jszip": "latest",
5656
"lucide-react": "^0.454.0",
57-
"next": "^15.3.3",
57+
"next": "^15.4.0-canary.62",
5858
"next-themes": "^0.4.4",
5959
"react-datasheet-grid": "^4.11.5",
6060
"react-day-picker": "8.10.1",
@@ -74,7 +74,7 @@
7474
"react-hook-form": "^7.56.3"
7575
},
7676
"devDependencies": {
77-
"next": "15.3.3",
77+
"next": "15.4.0-canary.62",
7878
"@types/node": "^22",
7979
"@types/react": "^19",
8080
"@types/react-dom": "^19",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@react-email/render": "^1.1.2",
1414
"@t3-oss/env-nextjs": "^0.12.0",
1515
"better-auth": "^1.2.4",
16-
"next": "^15.3.3",
16+
"next": "^15.4.0-canary.62",
1717
"react-email": "^4.0.15",
1818
"react-otp-input": "^3.1.1"
1919
},
2020
"devDependencies": {
21-
"next": "15.3.3",
21+
"next": "15.4.0-canary.62",
2222
"@comp/ui": "workspace:*",
2323
"@comp/db": "workspace:*",
2424
"@types/node": "^22.13.2",

apps/trust/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"input-otp": "1.4.2",
5353
"jszip": "latest",
5454
"lucide-react": "^0.454.0",
55-
"next": "^15.3.3",
55+
"next": "^15.4.0-canary.62",
5656
"next-themes": "^0.4.4",
5757
"react-day-picker": "8.10.1",
5858
"react-email": "^4.0.15",
@@ -70,7 +70,7 @@
7070
"react-hook-form": "^7.56.3"
7171
},
7272
"devDependencies": {
73-
"next": "15.3.3",
73+
"next": "15.4.0-canary.62",
7474
"@types/node": "^22",
7575
"@types/react": "^19",
7676
"@types/react-dom": "^19",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dayjs": "^1.11.13",
6969
"gitmoji": "^1.1.1",
7070
"gray-matter": "^4.0.3",
71-
"next": "^15.3.3",
71+
"next": "^15.4.0-canary.62",
7272
"react": "^19.1.0",
7373
"react-dnd": "^16.0.1",
7474
"react-dnd-html5-backend": "^16.0.1",

packages/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@react-email/render": "^1.1.2",
2424
"@react-email/tailwind": "1.0.4",
2525
"date-fns": "^4.1.0",
26-
"next": "^15.3.3",
26+
"next": "^15.4.0-canary.62",
2727
"react-dom": "^19.1.0",
2828
"react-email": "^4.0.15",
2929
"responsive-react-email": "^0.0.5"

0 commit comments

Comments
 (0)