gatsby-codemods
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.5...gatsby-codemods@1.1.6) (2019-09-09) | ||
**Note:** Version bump only for package gatsby-codemods | ||
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.4...gatsby-codemods@1.1.5) (2019-09-01) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-codemods", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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.5.5" | ||
"@babel/runtime": "^7.6.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"babel-preset-gatsby-package": "^0.2.3", | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"babel-preset-gatsby-package": "^0.2.4", | ||
"cross-env": "^5.2.1", | ||
@@ -40,3 +40,3 @@ "jscodeshift": "^0.6.4" | ||
}, | ||
"gitHead": "8da4c985322d3767dee312f3027c37edfa706c01" | ||
"gitHead": "8562e93c9d413b2660a40aaad34fb10b33d98921" | ||
} |
@@ -13,4 +13,2 @@ "use strict"; | ||
/* eslint-disable */ | ||
// Don't use navigate with an onClick btw :-) | ||
// Generally just use the `<Link>` component. | ||
var _default = props => _react.default.createElement("div", { | ||
@@ -17,0 +15,0 @@ onClick: () => (0, _gatsbyLink.navigateTo)(`/`) |
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
39076
938
Updated@babel/runtime@^7.6.0