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

[core] Drop support for node 10 #25306

Merged
merged 6 commits into from
Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reverting engines change until ci/codesandbox works
  • Loading branch information
eps1lon committed Mar 11, 2021
commit 4f1901a20e1e3c147816dfaba57ba402ec12dc5b
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-unstyled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/netlify-plugin-cache-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"fs-extra": "^9.0.1"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
}
}