gatsby-image
Advanced tools
Comparing version 2.12.0-next.0 to 3.0.0-next.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.12.0-next.0...gatsby-image@3.0.0-next.0) (2021-02-05) | ||
**Note:** Version bump only for package gatsby-image | ||
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.11.0-next.0...gatsby-image@2.12.0-next.0) (2021-01-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.12.0-next.0", | ||
"version": "3.0.0-next.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -18,3 +18,3 @@ "bugs": { | ||
"@testing-library/react": "^9.5.0", | ||
"babel-preset-gatsby-package": "^0.13.0-next.0", | ||
"babel-preset-gatsby-package": "^1.0.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -42,5 +42,5 @@ "jest-matchmedia-mock": "^1.1.0" | ||
"engines": { | ||
"node": ">=10.13.0" | ||
"node": ">=12.13.0" | ||
}, | ||
"gitHead": "1da331a5352e3f7cb18f69050b7199481d85fbcb" | ||
"gitHead": "fe4cd06c71942f535caf73c0462f0d5b7dd485ee" | ||
} |
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
86435