-
Notifications
You must be signed in to change notification settings - Fork 64
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
chore: npm update #812
chore: npm update #812
Conversation
3f8bfb0
to
9fa3d4e
Compare
9fa3d4e
to
e428041
Compare
in googlemaps#812 the package type was accidentally changed to "module" which leads to all sorts of problems. This is reverted and config-files that are already in esm-format are renamed to .mjs to continue working.
in #812 the package type was accidentally changed to "module" which leads to all sorts of problems. This is reverted and config-files that are already in esm-format are renamed to .mjs to continue working.
@@ -33,38 +34,41 @@ | |||
"test:e2e": "jest e2e/*" | |||
}, | |||
"dependencies": { | |||
"@rollup/plugin-terser": "^0.4.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be a dev dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should, thanks for pointing this out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in #830
Manually update all dependencies.