diff --git a/package.json b/package.json index 8fe3826133..17adb0a123 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@typescript-eslint/parser": "4.33.0", "babel-jest": "27.2.5", "babel-loader": "8.2.2", - "babel-plugin-typescript-to-proptypes": "1.4.2", + "babel-plugin-typescript-to-proptypes": "2.0.0", "browserslist": "4.17.3", "bundlesize": "0.18.1", "colors": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 9c42755259..d8b6a0eebf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3981,13 +3981,12 @@ babel-plugin-transform-react-remove-prop-types@0.4.24: resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== -babel-plugin-typescript-to-proptypes@1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/babel-plugin-typescript-to-proptypes/-/babel-plugin-typescript-to-proptypes-1.4.2.tgz#627a08ddc6a22d1d4d2da3bbba54d6004f7a243b" - integrity sha512-mcDkmEwxQ0HivEAMZ82HidppYQGiISp3bcgjtRWFFG0WzwVsJ3eQCgAoD3mSXDc9ehU8xZ7ItxCo9XRgeYQ5bQ== +babel-plugin-typescript-to-proptypes@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-typescript-to-proptypes/-/babel-plugin-typescript-to-proptypes-2.0.0.tgz#4a1aaf15ce2269a79492b24178dc4181f576489d" + integrity sha512-LmXrkeqg4bzq0CiCOV/zN3hrvAvJOvoP9sEw0YgtkU6lIbqA5/RAY0bA6C6+i5/e5Wp/taJ68XKp2i8pkU+Qmw== dependencies: "@babel/helper-module-imports" "^7.12.5" - "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-typescript" "^7.12.1" "@babel/types" "^7.12.6"