From 3544c795828150f625e0c1ec78701bf7ac39a715 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 26 Sep 2022 16:59:46 -0700 Subject: [PATCH] Bump TypeScript version in with-typescript (#40924) Bumps the version for the legacy `with-typescript` example as it's behind our recommended TypeScript version. We can investigate aliasing this example to the default template in a follow-up. ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) x-ref: https://github.com/vercel/next.js/pull/40863#issuecomment-1258771279 --- examples/with-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 6c6b04565982e..a8b33ef1d976d 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -15,6 +15,6 @@ "@types/node": "^12.12.21", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", - "typescript": "4.0" + "typescript": "^4.8.3" } }