Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin peerDependencies #3637

Merged
merged 1 commit into from
Jan 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/gatsby-plugin-aphrodite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand All @@ -19,5 +17,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
7 changes: 4 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand All @@ -19,5 +17,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
11 changes: 6 additions & 5 deletions packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "gatsby-plugin-catch-links",
"version": "1.0.14",
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
"description":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason these got moved to multiple lines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess the prettier extension in my editor did this. Running yarn format doesn't change this back to single line either. Should I manually move this to single line?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh, it's not a big deal. We're not running prettier on JSON files yet which is why this happened 👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And if Prettier wants it, I want it :-)

"Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"keywords": ["gatsby", "gatsby-plugin"],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand All @@ -20,5 +18,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
12 changes: 5 additions & 7 deletions packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"description": "Adds CoffeeScript support for Gatsby layouts and pages.",
"version": "1.4.8",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"contributors": [
"Noah Lange <noahrlange@gmail.com>"
],
"contributors": ["Noah Lange <noahrlange@gmail.com>"],
"dependencies": {
"babel-runtime": "^6.26.0",
"coffee-react-transform": "^5.0.0",
Expand All @@ -15,10 +13,10 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby",
"coffeescript"
],
"peerDependencies": {
"gatsby": "^1.0.0"
},
"keywords": ["gatsby", "coffeescript"],
"license": "MIT",
"main": "index.js",
"readme": "README.md",
Expand Down
10 changes: 6 additions & 4 deletions packages/gatsby-plugin-create-client-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "gatsby-plugin-create-client-paths",
"version": "1.0.3",
"description": "Gatsby-plugin for creating paths that exist only on the client",
"description":
"Gatsby-plugin for creating paths that exist only on the client",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "scott.eckenthal@gmail.com",
"license": "MIT",
"dependencies": {
Expand All @@ -19,5 +18,8 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
7 changes: 4 additions & 3 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "Kyle Mathews &lt;mathews.kyle@gmail.com&gt;",
"license": "MIT",
"devDependencies": {
Expand All @@ -19,5 +17,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
8 changes: 3 additions & 5 deletions packages/gatsby-plugin-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"emotion"
],
"keywords": ["gatsby", "emotion"],
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand All @@ -23,6 +20,7 @@
},
"peerDependencies": {
"emotion": "7 || 8 ",
"emotion-server": "7 || 8"
"emotion-server": "7 || 8",
"gatsby": "^1.0.0"
}
}
11 changes: 4 additions & 7 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"rss",
"atom",
"feed"
],
"keywords": ["gatsby", "gatsby-plugin", "rss", "atom", "feed"],
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"license": "MIT",
"devDependencies": {
Expand All @@ -26,5 +20,8 @@
"lodash.merge": "^4.6.0",
"pify": "^3.0.0",
"rss": "^1.2.2"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
9 changes: 4 additions & 5 deletions packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"glamor"
],
"peerDependencies": {
"gatsby": "^1.0.0"
},
"keywords": ["gatsby", "gatsby-plugin", "glamor"],
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions packages/gatsby-plugin-glamorous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "Kyle Mathews &lt;mathews.kyle@gmail.com&gt;",
"license": "MIT",
"devDependencies": {
Expand All @@ -19,5 +17,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
9 changes: 4 additions & 5 deletions packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"google analytics"
],
"keywords": ["gatsby", "gatsby-plugin", "google analytics"],
"license": "MIT",
"main": "index.js",
"scripts": {
Expand All @@ -21,5 +17,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
10 changes: 4 additions & 6 deletions packages/gatsby-plugin-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"jss",
"react-jss"
],
"keywords": ["gatsby", "gatsby-plugin", "jss", "react-jss"],
"author": "Vladimir Guguiev <wizardzloy@gmail.com>",
"license": "MIT",
"dependencies": {
Expand All @@ -22,5 +17,8 @@
},
"devDependencies": {
"babel-cli": "^6.26.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby",
"less"
],
"peerDependencies": {
"gatsby": "^1.0.0"
},
"keywords": ["gatsby", "less"],
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 6 additions & 4 deletions packages/gatsby-plugin-lodash/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "gatsby-plugin-lodash",
"version": "1.0.7",
"description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build",
"description":
"Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"dependencies": {
Expand All @@ -22,5 +21,8 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
6 changes: 5 additions & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "gatsby-plugin-manifest",
"version": "1.0.12",
"description": "Gatsby plugin which adds a manifest.json to make sites progressive web apps",
"description":
"Gatsby plugin which adds a manifest.json to make sites progressive web apps",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand All @@ -24,5 +25,8 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.0"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
13 changes: 6 additions & 7 deletions packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"name": "gatsby-plugin-netlify-cms",
"version": "1.0.4",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"description":
"A Gatsby plugin which generates the Netlify CMS single page app",
"main": "index.js",
"author": "Shawn Erquhart <shawn@erquh.art>",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"netlify",
"netlify-cms"
],
"keywords": ["gatsby", "gatsby-plugin", "netlify", "netlify-cms"],
"license": "MIT",
"dependencies": {
"html-webpack-include-assets-plugin": "^1.0.2",
Expand All @@ -24,5 +20,8 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.1.3"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
10 changes: 4 additions & 6 deletions packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"netlify",
"http/2-server-push"
],
"keywords": ["gatsby", "gatsby-plugin", "netlify", "http/2-server-push"],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand All @@ -31,5 +26,8 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
}
Loading