Skip to content

Commit 4125cd0

Browse files
committed
chore(deps): bump babel-plugin-styled-components to 2.0.2
1 parent ee9fe85 commit 4125cd0

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@typescript-eslint/parser": "5.1.0",
6565
"@typescript-eslint/eslint-plugin": "5.1.0",
6666
"babel-loader": "8.2.3",
67-
"babel-plugin-styled-components": "1.13.3",
67+
"babel-plugin-styled-components": "2.0.2",
6868
"commitizen": "4.2.4",
6969
"cz-conventional-changelog": "3.3.0",
7070
"dotenv-cli": "4.0.0",

yarn.lock

+28-6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
dependencies:
8181
"@babel/types" "^7.15.4"
8282

83+
"@babel/helper-annotate-as-pure@^7.16.0":
84+
version "7.16.0"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
86+
integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==
87+
dependencies:
88+
"@babel/types" "^7.16.0"
89+
8390
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
8491
version "7.15.4"
8592
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
@@ -190,6 +197,13 @@
190197
dependencies:
191198
"@babel/types" "^7.15.4"
192199

200+
"@babel/helper-module-imports@^7.16.0":
201+
version "7.16.0"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
203+
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
204+
dependencies:
205+
"@babel/types" "^7.16.0"
206+
193207
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
194208
version "7.15.8"
195209
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
@@ -1083,6 +1097,14 @@
10831097
"@babel/helper-validator-identifier" "^7.14.9"
10841098
to-fast-properties "^2.0.0"
10851099

1100+
"@babel/types@^7.16.0":
1101+
version "7.16.0"
1102+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1103+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1104+
dependencies:
1105+
"@babel/helper-validator-identifier" "^7.15.7"
1106+
to-fast-properties "^2.0.0"
1107+
10861108
"@base2/pretty-print-object@1.0.0":
10871109
version "1.0.0"
10881110
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -3951,13 +3973,13 @@ babel-plugin-react-docgen@^4.2.1:
39513973
lodash "^4.17.15"
39523974
react-docgen "^5.0.0"
39533975

3954-
babel-plugin-styled-components@1.13.3:
3955-
version "1.13.3"
3956-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc"
3957-
integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==
3976+
babel-plugin-styled-components@2.0.2:
3977+
version "2.0.2"
3978+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz#0fac11402dc9db73698b55847ab1dc73f5197c54"
3979+
integrity sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==
39583980
dependencies:
3959-
"@babel/helper-annotate-as-pure" "^7.15.4"
3960-
"@babel/helper-module-imports" "^7.15.4"
3981+
"@babel/helper-annotate-as-pure" "^7.16.0"
3982+
"@babel/helper-module-imports" "^7.16.0"
39613983
babel-plugin-syntax-jsx "^6.18.0"
39623984
lodash "^4.17.11"
39633985

0 commit comments

Comments
 (0)