babel-preset-gatsby
Advanced tools
Comparing version 0.2.35 to 0.2.36
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.2.36](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.35...babel-preset-gatsby@0.2.36) (2020-03-16) | ||
**Note:** Version bump only for package babel-preset-gatsby | ||
## [0.2.35](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.34...babel-preset-gatsby@0.2.35) (2020-03-11) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.2.35", | ||
"version": "0.2.36", | ||
"author": "Philipp Spiess <hello@philippspiess.com>", | ||
@@ -12,15 +12,15 @@ "repository": { | ||
"dependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.5", | ||
"@babel/plugin-syntax-dynamic-import": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/plugin-transform-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.6", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/runtime": "^7.7.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.8.3", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@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-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^1.0.33" | ||
"gatsby-core-utils": "^1.0.34" | ||
}, | ||
@@ -38,4 +38,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.5", | ||
"babel-preset-gatsby-package": "^0.2.17", | ||
"@babel/cli": "^7.8.4", | ||
"babel-preset-gatsby-package": "^0.2.18", | ||
"cross-env": "^5.2.1", | ||
@@ -47,3 +47,3 @@ "slash": "^3.0.0" | ||
}, | ||
"gitHead": "edb1423009c6a5cfc0e811331abde8716f07f306" | ||
"gitHead": "2ff2ba395a86407e3ccfd1e010be7408a4817a82" | ||
} |
21324