gatsby-source-filesystem 3.7.0-next.0 → 3.7.1

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/.babelrc CHANGED
File without changes
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [3.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0...gatsby-source-filesystem@3.7.1) (2021-06-10)
7
+
8
+ **Note:** Version bump only for package gatsby-source-filesystem
9
+
10
+ # [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.2...gatsby-source-filesystem@3.7.0) (2021-06-08)
11
+
12
+ **Note:** Version bump only for package gatsby-source-filesystem
13
+
14
+ # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.1...gatsby-source-filesystem@3.7.0-next.2) (2021-06-02)
15
+
16
+ **Note:** Version bump only for package gatsby-source-filesystem
17
+
18
+ # [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.0...gatsby-source-filesystem@3.7.0-next.1) (2021-05-31)
19
+
20
+ **Note:** Version bump only for package gatsby-source-filesystem
21
+
6
22
  # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.6.0-next.0...gatsby-source-filesystem@3.7.0-next.0) (2021-05-21)
7
23
 
8
24
  **Note:** Version bump only for package gatsby-source-filesystem
package/LICENSE CHANGED
File without changes
File without changes
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
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": "3.7.0-next.0",
4
+ "version": "3.7.1",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@babel/runtime": "^7.12.5",
10
+ "@babel/runtime": "^7.14.0",
11
11
  "better-queue": "^3.8.10",
12
12
  "chokidar": "^3.4.3",
13
13
  "file-type": "^16.0.0",
14
14
  "fs-extra": "^8.1.0",
15
- "gatsby-core-utils": "^2.7.0-next.0",
15
+ "gatsby-core-utils": "^2.7.1",
16
16
  "got": "^9.6.0",
17
17
  "md5-file": "^5.0.0",
18
18
  "mime": "^2.4.6",
@@ -22,9 +22,9 @@
22
22
  "xstate": "^4.14.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@babel/cli": "^7.12.1",
26
- "@babel/core": "^7.12.3",
27
- "babel-preset-gatsby-package": "^1.7.0-next.0",
25
+ "@babel/cli": "^7.14.0",
26
+ "@babel/core": "^7.14.0",
27
+ "babel-preset-gatsby-package": "^1.7.1",
28
28
  "cross-env": "^7.0.3",
29
29
  "msw": "^0.25.0"
30
30
  },
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=12.13.0"
53
53
  },
54
- "gitHead": "86532167e037de9bb26d67e2d4cc089e5b58f0d6"
54
+ "gitHead": "3be9c246afd928dc72a873567d5f6e3bf61e82a8"
55
55
  }