Skip to content

Commit

Permalink
Bump TypeScript version in with-typescript (#40924)
Browse files Browse the repository at this point in the history
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:
#40863 (comment)
  • Loading branch information
ijjk committed Sep 26, 2022
1 parent 11deaaa commit 3544c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 3544c79

Please sign in to comment.