create-gatsby
Advanced tools
Comparing version 1.12.0-next.3 to 1.13.0-next.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.3...create-gatsby@1.13.0-next.0) (2021-08-12) | ||
**Note:** Version bump only for package create-gatsby | ||
# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.2...create-gatsby@1.12.0-next.3) (2021-08-09) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "create-gatsby", | ||
"version": "1.12.0-next.3", | ||
"version": "1.13.0-next.0", | ||
"main": "lib/index.js", | ||
@@ -23,3 +23,3 @@ "bin": "cli.js", | ||
"@types/fs-extra": "^9.0.12", | ||
"@types/node": "^14.17.4", | ||
"@types/node": "^14.17.9", | ||
"ansi-wordwrap": "^1.0.2", | ||
@@ -31,4 +31,4 @@ "common-tags": "^1.8.0", | ||
"fs-extra": "^9.1.0", | ||
"gatsby-plugin-utils": "^1.12.0-next.3", | ||
"joi": "^17.4.0", | ||
"gatsby-plugin-utils": "^1.13.0-next.0", | ||
"joi": "^17.4.2", | ||
"microbundle": "^0.13.3", | ||
@@ -48,3 +48,3 @@ "node-fetch": "^2.6.1", | ||
"author": "Matt Kane <matt@gatsbyjs.com>", | ||
"gitHead": "2273a0551bd39e3c3cac129e70a8b9c83962bde8" | ||
"gitHead": "41f0ce7ad5010b94c635ad9a08a7f4c4ba564df7" | ||
} |
225150