Skip to content

Commit f0f0040

Browse files
committed
1 parent ab9e4da commit f0f0040

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-drupal",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore __tests__",
@@ -18,7 +18,7 @@
1818
"axios": "^0.16.1",
1919
"babel-runtime": "^6.26.0",
2020
"bluebird": "^3.5.0",
21-
"gatsby-source-filesystem": "^1.5.13",
21+
"gatsby-source-filesystem": "^1.5.14",
2222
"lodash": "^4.17.4"
2323
},
2424
"devDependencies": {

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-filesystem",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
55
"license": "MIT",
66
"scripts": {

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
4-
"version": "2.0.46",
4+
"version": "2.0.47",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bundleDependencies": false,
77
"dependencies": {
@@ -10,7 +10,7 @@
1010
"bluebird": "^3.5.0",
1111
"deep-map": "^1.5.0",
1212
"deep-map-keys": "^1.2.0",
13-
"gatsby-source-filesystem": "^1.5.13",
13+
"gatsby-source-filesystem": "^1.5.14",
1414
"json-stringify-safe": "^5.0.1",
1515
"lodash": "^4.17.4",
1616
"qs": "^6.4.0",

0 commit comments

Comments
 (0)