Skip to content

Commit d9f2044

Browse files
chore(deps): bump babel-plugin-styled-components to 2.1.4
1 parent ee9fe85 commit d9f2044

File tree

2 files changed

+60
-9
lines changed

2 files changed

+60
-9
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.1.4",
6868
"commitizen": "4.2.4",
6969
"cz-conventional-changelog": "3.3.0",
7070
"dotenv-cli": "4.0.0",

yarn.lock

Lines changed: 59 additions & 8 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.22.5":
84+
version "7.22.5"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
86+
integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
87+
dependencies:
88+
"@babel/types" "^7.22.5"
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.22.5":
201+
version "7.22.5"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
203+
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
204+
dependencies:
205+
"@babel/types" "^7.22.5"
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"
@@ -221,6 +235,11 @@
221235
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
222236
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
223237

238+
"@babel/helper-plugin-utils@^7.22.5":
239+
version "7.22.5"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
241+
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
242+
224243
"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4":
225244
version "7.15.4"
226245
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
@@ -261,11 +280,21 @@
261280
dependencies:
262281
"@babel/types" "^7.15.4"
263282

283+
"@babel/helper-string-parser@^7.22.5":
284+
version "7.22.5"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
286+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
287+
264288
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
265289
version "7.15.7"
266290
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
267291
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
268292

293+
"@babel/helper-validator-identifier@^7.22.5":
294+
version "7.22.5"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
296+
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
297+
269298
"@babel/helper-validator-option@^7.14.5":
270299
version "7.14.5"
271300
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -544,6 +573,13 @@
544573
dependencies:
545574
"@babel/helper-plugin-utils" "^7.14.5"
546575

576+
"@babel/plugin-syntax-jsx@^7.22.5":
577+
version "7.22.5"
578+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918"
579+
integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==
580+
dependencies:
581+
"@babel/helper-plugin-utils" "^7.22.5"
582+
547583
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
548584
version "7.10.4"
549585
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -1083,6 +1119,15 @@
10831119
"@babel/helper-validator-identifier" "^7.14.9"
10841120
to-fast-properties "^2.0.0"
10851121

1122+
"@babel/types@^7.22.5":
1123+
version "7.22.5"
1124+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
1125+
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
1126+
dependencies:
1127+
"@babel/helper-string-parser" "^7.22.5"
1128+
"@babel/helper-validator-identifier" "^7.22.5"
1129+
to-fast-properties "^2.0.0"
1130+
10861131
10871132
version "1.0.0"
10881133
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -3951,15 +3996,16 @@ babel-plugin-react-docgen@^4.2.1:
39513996
lodash "^4.17.15"
39523997
react-docgen "^5.0.0"
39533998

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==
3999+
babel-plugin-styled-components@2.1.4:
4000+
version "2.1.4"
4001+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz#9a1f37c7f32ef927b4b008b529feb4a2c82b1092"
4002+
integrity sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==
39584003
dependencies:
3959-
"@babel/helper-annotate-as-pure" "^7.15.4"
3960-
"@babel/helper-module-imports" "^7.15.4"
3961-
babel-plugin-syntax-jsx "^6.18.0"
3962-
lodash "^4.17.11"
4004+
"@babel/helper-annotate-as-pure" "^7.22.5"
4005+
"@babel/helper-module-imports" "^7.22.5"
4006+
"@babel/plugin-syntax-jsx" "^7.22.5"
4007+
lodash "^4.17.21"
4008+
picomatch "^2.3.1"
39634009

39644010
"babel-plugin-styled-components@>= 1.12.0":
39654011
version "1.13.2"
@@ -10627,6 +10673,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
1062710673
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1062810674
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1062910675

10676+
picomatch@^2.3.1:
10677+
version "2.3.1"
10678+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
10679+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
10680+
1063010681
pify@^3.0.0:
1063110682
version "3.0.0"
1063210683
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"

0 commit comments

Comments
 (0)