Skip to content

Commit 23c8d6a

Browse files
Bump next from 15.3.2 to 15.3.3 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 15.3.2 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.2...v15.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00c42ee commit 23c8d6a

File tree

10 files changed

+1908
-1623
lines changed

10 files changed

+1908
-1623
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/testing": "workspace:*",
2424
"@sentry/nextjs": "^9.22.0",
2525
"@t3-oss/env-nextjs": "^0.13.4",
26-
"next": "15.3.2",
26+
"next": "15.3.3",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
2929
"svix": "^1.66.0",

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fuse.js": "^7.1.0",
2929
"import-in-the-middle": "^1.13.2",
3030
"lucide-react": "^0.511.0",
31-
"next": "15.3.2",
31+
"next": "15.3.3",
3232
"next-themes": "^0.4.6",
3333
"react": "19.1.0",
3434
"react-dom": "19.1.0",

apps/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@repo/typescript-config": "workspace:*",
2020
"@types/node": "22.15.21",
2121
"@types/react": "19.1.5",
22-
"next": "15.3.2",
22+
"next": "15.3.3",
2323
"typescript": "^5.8.3"
2424
}
2525
}

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"date-fns": "^4.1.0",
1717
"input-otp": "^1.4.2",
1818
"lucide-react": "^0.511.0",
19-
"next": "15.3.2",
19+
"next": "15.3.3",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
2222
"react-hook-form": "^7.56.4",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"import-in-the-middle": "^1.13.2",
3030
"lucide-react": "^0.511.0",
3131
"mdx-bundler": "^10.1.1",
32-
"next": "15.3.2",
32+
"next": "15.3.3",
3333
"react": "19.1.0",
3434
"react-dom": "19.1.0",
3535
"require-in-the-middle": "^7.5.2",

packages/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/node": "22.15.21",
2121
"@types/react": "19.1.5",
2222
"@types/react-dom": "^19.1.5",
23-
"next": "15.3.2"
23+
"next": "15.3.3"
2424
}
2525
}

packages/internationalization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/node": "22.15.21",
2020
"@types/react": "19.1.5",
2121
"@types/react-dom": "^19.1.5",
22-
"next": "15.3.2"
22+
"next": "15.3.3"
2323
}
2424
}

packages/next-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@repo/typescript-config": "workspace:*",
11-
"next": "15.3.2"
11+
"next": "15.3.3"
1212
},
1313
"dependencies": {
1414
"@next/bundle-analyzer": "15.3.2",

packages/seo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/node": "22.15.21",
1818
"@types/react": "19.1.5",
1919
"@types/react-dom": "^19.1.5",
20-
"next": "15.3.2"
20+
"next": "15.3.3"
2121
}
2222
}

0 commit comments

Comments
 (0)