Skip to content

Commit 498fc45

Browse files
Added caret (^) to both the react and react-dom dependencies in package.json to avoid package compatibility issues.
1 parent 1bc4c7a commit 498fc45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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)