You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update more packages and stop auto-resolving peers (#1199)
## Summary:
This gets things up-to-date and addreses an issue with how peer deps are handled by pnpm.
- Latest TypeScript and @types/node added
- Removed some unneeded type libraries
- Updated jest and jest-when
- Stop autoresolving peer deps so that all packages use the same versions
- Updated various packages to address peer deps
- Update to latest pnpm
- Fix some docs generation warnings
Issue: FEI-7273
## Test plan:
`pnpm clean:all && pnpm i && pnpm test && pnpm typecheck && pnpm build && pnpm build:types && pnpm build:docs`
Author: somewhatabstract
Reviewers: kevinb-khan, somewhatabstract
Required Reviewers:
Approved By: kevinb-khan
Checks: ⌛ 1 check is pending, ✅ 6 checks were successful, ⏭️ 1 check has been skipped
Pull Request URL: #1199
0 commit comments