create-gatsby
Advanced tools
Comparing version 1.12.0-next.0 to 1.12.0-next.1
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.0...create-gatsby@1.12.0-next.1) (2021-08-05) | ||
### Bug Fixes | ||
- **deps:** update dependency eslint to ^7.32.0 ([#32628](https://github.com/gatsbyjs/gatsby/issues/32628)) ([65fe945](https://github.com/gatsbyjs/gatsby/commit/65fe94547e0892b3978a7c7376ff1297acb0144f)) | ||
# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.11.0-next.0...create-gatsby@1.12.0-next.0) (2021-07-29) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "create-gatsby", | ||
"version": "1.12.0-next.0", | ||
"version": "1.12.0-next.1", | ||
"main": "lib/index.js", | ||
@@ -20,5 +20,5 @@ "bin": "cli.js", | ||
"@ascorbic/worker-threads-shim": "^1.0.0", | ||
"@babel/runtime": "^7.14.6", | ||
"@babel/runtime": "^7.14.8", | ||
"@types/configstore": "^4.0.0", | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/fs-extra": "^9.0.12", | ||
"@types/node": "^14.17.4", | ||
@@ -28,6 +28,6 @@ "ansi-wordwrap": "^1.0.2", | ||
"enquirer": "^2.3.6", | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.32.0", | ||
"execa": "^5.1.1", | ||
"fs-extra": "^9.1.0", | ||
"gatsby-plugin-utils": "^1.12.0-next.0", | ||
"gatsby-plugin-utils": "^1.12.0-next.1", | ||
"joi": "^17.4.0", | ||
@@ -48,3 +48,3 @@ "microbundle": "^0.13.3", | ||
"author": "Matt Kane <matt@gatsbyjs.com>", | ||
"gitHead": "d8479b2fa64352c0cb9f1c8e870812e75178695f" | ||
"gitHead": "9f473965567ee2c1f8309484c665aa2a37e12836" | ||
} |
Sorry, the diff of this file is too big to display
224583
804