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

Commit

Permalink
Remove redundant prefresh dependency in with-preact example (vercel#2…
Browse files Browse the repository at this point in the history
…3567)

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 e5b15cd commit d6421ad
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 d6421ad

Please sign in to comment.