gatsby-codemods
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.10...gatsby-codemods@1.1.11) (2019-10-09) | ||
**Note:** Version bump only for package gatsby-codemods | ||
## [1.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.8...gatsby-codemods@1.1.10) (2019-09-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-codemods", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2" | ||
"@babel/runtime": "^7.6.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.2", | ||
"@babel/core": "^7.6.2", | ||
"babel-preset-gatsby-package": "^0.2.7", | ||
"@babel/cli": "^7.6.3", | ||
"@babel/core": "^7.6.3", | ||
"babel-preset-gatsby-package": "^0.2.8", | ||
"cross-env": "^5.2.1", | ||
@@ -40,3 +40,3 @@ "jscodeshift": "^0.6.4" | ||
}, | ||
"gitHead": "c0d5420247ee325dbfce5f0aa3e5222c47d06a2c" | ||
"gitHead": "904ec39943432d0fd94369e43e0e4de48999aacf" | ||
} |
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
39954
Updated@babel/runtime@^7.6.3