Skip to content

Commit 2f6cfee

Browse files
committed
fix: update dependency babel-plugin-styled-components to v1.13.3
1 parent 9669b1f commit 2f6cfee

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"displayName": "unit"
2222
},
2323
"dependencies": {
24-
"babel-plugin-styled-components": "1.12.1",
24+
"babel-plugin-styled-components": "1.13.3",
2525
"hops-mixin": "15.1.2"
2626
},
2727
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
jsesc "^2.5.1"
123123
source-map "^0.5.0"
124124

125-
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.16.7":
125+
"@babel/helper-annotate-as-pure@^7.15.4", "@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.16.7":
126126
version "7.16.7"
127127
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
128128
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
@@ -226,7 +226,7 @@
226226
dependencies:
227227
"@babel/types" "^7.16.7"
228228

229-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7":
229+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.15.4", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7":
230230
version "7.16.7"
231231
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
232232
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
@@ -4114,13 +4114,13 @@ babel-plugin-polyfill-regenerator@^0.3.0:
41144114
dependencies:
41154115
"@babel/helper-define-polyfill-provider" "^0.3.1"
41164116

4117-
babel-plugin-styled-components@1.12.1:
4118-
version "1.12.1"
4119-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.1.tgz#d802f4070a67aeac8ef1bc4dcebf3dd06ea7dc4f"
4120-
integrity sha512-XaZ1IRvJRWucLh+6g9XCtX7fvfscUjSQ0xsznp7o9hhoog12up5c3+6BTTLE10Zg8xu/nGJNtiFwT13wwuwdsQ==
4117+
babel-plugin-styled-components@1.13.3:
4118+
version "1.13.3"
4119+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc"
4120+
integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==
41214121
dependencies:
4122-
"@babel/helper-annotate-as-pure" "^7.0.0"
4123-
"@babel/helper-module-imports" "^7.0.0"
4122+
"@babel/helper-annotate-as-pure" "^7.15.4"
4123+
"@babel/helper-module-imports" "^7.15.4"
41244124
babel-plugin-syntax-jsx "^6.18.0"
41254125
lodash "^4.17.11"
41264126

0 commit comments

Comments
 (0)