Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(package): Bump Jinter to fix bad export order #439

Merged
merged 3 commits into from
Jul 16, 2023

Conversation

titong0
Copy link
Contributor

@titong0 titong0 commented Jul 15, 2023

Version 1.0.0 has an export order which crashes some webpack environments (at least I came across it when using next.js 13). Updating to [email protected] fixes it.

Fixes #432

Version 1.0.0 has an export order which crashes some webpack environments (at least I came across it when using next.js 13). Updating to 1.1.0 fixes it. A bit more context here LuanRT#432
@LuanRT LuanRT changed the title Update package.json to fix bad export order fix(package): Update Jinter to fix bad export order Jul 15, 2023
@LuanRT LuanRT changed the title fix(package): Update Jinter to fix bad export order fix(package): Bump Jinter to fix bad export order Jul 15, 2023
@LuanRT
Copy link
Owner

LuanRT commented Jul 15, 2023

Are you able to clone the repo locally and update the lock file? The checks are failing because npm won't install the dependencies as package-lock.json is outdated.

Edit:
Done, no need to worry about this. Thank you!

@LuanRT LuanRT merged commit 2aef678 into LuanRT:main Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V5.2.1 Next.js break?
2 participants