Skip to content

Commit cdfb7d6

Browse files
committed
chore(deps): bump babel-plugin-styled-components to 2.0.7
1 parent ee9fe85 commit cdfb7d6

File tree

2 files changed

+40
-7
lines changed

2 files changed

+40
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.7",
6868
"commitizen": "4.2.4",
6969
"cz-conventional-changelog": "3.3.0",
7070
"dotenv-cli": "4.0.0",

yarn.lock

Lines changed: 39 additions & 6 deletions
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.7"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
86+
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
87+
dependencies:
88+
"@babel/types" "^7.16.7"
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.7"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
203+
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
204+
dependencies:
205+
"@babel/types" "^7.16.7"
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"
@@ -266,6 +280,11 @@
266280
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
267281
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
268282

283+
"@babel/helper-validator-identifier@^7.16.7":
284+
version "7.16.7"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
286+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
287+
269288
"@babel/helper-validator-option@^7.14.5":
270289
version "7.14.5"
271290
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -1083,6 +1102,14 @@
10831102
"@babel/helper-validator-identifier" "^7.14.9"
10841103
to-fast-properties "^2.0.0"
10851104

1105+
"@babel/types@^7.16.7":
1106+
version "7.17.0"
1107+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1108+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1109+
dependencies:
1110+
"@babel/helper-validator-identifier" "^7.16.7"
1111+
to-fast-properties "^2.0.0"
1112+
10861113
10871114
version "1.0.0"
10881115
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -3951,15 +3978,16 @@ babel-plugin-react-docgen@^4.2.1:
39513978
lodash "^4.17.15"
39523979
react-docgen "^5.0.0"
39533980

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==
3981+
babel-plugin-styled-components@2.0.7:
3982+
version "2.0.7"
3983+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086"
3984+
integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==
39583985
dependencies:
3959-
"@babel/helper-annotate-as-pure" "^7.15.4"
3960-
"@babel/helper-module-imports" "^7.15.4"
3986+
"@babel/helper-annotate-as-pure" "^7.16.0"
3987+
"@babel/helper-module-imports" "^7.16.0"
39613988
babel-plugin-syntax-jsx "^6.18.0"
39623989
lodash "^4.17.11"
3990+
picomatch "^2.3.0"
39633991

39643992
"babel-plugin-styled-components@>= 1.12.0":
39653993
version "1.13.2"
@@ -10627,6 +10655,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
1062710655
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1062810656
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1062910657

10658+
picomatch@^2.3.0:
10659+
version "2.3.1"
10660+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
10661+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
10662+
1063010663
pify@^3.0.0:
1063110664
version "3.0.0"
1063210665
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"

0 commit comments

Comments
 (0)