diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index 0f8d828fc1836..fc82728459505 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -5,14 +5,13 @@ "build": "next build", "start": "next start" }, - "devDependencies": {}, "dependencies": { - "next": "^12.0.0", - "next-plugin-preact": "^3.0.6", - "preact": "^10.5.15", - "preact-render-to-string": "^5.1.19", - "react": "npm:@preact/compat@^17.0.2", - "react-dom": "npm:@preact/compat@^17.0.2", - "react-ssr-prepass": "npm:preact-ssr-prepass@^1.2.0" + "next": "latest", + "next-plugin-preact": "latest", + "preact": "^10.10.6", + "preact-render-to-string": "^5.2.3", + "react": "npm:@preact/compat@^17.1.1", + "react-dom": "npm:@preact/compat@^17.1.1", + "react-ssr-prepass": "npm:preact-ssr-prepass@1.2.0" } }