Skip to content

Commit

Permalink
Bump next from 15.1.6 to 15.1.7 in the npm_and_yarn group
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js).


Updates `next` from 15.1.6 to 15.1.7
- [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.1.6...v15.1.7)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 96bd96c commit 94cfca0
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 157 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@repo/testing": "workspace:*",
"@sentry/nextjs": "^8.54.0",
"@t3-oss/env-nextjs": "^0.12.0",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"svix": "^1.45.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fuse.js": "^7.1.0",
"import-in-the-middle": "^1.13.0",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next": "15.1.7",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@repo/design-system": "workspace:*",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"import-in-the-middle": "^1.13.0",
"lucide-react": "^0.475.0",
"mdx-bundler": "^10.1.0",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-wrap-balancer": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"next": "15.1.6"
"next": "15.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/next-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"next": "15.1.6"
"next": "15.1.7"
},
"dependencies": {
"@next/bundle-analyzer": "^15.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"next": "15.1.6"
"next": "15.1.7"
}
}
334 changes: 184 additions & 150 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 94cfca0

Please sign in to comment.