Skip to content

Commit 38b9840

Browse files
committed
fix(deps): update dependency babel-plugin-typescript-to-proptypes to v2
1 parent 537e696 commit 38b9840

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@typescript-eslint/parser": "4.33.0",
104104
"babel-jest": "27.2.5",
105105
"babel-loader": "8.2.2",
106-
"babel-plugin-typescript-to-proptypes": "1.4.2",
106+
"babel-plugin-typescript-to-proptypes": "2.0.0",
107107
"browserslist": "4.17.3",
108108
"bundlesize": "0.18.1",
109109
"colors": "1.4.0",

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -3981,13 +3981,12 @@ [email protected]:
39813981
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
39823982
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
39833983

3984-
babel-plugin-typescript-to-proptypes@1.4.2:
3985-
version "1.4.2"
3986-
resolved "https://registry.yarnpkg.com/babel-plugin-typescript-to-proptypes/-/babel-plugin-typescript-to-proptypes-1.4.2.tgz#627a08ddc6a22d1d4d2da3bbba54d6004f7a243b"
3987-
integrity sha512-mcDkmEwxQ0HivEAMZ82HidppYQGiISp3bcgjtRWFFG0WzwVsJ3eQCgAoD3mSXDc9ehU8xZ7ItxCo9XRgeYQ5bQ==
3984+
babel-plugin-typescript-to-proptypes@2.0.0:
3985+
version "2.0.0"
3986+
resolved "https://registry.yarnpkg.com/babel-plugin-typescript-to-proptypes/-/babel-plugin-typescript-to-proptypes-2.0.0.tgz#4a1aaf15ce2269a79492b24178dc4181f576489d"
3987+
integrity sha512-LmXrkeqg4bzq0CiCOV/zN3hrvAvJOvoP9sEw0YgtkU6lIbqA5/RAY0bA6C6+i5/e5Wp/taJ68XKp2i8pkU+Qmw==
39883988
dependencies:
39893989
"@babel/helper-module-imports" "^7.12.5"
3990-
"@babel/helper-plugin-utils" "^7.10.4"
39913990
"@babel/plugin-syntax-typescript" "^7.12.1"
39923991
"@babel/types" "^7.12.6"
39933992

0 commit comments

Comments
 (0)