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

toolchain upgrades #61

Merged
merged 3 commits into from Oct 22, 2021
Merged

toolchain upgrades #61

merged 3 commits into from Oct 22, 2021

Conversation

mike-marcacci
Copy link
Owner

This simply updates dev dependencies and target node versions.

This simply updates dev dependencies and target node versions.
This uses the more strict interpretation of this field, adopting constraings for the development environment as well as the production one.
package.json Outdated Show resolved Hide resolved
@mike-marcacci mike-marcacci merged commit cd2b20d into main Oct 22, 2021
@mike-marcacci mike-marcacci deleted the small-updates branch October 22, 2021 16:52
Comment on lines +34 to +36
"node ^12.22.0",
"node ^14.17.0",
"node >=16.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a valid query, browserslist doesn't work with semver characters.

Here is an example of how such a query can be structured:

https://github.com/jaydenseric/graphql-react/blob/60a2118869923929b51e3e785d9a1498105f4200/package.json#L47

See also: browserslist/browserslist#488

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

Successfully merging this pull request may close these issues.

None yet

2 participants