Skip to content

Commit 8e94362

Browse files

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/gatsby-plugin-no-sourcemaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-no-sourcemaps",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Disable sourcemaps when building javascript",
55
"main": "index.js",
66
"keywords": [

packages/gatsby-plugin-typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-typography",
3-
"version": "1.7.12",
3+
"version": "1.7.13",
44
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
55
"main": "index.js",
66
"dependencies": {

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.16",
3+
"version": "2.0.17",
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.15",
21+
"gatsby-source-filesystem": "^1.5.16",
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.15",
3+
"version": "1.5.16",
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.51",
4+
"version": "2.0.52",
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.15",
13+
"gatsby-source-filesystem": "^1.5.16",
1414
"json-stringify-safe": "^5.0.1",
1515
"lodash": "^4.17.4",
1616
"qs": "^6.4.0"

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "React.js Static Site Generator",
4-
"version": "1.9.172",
4+
"version": "1.9.173",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)