gatsby-source-filesystem 4.24.0 → 4.25.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-source-filesystem",
|
|
3
3
|
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.25.0",
|
|
5
5
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"chokidar": "^3.5.3",
|
|
12
12
|
"file-type": "^16.5.4",
|
|
13
13
|
"fs-extra": "^10.1.0",
|
|
14
|
-
"gatsby-core-utils": "^3.
|
|
14
|
+
"gatsby-core-utils": "^3.25.0",
|
|
15
15
|
"md5-file": "^5.0.0",
|
|
16
16
|
"mime": "^2.5.2",
|
|
17
17
|
"pretty-bytes": "^5.4.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@babel/cli": "^7.15.4",
|
|
23
23
|
"@babel/core": "^7.15.5",
|
|
24
|
-
"babel-preset-gatsby-package": "^2.
|
|
24
|
+
"babel-preset-gatsby-package": "^2.25.0",
|
|
25
25
|
"cross-env": "^7.0.3"
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=14.15.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "5e72a5d1fab1f312685a533f25a637fbbbefb518"
|
|
51
51
|
}
|