babel-preset-gatsby
Advanced tools
Comparing version 0.3.6 to 0.4.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [0.4.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.3.6...babel-preset-gatsby@0.4.0) (2020-04-27) | ||
**Note:** Version bump only for package babel-preset-gatsby | ||
## [0.3.6](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.3.5...babel-preset-gatsby@0.3.6) (2020-04-24) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"author": "Philipp Spiess <hello@philippspiess.com>", | ||
@@ -14,13 +14,13 @@ "repository": { | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.9.0", | ||
"@babel/plugin-transform-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-react": "^7.8.3", | ||
"@babel/runtime": "^7.8.7", | ||
"babel-plugin-dynamic-import-node": "^2.3.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/preset-react": "^7.9.4", | ||
"@babel/runtime": "^7.9.2", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^1.1.4" | ||
"gatsby-core-utils": "^1.2.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "peerDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"babel-preset-gatsby-package": "^0.3.2", | ||
"babel-preset-gatsby-package": "^0.4.0", | ||
"cross-env": "^5.2.1", | ||
@@ -47,3 +47,3 @@ "slash": "^3.0.0" | ||
}, | ||
"gitHead": "c67221403d005b0e580868937476abdc7378d243" | ||
"gitHead": "fb92ede949f67c16a247ea5b0bc96934f0534dd2" | ||
} |
26075