fix: add @types/minimatch to abacus-react devDependencies

- TypeScript was looking for minimatch type definitions
- Hoisted mode made this implicit dependency explicit
- Fixes abacus-react build failure in CI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-07 09:46:50 -05:00
parent 81f50323ad
commit fa4547543d
2 changed files with 4 additions and 0 deletions

View File

@@ -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",

3
pnpm-lock.yaml generated
View File

@@ -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