Skip to content

Commit df86009

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

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-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.10.6",
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: 32 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"
@@ -24,6 +30,12 @@
2430
dependencies:
2531
"@babel/types" "7.0.0-beta.36"
2632

33+
"@babel/helper-module-imports@^7.0.0":
34+
version "7.0.0"
35+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
36+
dependencies:
37+
"@babel/types" "^7.0.0"
38+
2739
2840
version "7.0.0-beta.36"
2941
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
@@ -54,6 +66,14 @@
5466
lodash "^4.2.0"
5567
to-fast-properties "^2.0.0"
5668

69+
"@babel/types@^7.0.0":
70+
version "7.5.0"
71+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
72+
dependencies:
73+
esutils "^2.0.2"
74+
lodash "^4.17.11"
75+
to-fast-properties "^2.0.0"
76+
5777
"@semantic-release/commit-analyzer@^3.0.1":
5878
version "3.0.7"
5979
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-3.0.7.tgz#dc955444a6d3d2ae9b8e21f90c2c80c4e9142b2f"
@@ -618,12 +638,14 @@ [email protected]:
618638
version "3.0.0"
619639
resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3"
620640

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"
641+
babel-plugin-styled-components@1.10.6:
642+
version "1.10.6"
643+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b"
624644
dependencies:
625-
babel-types "^6.26.0"
626-
stylis "^3.0.0"
645+
"@babel/helper-annotate-as-pure" "^7.0.0"
646+
"@babel/helper-module-imports" "^7.0.0"
647+
babel-plugin-syntax-jsx "^6.18.0"
648+
lodash "^4.17.11"
627649

628650
babel-plugin-syntax-async-functions@^6.8.0:
629651
version "6.13.0"
@@ -645,7 +667,7 @@ babel-plugin-syntax-flow@^6.18.0:
645667
version "6.18.0"
646668
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
647669

648-
[email protected], babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
670+
[email protected], babel-plugin-syntax-jsx@^6.18.0, babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
649671
version "6.18.0"
650672
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
651673

@@ -4280,6 +4302,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, l
42804302
version "4.17.4"
42814303
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
42824304

4305+
lodash@^4.17.11:
4306+
version "4.17.14"
4307+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
4308+
42834309
lodash@~1.3.1:
42844310
version "1.3.1"
42854311
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
@@ -6682,10 +6708,6 @@ [email protected]:
66826708
version "3.4.5"
66836709
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"
66846710

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

0 commit comments

Comments
 (0)