Skip to content

Commit 10ab29e

Browse files
Added caret (^) to both the react and react-dom dependencies in example-nextjs demo. (#626)
Co-authored-by: Christiaan Landman <christiaan@journeyapps.com>
1 parent 4a8f78e commit 10ab29e

File tree

2 files changed

+858
-679
lines changed

2 files changed

+858
-679
lines changed

demos/example-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"lato-font": "^3.0.0",
2424
"lexical": "^0.15.0",
2525
"next": "14.2.3",
26-
"react": "18.2.0",
27-
"react-dom": "18.2.0"
26+
"react": "^18.2.0",
27+
"react-dom": "^18.2.0"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^20.12.12",

0 commit comments

Comments
 (0)