Skip to content

Commit 1c3417d

Browse files
authored
chore(deps): bump next to 15.4.8 in root and test dirs (#14811)
Follow up to #14807. The monorepo root and test directories specified older versions of `next`. Bumps to `15.4.8` accordingly. The `@payloadcms/plugin-multi-tenant` package also unnecessarily specifies a `next` version in its peer dependencies. This has been removed.
1 parent 7cc28c4 commit 1c3417d

File tree

5 files changed

+29
-284
lines changed

5 files changed

+29
-284
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"minimist": "1.2.8",
178178
"mongodb-memory-server": "10.1.4",
179179
"mongoose": "8.15.1",
180-
"next": "15.4.7",
180+
"next": "15.4.8",
181181
"open": "^10.1.0",
182182
"p-limit": "^5.0.0",
183183
"pg": "8.16.3",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
"peerDependencies": {
143143
"graphql": "^16.8.1",
144-
"next": "^15.2.3",
144+
"next": "^15.4.8",
145145
"payload": "workspace:*"
146146
},
147147
"engines": {

packages/plugin-multi-tenant/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
},
9999
"peerDependencies": {
100100
"@payloadcms/ui": "workspace:*",
101-
"next": "^15.2.3",
102101
"payload": "workspace:*"
103102
},
104103
"publishConfig": {

0 commit comments

Comments
 (0)