Skip to content

Commit

Permalink
Merge pull request #1081 from kduprey/dependabot/npm_and_yarn/next-14…
Browse files Browse the repository at this point in the history
….2.11

build(deps): bump next from 14.2.10 to 14.2.11
  • Loading branch information
kduprey-app-token[bot] authored Sep 13, 2024
2 parents 710e811 + ae8f466 commit d46dfcd
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 82 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.16.0",
"clsx": "^2.1.1",
"mantine-datatable": "^7.12.4",
"next": "14.2.10",
"next": "14.2.11",
"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.57.3",
"next": "14.2.10",
"next": "14.2.11",
"next-sanity": "^9.4.7",
"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.10",
"next": "^14.2.11",
"next-sanity": "^9.4.7",
"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.10"
"next": "14.2.11"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.11",
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.10"
"next": "14.2.11"
}
}
Loading

0 comments on commit d46dfcd

Please sign in to comment.