Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmasn committed Dec 24, 2021
1 parent c279860 commit bf420ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"babel-plugin-styled-components": "^1.12.0"
"babel-plugin-styled-components": "^2.0.2"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
jsesc "^2.5.1"
source-map "^0.5.0"

"@babel/helper-annotate-as-pure@^7.15.4", "@babel/helper-annotate-as-pure@^7.16.0":
"@babel/helper-annotate-as-pure@^7.16.0":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==
Expand Down Expand Up @@ -164,7 +164,7 @@
dependencies:
"@babel/types" "^7.16.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.12.13", "@babel/helper-module-imports@^7.16.0":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
Expand Down Expand Up @@ -993,9 +993,9 @@
to-fast-properties "^2.0.0"

"@devsht/prettier-config@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@devsht/prettier-config/-/prettier-config-1.0.0.tgz#d474b06faafa449849288389a9c8c4d2d4b0c613"
integrity sha512-7G5Qfp+pl2ZAJ+NOwOtNHft29rqeqxJLvpsLXo1lVMawj+xS7pjiqOZ5DiTvsnEidJVkkt/AhR0xkRLTd9Giyw==
version "1.0.1"
resolved "https://registry.yarnpkg.com/@devsht/prettier-config/-/prettier-config-1.0.1.tgz#238ef82266ae9936db15c176ead014297e1abcc5"
integrity sha512-j7IIwDuGOKs8t2O46CwNXRTIHhStIILsy7hNI10AFV3d5kkc6ikiHkGODfOrnys1FccImYd2yH9obIEWSpFOag==

"@nicolo-ribaudo/[email protected]":
version "2.1.8-no-fsevents.3"
Expand Down Expand Up @@ -1048,13 +1048,13 @@ babel-plugin-polyfill-regenerator@^0.3.0:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.3.0"

babel-plugin-styled-components@^1.12.0:
version "1.13.3"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc"
integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==
babel-plugin-styled-components@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz#0fac11402dc9db73698b55847ab1dc73f5197c54"
integrity sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.15.4"
"@babel/helper-module-imports" "^7.15.4"
"@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"

Expand Down

0 comments on commit bf420ac

Please sign in to comment.