forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update styled-jsx dep in gatsby-plugin-styled-jsx (gatsbyjs#3493)
* update styled-jsx dep in gatsby-plugin-styled-jsx * move styled-jsx to peerDependencies in gatsby-plugin-styled-jsx
- Loading branch information
Showing
4 changed files
with
55 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-plugin-styled-jsx", | ||
"version": "1.0.13", | ||
"version": "2.0.0", | ||
"description": "Adds SSR support for styled-jsx", | ||
"author": "Tim Suchanek <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -9,15 +9,15 @@ | |
"watch": "babel -w src --out-dir . --ignore __tests__", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
}, | ||
"keywords": [ | ||
"gatsby" | ||
], | ||
"keywords": ["gatsby", "styled-jsx"], | ||
"license": "MIT", | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"styled-jsx": "^1.0.10" | ||
"babel-runtime": "^6.26.0" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^5.0.5" | ||
}, | ||
"peerDependencies": { | ||
"styled-jsx": "^2.2.1" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
packages/gatsby-plugin-styled-jsx/src/__tests__/gatsby-node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
describe(`gatsby-plugin-styled-jsx`, () => { | ||
const { modifyBabelrc } = require(`../gatsby-node`) | ||
|
||
const babelrc = { | ||
presets: [`great`, `scott`], | ||
plugins: [`fitzgerald`], | ||
} | ||
|
||
it(`adds styled-jsx/babel to babelrc`, () => { | ||
const modified = modifyBabelrc({ babelrc }) | ||
|
||
expect(modified).toMatchObject({ | ||
presets: [`great`, `scott`], | ||
plugins: [`fitzgerald`, `styled-jsx/babel`], | ||
}) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -468,7 +468,7 @@ babel-cli@^6.26.0: | |
optionalDependencies: | ||
chokidar "^1.6.1" | ||
|
||
[email protected], babel-code-frame@^6.11.0, babel-code-frame@^6.20.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: | ||
[email protected], babel-code-frame@^6.11.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" | ||
dependencies: | ||
|
@@ -678,7 +678,7 @@ babel-loader@^6.0.0: | |
mkdirp "^0.5.1" | ||
object-assign "^4.0.1" | ||
|
||
babel-messages@^6.23.0, babel-messages@^6.8.0: | ||
babel-messages@^6.23.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" | ||
dependencies: | ||
|
@@ -1320,7 +1320,7 @@ babel-register@^6.26.0: | |
mkdirp "^0.5.1" | ||
source-map-support "^0.4.15" | ||
|
||
babel-runtime@^6.18.0, babel-runtime@^6.2.0, babel-runtime@^6.20.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.6.1, babel-runtime@^6.9.2: | ||
babel-runtime@^6.18.0, babel-runtime@^6.2.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.6.1, babel-runtime@^6.9.2: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
dependencies: | ||
|
@@ -1337,20 +1337,6 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0, babel-te | |
babylon "^6.18.0" | ||
lodash "^4.17.4" | ||
|
||
[email protected]: | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad" | ||
dependencies: | ||
babel-code-frame "^6.20.0" | ||
babel-messages "^6.8.0" | ||
babel-runtime "^6.20.0" | ||
babel-types "^6.21.0" | ||
babylon "^6.11.0" | ||
debug "^2.2.0" | ||
globals "^9.0.0" | ||
invariant "^2.2.0" | ||
lodash "^4.2.0" | ||
|
||
babel-traverse@^6.16.0, babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1, babel-traverse@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" | ||
|
@@ -1365,16 +1351,7 @@ babel-traverse@^6.16.0, babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-tr | |
invariant "^2.2.2" | ||
lodash "^4.17.4" | ||
|
||
[email protected]: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
esutils "^2.0.2" | ||
lodash "^4.2.0" | ||
to-fast-properties "^1.0.1" | ||
|
||
babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.21.0, babel-types@^6.23.0, babel-types@^6.24.1, babel-types@^6.25.0, babel-types@^6.26.0: | ||
[email protected], babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1, babel-types@^6.25.0, babel-types@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" | ||
dependencies: | ||
|
@@ -1390,11 +1367,7 @@ babelify@^7.3.0: | |
babel-core "^6.0.14" | ||
object-assign "^4.0.0" | ||
|
||
[email protected]: | ||
version "6.14.1" | ||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.14.1.tgz#956275fab72753ad9b3435d7afe58f8bf0a29815" | ||
|
||
babylon@^6.11.0, babylon@^6.17.0, babylon@^6.17.2, babylon@^6.17.3, babylon@^6.18.0: | ||
babylon@^6.17.0, babylon@^6.17.2, babylon@^6.17.3, babylon@^6.18.0: | ||
version "6.18.0" | ||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" | ||
|
||
|
@@ -2821,9 +2794,9 @@ convert-hrtime@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-2.0.0.tgz#19bfb2c9162f9e11c2f04c2c79de2b7e8095c627" | ||
|
||
convert-source-map@1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67" | ||
convert-source-map@1.5.1: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" | ||
|
||
convert-source-map@^1.1.1, convert-source-map@^1.3.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0: | ||
version "1.5.0" | ||
|
@@ -3071,12 +3044,6 @@ css-selector-tokenizer@^0.7.0: | |
fastparse "^1.1.1" | ||
regexpu-core "^1.0.0" | ||
|
||
[email protected]: | ||
version "1.0.0-alpha17" | ||
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha17.tgz#7ab95ab72c533917af8be54313fec81841c5223a" | ||
dependencies: | ||
source-map "^0.5.3" | ||
|
||
css-vendor@^0.3.8: | ||
version "0.3.8" | ||
resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-0.3.8.tgz#6421cfd3034ce664fe7673972fd0119fc28941fa" | ||
|
@@ -5131,7 +5098,7 @@ globals-docs@^2.3.0: | |
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/globals-docs/-/globals-docs-2.3.0.tgz#dca4088af196f7800f4eba783eaeff335cb6759c" | ||
|
||
globals@^9.0.0, globals@^9.17.0, globals@^9.18.0: | ||
globals@^9.17.0, globals@^9.18.0: | ||
version "9.18.0" | ||
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" | ||
|
||
|
@@ -11589,6 +11556,10 @@ [email protected]: | |
version "0.5.6" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" | ||
|
||
[email protected], source-map@^0.6.1, source-map@~0.6.1: | ||
version "0.6.1" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | ||
|
||
source-map@^0.4.2, source-map@^0.4.4, source-map@~0.4.1: | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" | ||
|
@@ -11599,10 +11570,6 @@ source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, sour | |
version "0.5.7" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||
|
||
source-map@^0.6.1, source-map@~0.6.1: | ||
version "0.6.1" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | ||
|
||
sourcemapped-stacktrace@^1.1.6: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/sourcemapped-stacktrace/-/sourcemapped-stacktrace-1.1.7.tgz#17e05374ff78b71a9d89ad3975a49f22725ba935" | ||
|
@@ -11814,11 +11781,7 @@ strict-uri-encode@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" | ||
|
||
[email protected]: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.1.tgz#8e85bed291e0763b8f6809d9c3368fea048db3dc" | ||
|
||
string-hash@^1.1.1: | ||
[email protected], string-hash@^1.1.1: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" | ||
|
||
|
@@ -11963,20 +11926,17 @@ style-loader@^0.13.0: | |
dependencies: | ||
loader-utils "^1.0.2" | ||
|
||
styled-jsx@^1.0.10: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-1.0.11.tgz#8454f06916d9d57a2e9aed6a9c2e695177822045" | ||
styled-jsx@^2.2.1: | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.1.tgz#8b38b9e53e5d9767e392595ab1afdc8426b3ba5d" | ||
dependencies: | ||
babel-plugin-syntax-jsx "6.18.0" | ||
babel-traverse "6.21.0" | ||
babel-types "6.23.0" | ||
babylon "6.14.1" | ||
convert-source-map "1.3.0" | ||
css-tree "1.0.0-alpha17" | ||
escape-string-regexp "1.0.5" | ||
source-map "0.5.6" | ||
string-hash "1.1.1" | ||
stylis "3.2.18" | ||
babel-types "6.26.0" | ||
convert-source-map "1.5.1" | ||
source-map "0.6.1" | ||
string-hash "1.1.3" | ||
stylis "3.4.5" | ||
stylis-rule-sheet "0.0.7" | ||
|
||
styletron-client@^3.0.0-rc.1: | ||
version "3.0.0-rc.1" | ||
|
@@ -12010,9 +11970,13 @@ styletron-utils@^3.0.0-rc.1: | |
dependencies: | ||
inline-style-prefixer "^3.0.3" | ||
|
||
[email protected]: | ||
version "3.2.18" | ||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.2.18.tgz#211661f13b636e9e451456a1aadcec31248edf0e" | ||
[email protected]: | ||
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c" | ||
|
||
[email protected]: | ||
version "3.4.5" | ||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e" | ||
|
||
stylus-loader@webpack1: | ||
version "2.5.1" | ||
|
@@ -12384,7 +12348,7 @@ to-arraybuffer@^1.0.0: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" | ||
|
||
to-fast-properties@^1.0.1, to-fast-properties@^1.0.3: | ||
to-fast-properties@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
|
||
|