gatsby 4.8.1 → 4.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [4.8.2](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2022-03-01)
|
|
7
|
+
|
|
8
|
+
#### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- wait for LMDB upserts to finish before emitting ENGINES_READY [#34853](https://github.com/gatsbyjs/gatsby/issues/34853) [#34896](https://github.com/gatsbyjs/gatsby/issues/34896) ([9a616c0](https://github.com/gatsbyjs/gatsby/commit/9a616c00dd32f41e760e5775ede88805977a52c4))
|
|
11
|
+
- Remove double enhanced-resolve dep resolve [#34854](https://github.com/gatsbyjs/gatsby/issues/34854) resolve [#34889](https://github.com/gatsbyjs/gatsby/issues/34889) ([148d016](https://github.com/gatsbyjs/gatsby/commit/148d01669160a89e73f034850c1048d4db163eab))
|
|
12
|
+
|
|
6
13
|
### [4.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.7.2/packages/gatsby) (2022-02-15)
|
|
7
14
|
|
|
8
15
|
#### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby",
|
|
3
3
|
"description": "Blazing fast modern site generator for React",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.2",
|
|
5
5
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"gatsby": "./cli.js"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
35
35
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
36
36
|
"babel-plugin-lodash": "^3.3.4",
|
|
37
|
-
"babel-plugin-remove-graphql-queries": "^4.8.
|
|
38
|
-
"babel-preset-gatsby": "^2.8.
|
|
37
|
+
"babel-plugin-remove-graphql-queries": "^4.8.2",
|
|
38
|
+
"babel-preset-gatsby": "^2.8.2",
|
|
39
39
|
"better-opn": "^2.1.1",
|
|
40
40
|
"bluebird": "^3.7.2",
|
|
41
41
|
"body-parser": "^1.19.0",
|
|
@@ -78,17 +78,17 @@
|
|
|
78
78
|
"find-cache-dir": "^3.3.2",
|
|
79
79
|
"fs-exists-cached": "1.0.0",
|
|
80
80
|
"fs-extra": "^10.0.0",
|
|
81
|
-
"gatsby-cli": "^4.8.
|
|
82
|
-
"gatsby-core-utils": "^3.8.
|
|
81
|
+
"gatsby-cli": "^4.8.2",
|
|
82
|
+
"gatsby-core-utils": "^3.8.2",
|
|
83
83
|
"gatsby-graphiql-explorer": "^2.8.0",
|
|
84
84
|
"gatsby-legacy-polyfills": "^2.8.0",
|
|
85
|
-
"gatsby-link": "^4.8.
|
|
86
|
-
"gatsby-page-utils": "^2.8.
|
|
87
|
-
"gatsby-plugin-page-creator": "^4.8.
|
|
88
|
-
"gatsby-plugin-typescript": "^4.8.
|
|
85
|
+
"gatsby-link": "^4.8.2",
|
|
86
|
+
"gatsby-page-utils": "^2.8.2",
|
|
87
|
+
"gatsby-plugin-page-creator": "^4.8.2",
|
|
88
|
+
"gatsby-plugin-typescript": "^4.8.2",
|
|
89
89
|
"gatsby-plugin-utils": "^3.2.0",
|
|
90
90
|
"gatsby-react-router-scroll": "^5.8.0",
|
|
91
|
-
"gatsby-telemetry": "^3.8.
|
|
91
|
+
"gatsby-telemetry": "^3.8.2",
|
|
92
92
|
"gatsby-worker": "^1.8.0",
|
|
93
93
|
"glob": "^7.2.0",
|
|
94
94
|
"got": "^11.8.2",
|
|
@@ -262,5 +262,5 @@
|
|
|
262
262
|
"yargs": {
|
|
263
263
|
"boolean-negation": false
|
|
264
264
|
},
|
|
265
|
-
"gitHead": "
|
|
265
|
+
"gitHead": "1a295995daabaae7bb2603b2af9020e5ccd016a0"
|
|
266
266
|
}
|