diff --git a/examples/using-preact/README.md b/examples/using-preact/README.md index 8a87016ca4eaeec..2a958ec90ede199 100644 --- a/examples/using-preact/README.md +++ b/examples/using-preact/README.md @@ -1,6 +1,6 @@ # Preact example -This example uses [Preact](https://github.com/developit/preact) instead of React. It's a React like UI framework which is fast and small. Here we've customized Next.js to use Preact instead of React. +This example uses [Preact](https://github.com/preactjs/preact) instead of React. It's a React like UI framework which is fast and small. Here we've customized Next.js to use Preact instead of React. Here's how we did it: diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index c9f1e1c54cb2d34..6bc38905341d4de 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -9,8 +9,8 @@ "dependencies": { "module-alias": "2.2.2", "next": "latest", - "preact": "10.0.0", - "preact-render-to-string": "5.0.7" + "preact": "10.2.1", + "preact-render-to-string": "5.1.4" }, "license": "ISC", "devDependencies": {