diff --git a/sdk/typescript/packages/react-components/package.json b/sdk/typescript/packages/react-components/package.json index d68d68ab22..fd6a641402 100644 --- a/sdk/typescript/packages/react-components/package.json +++ b/sdk/typescript/packages/react-components/package.json @@ -60,6 +60,7 @@ "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", + "@types/minimatch": "^3.0.5", "babel-loader": "^8.2.3", "babel-plugin-root-import": "^5.1.0", "eslint": "^8.10.0", diff --git a/yarn.lock b/yarn.lock index 0c57728cd2..b17cffc474 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6250,6 +6250,11 @@ dependencies: minimatch "*" +"@types/minimatch@^3.0.5": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== + "@types/ms@*": version "2.1.0" resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"