Skip to content

Commit 11401ee

Browse files
authored
Use the latest version of react and react-dom (#1753)
1 parent 01587e4 commit 11401ee

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

examples/next/app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@faustwp/experimental-app-router": "^0.2.2",
1818
"graphql": "^16.7.1",
1919
"next": "^14.0.1",
20-
"react": "^18.3.0-canary-ce2bc58a9-20231102",
21-
"react-dom": "^18.3.0-canary-ce2bc58a9-20231102"
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0"
2222
},
2323
"engines": {
2424
"node": ">=18",

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)