Skip to content

Commit

Permalink
build(deps): bump next from 14.2.14 to 14.2.15
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 14.2.14 to 14.2.15.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.14...v14.2.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 0bd4e1e commit ff3db10
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 76 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tabler/icons-react": "^3.19.0",
"clsx": "^2.1.1",
"mantine-datatable": "^7.12.4",
"next": "14.2.14",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.59.0",
"next": "14.2.14",
"next": "14.2.15",
"next-sanity": "^9.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sentry/nextjs": "^8",
"axios": "^1.7.7",
"jsonwebtoken": "^9.0.2",
"next": "^14.2.14",
"next": "^14.2.15",
"next-sanity": "^9.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"dependencies": {
"next": "14.2.14"
"next": "14.2.15"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"access": "public"
},
"dependencies": {
"next": "14.2.14"
"next": "14.2.15"
}
}
Loading

0 comments on commit ff3db10

Please sign in to comment.