gatsby-image
Advanced tools
Comparing version 2.4.17 to 2.4.18
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.4.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.17...gatsby-image@2.4.18) (2020-09-15) | ||
**Note:** Version bump only for package gatsby-image | ||
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.16...gatsby-image@2.4.17) (2020-09-07) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.4.17", | ||
"version": "2.4.18", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.3", | ||
"@babel/runtime": "^7.11.2", | ||
"object-fit-images": "^3.2.4", | ||
@@ -16,6 +16,6 @@ "prop-types": "^15.7.2" | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.3", | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@testing-library/react": "^9.5.0", | ||
"babel-preset-gatsby-package": "^0.5.2", | ||
"babel-preset-gatsby-package": "^0.5.3", | ||
"cross-env": "^5.2.1" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "7f3221b55270a187c08b3f0674ca94cd202a3a38" | ||
"gitHead": "23d8966d17d582f32d2922df7d22b0f20fbb98f5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83615
Updated@babel/runtime@^7.11.2