fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

update peerDependencies to accept next >= 2; use babel@7 #169

Closed ianwang closed 6 years ago

ianwang commented 6 years ago

resolves https://github.com/fridays/next-routes/issues/167 use next@6 in development, so need to upgrade babel to run tests

desaias commented 6 years ago

I believe you will need to add babel-core": "^7.0.0-bridge.0 for jest to run properly

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.3%) to 94.828% when pulling acde2f21e835b9b834e6a50b842467e213eed8ba on IanWang:master into 773ea4d355ac7ac0cbf50a5dfd594e83e4429660 on fridays:master.

HcgRandon commented 6 years ago

Cam we merge this? @fridays

fridays commented 6 years ago

Thank you!