Skip to content

Commit 52813cb

Browse files
Update dependency babel-plugin-styled-components to v2.1.1
1 parent 3297118 commit 52813cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"styled-components": "5.3.5"
2020
},
2121
"devDependencies": {
22-
"babel-plugin-styled-components": "2.0.7",
22+
"babel-plugin-styled-components": "2.1.1",
2323
"babel-plugin-transform-flow-strip-types": "6.22.0",
2424
"flow-bin": "0.84.0",
2525
"graphql-request": "1.8.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,15 +1431,15 @@ babel-plugin-react-require@3.0.0:
14311431
resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3"
14321432
integrity sha1-Lk57RJa5OmVKHIAEInbeTk7rIOM=
14331433

1434-
babel-plugin-styled-components@2.0.7:
1435-
version "2.0.7"
1436-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086"
1437-
integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==
1434+
babel-plugin-styled-components@2.1.1:
1435+
version "2.1.1"
1436+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz#cd977cc0ff8410d5cbfdd142e42576e9c8794b87"
1437+
integrity sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==
14381438
dependencies:
14391439
"@babel/helper-annotate-as-pure" "^7.16.0"
14401440
"@babel/helper-module-imports" "^7.16.0"
14411441
babel-plugin-syntax-jsx "^6.18.0"
1442-
lodash "^4.17.11"
1442+
lodash "^4.17.21"
14431443
picomatch "^2.3.0"
14441444

14451445
"babel-plugin-styled-components@>= 1.12.0":
@@ -3531,7 +3531,7 @@ lodash.debounce@^4.0.8:
35313531
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
35323532
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
35333533

3534-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.17.5:
3534+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5:
35353535
version "4.17.21"
35363536
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
35373537
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)