Skip to content

Commit 68fc4de

Browse files
authored
Remove redundant prefresh dependency in with-preact example (vercel#23567)
The package `next-plugin-preact` [already contains](https://github.com/preactjs/next-plugin-preact/blob/38cfb182ddd4720ac5f8ea885929e4c1423cc267/packages/next-plugin-preact/package.json#L25) the dependency `@prefresh/next` so it shouldn't be explicitly installed. ## Documentation / Examples - [x] Make sure the linting passes
1 parent ce7f2b8 commit 68fc4de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/using-preact/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"devDependencies": {},
1010
"dependencies": {
11-
"@prefresh/next": "^1.3.0",
1211
"next": "^10.0.0",
1312
"next-plugin-preact": "^3.0.3",
1413
"preact": "^10.5.5",

0 commit comments

Comments
 (0)