diff --git a/packages/abacus-react/package.json b/packages/abacus-react/package.json index f69c5b64..ae6c5968 100644 --- a/packages/abacus-react/package.json +++ b/packages/abacus-react/package.json @@ -69,6 +69,7 @@ "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", + "@types/minimatch": "^6.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^5.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3427e1fa..076b809d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -325,6 +325,9 @@ importers: '@testing-library/user-event': specifier: ^14.6.1 version: 14.6.1(@testing-library/dom@9.3.4) + '@types/minimatch': + specifier: ^6.0.0 + version: 6.0.0 '@types/react': specifier: ^18.2.0 version: 18.3.26