Conversation
|
size-limit report 📦
|
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| "@typescript-eslint/types": "7.9.0", | ||
| "@typescript-eslint/utils": "7.9.0", | ||
| "acorn": "8.11.3", | ||
| "ajv": "8.16.0", |
There was a problem hiding this comment.
Is this needed for the update to api extractor?
There was a problem hiding this comment.
Yes, it's a peerDependency and without adding it api-extractor finds & imports some [email protected] and errors out because that has a different api.
This was surprisingly painless 🎉