Skip to content

Commit

Permalink
Bump to next 15
Browse files Browse the repository at this point in the history
Disabling React Strict Mode to fix react-leaflet for now:

PaulLeCam/react-leaflet#1133
  • Loading branch information
dcramer committed Jun 27, 2024
1 parent b8c4d64 commit bb3c4f4
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 149 deletions.
1 change: 1 addition & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { withSentryConfig } from "@sentry/nextjs";

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
env: {
DEBUG: process.env.DEBUG ? "true" : "",
GOOGLE_CLIENT_ID: process.env.GOOGLE_CLIENT_ID || "",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"isomorphic-dompurify": "^2.12.0",
"leaflet": "^1.9.4",
"marked": "^9.1.6",
"next": "14.2.4",
"next": "15.0.0-rc.0",
"pica": "^9.0.1",
"react": "^18",
"react": "19.0.0-rc-8971381549-20240625",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18",
"react-dom": "19.0.0-rc-8971381549-20240625",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.0",
"react-leaflet": "^4.2.1",
Expand Down
Loading

0 comments on commit bb3c4f4

Please sign in to comment.