Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix(deps): remove unnecessary nextjs versions #116

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

RyanClementsHax
Copy link
Owner

  • no longer use next 9 - 11 as dev dependencies
  • this was an attempt to get better typing on the router
  • it was removed because it caused added security flagging for code we never used and we casted to the any type anyway as it would be a lot of overhead to make sure that the type of the router matched the type of the router context

- no longer use next 9 - 11 as dev dependencies
- this was an attempt to get better typing on the router
- it was removed because it caused added security flagging for code we never used and we casted to the any type anyway as it would be a lot of overhead to make sure that the type of the router matched the type of the router context
@RyanClementsHax RyanClementsHax merged commit b72a426 into main Sep 6, 2022
@RyanClementsHax RyanClementsHax deleted the next-router-versions branch September 6, 2022 14:52
@github-actions
Copy link

github-actions bot commented Sep 6, 2022

🎉 This PR is included in version 1.6.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant