|
80 | 80 | dependencies:
|
81 | 81 | "@babel/types" "^7.15.4"
|
82 | 82 |
|
| 83 | +"@babel/helper-annotate-as-pure@^7.16.0": |
| 84 | + version "7.16.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
| 86 | + integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.16.0" |
| 89 | + |
83 | 90 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
84 | 91 | version "7.15.4"
|
85 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
|
|
190 | 197 | dependencies:
|
191 | 198 | "@babel/types" "^7.15.4"
|
192 | 199 |
|
| 200 | +"@babel/helper-module-imports@^7.16.0": |
| 201 | + version "7.16.0" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3" |
| 203 | + integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.16.0" |
| 206 | + |
193 | 207 | "@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":
|
194 | 208 | version "7.15.8"
|
195 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
|
|
1083 | 1097 | "@babel/helper-validator-identifier" "^7.14.9"
|
1084 | 1098 | to-fast-properties "^2.0.0"
|
1085 | 1099 |
|
| 1100 | +"@babel/types@^7.16.0": |
| 1101 | + version "7.16.0" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
| 1103 | + integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== |
| 1104 | + dependencies: |
| 1105 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 1106 | + to-fast-properties "^2.0.0" |
| 1107 | + |
1086 | 1108 | "@base2/pretty-print-object@1.0.0":
|
1087 | 1109 | version "1.0.0"
|
1088 | 1110 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
|
@@ -3951,13 +3973,13 @@ babel-plugin-react-docgen@^4.2.1:
|
3951 | 3973 | lodash "^4.17.15"
|
3952 | 3974 | react-docgen "^5.0.0"
|
3953 | 3975 |
|
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== |
| 3976 | +babel-plugin-styled-components@2.0.2: |
| 3977 | + version "2.0.2" |
| 3978 | + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz#0fac11402dc9db73698b55847ab1dc73f5197c54" |
| 3979 | + integrity sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw== |
3958 | 3980 | dependencies:
|
3959 |
| - "@babel/helper-annotate-as-pure" "^7.15.4" |
3960 |
| - "@babel/helper-module-imports" "^7.15.4" |
| 3981 | + "@babel/helper-annotate-as-pure" "^7.16.0" |
| 3982 | + "@babel/helper-module-imports" "^7.16.0" |
3961 | 3983 | babel-plugin-syntax-jsx "^6.18.0"
|
3962 | 3984 | lodash "^4.17.11"
|
3963 | 3985 |
|
|
0 commit comments