Update 2 dependencies from npm #92
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The following dependencies have been updated:
autoprefixer
inpackages/react-scripts
from "8.2.0" to "8.3.0"postcss-loader
inpackages/react-scripts
from "2.1.3" to "2.1.4"Details
Dependencies.io has updated
autoprefixer
(a npm dependency inpackages/react-scripts
) from "8.2.0" to "8.3.0".8.3.0
Autoprefixer 8.3 adds
@media
support forgrid-template
and fixes gradient direction warning.Media and Grid Layout
evgeny-petukhov continues his great work for Grid Layout support in Autoprefixer.
Now he improved
@media
support. Now this CSS will work in IE:Don’t forget that Autoprefixer inserts Grid Layout prefixes only if you set
grid: true
option.Gradient Warning
radium-v found that Autoprefixer show warning even if
cover
is outside ofradial-gradient
.kotfire improve old direction detection and fix this issue.
Dependencies.io has updated
postcss-loader
(a npm dependency inpackages/react-scripts
) from "2.1.3" to "2.1.4".2.1.4
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.