Skip to content

Commit

Permalink
revert to React 18
Browse files Browse the repository at this point in the history
we have to wait for react-leaflet v5.0.0 to support React 19
(PaulLeCam/react-leaflet#1133)
  • Loading branch information
gpelouze committed Dec 12, 2024
1 parent 4bc7b74 commit 21fb122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vre-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"keycloak-js": "~26.0.7",
"next": "15.1.0",
"next-auth": "~4.24.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "~18",
"react-dom": "~18",
"react-markdown": "^9.0.0",
"tailwindcss": "~3.4.1",
"use-subscription": "~1.10.0",
Expand All @@ -31,7 +31,7 @@
"typescript": "^5.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "~22.10.2",
"@types/react": "~19.0.1",
"@types/react": "~18",
"autoprefixer": "~10.4.15",
"axios-mock-adapter": "~2.1.0",
"eslint": "^9",
Expand Down

0 comments on commit 21fb122

Please sign in to comment.