Skip to content

Commit

Permalink
Remove redundant prefresh dependency in with-preact example (#23567)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zephraph committed Mar 31, 2021
1 parent ce7f2b8 commit 68fc4de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/using-preact/package.json
Expand Up @@ -8,7 +8,6 @@
},
"devDependencies": {},
"dependencies": {
"@prefresh/next": "^1.3.0",
"next": "^10.0.0",
"next-plugin-preact": "^3.0.3",
"preact": "^10.5.5",
Expand Down

0 comments on commit 68fc4de

Please sign in to comment.