Skip to content

Commit

Permalink
fix: revert nextjs version (known bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 20, 2024
1 parent d0720d7 commit 012c22e
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 198 deletions.
4 changes: 2 additions & 2 deletions apps/admin-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.7.1",
"graphql": "^16.8.1",
"next": "^14.2.12",
"next": "14.2.10",
"next-auth": "^4.24.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -63,4 +63,4 @@
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1"
}
}
}
2 changes: 1 addition & 1 deletion apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"edge-csrf": "^1.0.6",
"graphql": "^16.8.1",
"libphonenumber-js": "^1.10.51",
"next": "14.2.12",
"next": "14.2.10",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"csv-parse": "^5.5.3",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"next": "14.2.12",
"next": "14.2.10",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"graphql": "^16.8.1",
"next": "14.2.12",
"next": "14.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.1.0",
Expand All @@ -55,4 +55,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}
2 changes: 1 addition & 1 deletion apps/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"js-lnurl": "^0.6.0",
"lnurl-pay": "^1.0.1",
"lodash.debounce": "^4.0.8",
"next": "^14.2.12",
"next": "14.2.10",
"next-auth": "^4.24.6",
"pino": "8.20.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/voucher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"graphql-ws": "^5.16.0",
"knex": "^3.1.0",
"lnurl": "^0.26.0",
"next": "^14.2.12",
"next": "14.2.10",
"next-auth": "^4.24.6",
"pg": "^8.11.0",
"postcss": "8.4.38",
Expand Down
Loading

0 comments on commit 012c22e

Please sign in to comment.