Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b91d635

Browse files
authored
Fix using-preact example deps (vercel#26821)
Fix after vercel#26133
1 parent 02c242d commit b91d635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/using-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"next-plugin-preact": "^3.0.3",
1313
"preact": "^10.5.5",
1414
"preact-render-to-string": "^5.1.11",
15-
"react": "^17.0.2",
16-
"react-dom": "^17.0.2",
15+
"react": "npm:@preact/compat",
16+
"react-dom": "npm:@preact/compat",
1717
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.2"
1818
},
1919
"license": "MIT"

0 commit comments

Comments
 (0)