Skip to content

Commit b39ccdf

Browse files
committed
Update dependency babel-plugin-styled-components to v1.9.2
1 parent a69daed commit b39ccdf

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"autoprefixer": "7.2.5",
4242
"babel-eslint": "8.2.1",
4343
"babel-plugin-lodash": "3.3.2",
44-
"babel-plugin-styled-components": "1.4.0",
44+
"babel-plugin-styled-components": "1.9.2",
4545
"babel-plugin-transform-flow-strip-types": "6.22.0",
4646
"css-loader": "0.28.9",
4747
"cssnano": "3.10.0",

yarn.lock

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13+
"@babel/helper-annotate-as-pure@^7.0.0":
14+
version "7.0.0"
15+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
16+
dependencies:
17+
"@babel/types" "^7.0.0"
18+
1319
1420
version "7.0.0-beta.36"
1521
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
@@ -54,6 +60,14 @@
5460
lodash "^4.2.0"
5561
to-fast-properties "^2.0.0"
5662

63+
"@babel/types@^7.0.0":
64+
version "7.1.6"
65+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
66+
dependencies:
67+
esutils "^2.0.2"
68+
lodash "^4.17.10"
69+
to-fast-properties "^2.0.0"
70+
5771
"@semantic-release/commit-analyzer@^3.0.1":
5872
version "3.0.7"
5973
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-3.0.7.tgz#dc955444a6d3d2ae9b8e21f90c2c80c4e9142b2f"
@@ -618,12 +632,13 @@ [email protected]:
618632
version "3.0.0"
619633
resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3"
620634

621-
babel-plugin-styled-components@1.4.0:
622-
version "1.4.0"
623-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.4.0.tgz#3a2207a1852770a383f0106ca85aded4f3e3488f"
635+
babel-plugin-styled-components@1.9.2:
636+
version "1.9.2"
637+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.2.tgz#0e6a6587454dcb1c9a362a8fd31fc0b075ccd260"
624638
dependencies:
625-
babel-types "^6.26.0"
626-
stylis "^3.0.0"
639+
"@babel/helper-annotate-as-pure" "^7.0.0"
640+
babel-plugin-syntax-jsx "^6.18.0"
641+
lodash "^4.17.10"
627642

628643
babel-plugin-syntax-async-functions@^6.8.0:
629644
version "6.13.0"
@@ -645,7 +660,7 @@ babel-plugin-syntax-flow@^6.18.0:
645660
version "6.18.0"
646661
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
647662

648-
[email protected], babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
663+
[email protected], babel-plugin-syntax-jsx@^6.18.0, babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
649664
version "6.18.0"
650665
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
651666

@@ -4280,6 +4295,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, l
42804295
version "4.17.4"
42814296
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
42824297

4298+
lodash@^4.17.10:
4299+
version "4.17.11"
4300+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4301+
42834302
lodash@~1.3.1:
42844303
version "1.3.1"
42854304
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
@@ -6682,10 +6701,6 @@ [email protected]:
66826701
version "3.4.5"
66836702
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"
66846703

6685-
stylis@^3.0.0:
6686-
version "3.4.8"
6687-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"
6688-
66896704
stylis@^3.2.1:
66906705
version "3.2.17"
66916706
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.2.17.tgz#54950f8726b0237283e453c031c92f9adb53610b"

0 commit comments

Comments
 (0)