Skip to content

Commit

Permalink
chore: update babel-plugin-styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Mar 25, 2022
1 parent 9c4d5e4 commit 86d4077
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.5",
"babel-plugin-styled-components": "^2.0.6",
"next": "^12.1.0"
},
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Expand Up @@ -3064,6 +3064,17 @@ babel-plugin-styled-components@^2.0.5:
lodash "^4.17.11"
picomatch "^2.3.0"

babel-plugin-styled-components@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.6.tgz#6f76c7f7224b7af7edc24a4910351948c691fc90"
integrity sha512-Sk+7o/oa2HfHv3Eh8sxoz75/fFvEdHsXV4grdeHufX0nauCmymlnN0rGhIvfpMQSJMvGutJ85gvCGea4iqmDpg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.16.0"
"@babel/helper-module-imports" "^7.16.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
picomatch "^2.3.0"

babel-plugin-syntax-jsx@6.18.0, babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
Expand Down

0 comments on commit 86d4077

Please sign in to comment.