Skip to content

Commit

Permalink
move glamor to peerDependencies (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
flipactual authored and KyleAMathews committed Jan 23, 2018
1 parent 3f307d6 commit d6070ef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rendering and start writing React components that carry their styles with them.

## Install

`npm install --save gatsby-plugin-glamor`
`npm install --save gatsby-plugin-glamor glamor`

## How to use

Expand Down
4 changes: 3 additions & 1 deletion packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "2.0.0-alpha.f20ac0ed",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-runtime": "^6.26.0",
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"glamor": "^2.20.29"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5342,6 +5342,22 @@ gatsby-remark-smartypants@canary:
retext-smartypants "^2.0.0"
unist-util-visit "^1.1.1"

gatsby-source-filesystem@^1.5.14:
version "1.5.14"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.14.tgz#2d016615ca03e32f1ec0e453d4c7e87fd7966f15"
dependencies:
babel-cli "^6.26.0"
babel-runtime "^6.26.0"
bluebird "^3.5.0"
chokidar "^1.7.0"
fs-extra "^4.0.1"
got "^7.1.0"
md5-file "^3.1.1"
mime "^1.3.6"
pretty-bytes "^4.0.2"
slash "^1.0.0"
valid-url "^1.0.9"

gatsby-source-filesystem@canary:
version "2.0.0-alpha.aeb05561"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.0-alpha.aeb05561.tgz#486f348930b4b1dbbb18445aa7c89e13deb2d936"
Expand Down

0 comments on commit d6070ef

Please sign in to comment.