diff --git a/.github/actions/issue-validator/canary.md b/.github/actions/issue-validator/canary.md index 7abb28b1c5c1f01..5d78d6246ba831a 100644 --- a/.github/actions/issue-validator/canary.md +++ b/.github/actions/issue-validator/canary.md @@ -10,7 +10,7 @@ If the issue does not reproduce with the `canary` version, then it has already b ### **How can I quickly verify if my issue has been fixed in `canary`?** -The safest way is to install `next@canary` in your project and test it, but you can also search through [closed Next.js issues](https://github.com/vercel/next.js/issues?q=is%3Aissue+is%3Aclosed) for duplicates or check the [Next.js releases](https://github.com/vercel/next.js/releases). +The safest way is to install `next@canary` in your project and test it, but you can also search through [closed Next.js issues](https://github.com/vercel/next.js/issues?q=is%3Aissue+is%3Aclosed) for duplicates or check the [Next.js releases](https://github.com/vercel/next.js/releases). You can also use the GitHub [template](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) (preferred), or the [CodeSandbox](https://codesandbox.io/s/github/vercel/next.js/tree/canary/examples/reproduction-template) or [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) templates to create a reproduction with `canary` from scratch. ### **My issue has been open for a long time, why do I need to verify `canary` now?** diff --git a/examples/reproduction-template/package.json b/examples/reproduction-template/package.json index 63e765c6ce94a24..f47d5a6dd9da8fa 100644 --- a/examples/reproduction-template/package.json +++ b/examples/reproduction-template/package.json @@ -11,8 +11,8 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^18.0.0", - "@types/react": "^18.0.14", - "typescript": "^4.7.4" + "@types/node": "^18.11.13", + "@types/react": "^18.0.26", + "typescript": "^4.9.4" } }