Skip to content

Commit

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

build(deps): bump next from 14.2.7 to 14.2.8
  • Loading branch information
kduprey-app-token[bot] authored Sep 5, 2024
2 parents 8595a4e + 4a3041d commit 2e4d9b5
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 83 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.14.0",
"clsx": "^2.1.1",
"mantine-datatable": "^7.12.4",
"next": "14.2.7",
"next": "14.2.8",
"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.0",
"next": "14.2.7",
"next": "14.2.8",
"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.7",
"next": "^14.2.8",
"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.7"
"next": "14.2.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.8",
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.7"
"next": "14.2.8"
}
}
Loading

0 comments on commit 2e4d9b5

Please sign in to comment.