quip / quip-apps

Quip Live Apps API for creating applications in Quip documents.
Apache License 2.0
107 stars 75 forks source link

Add missing Babel dependencies #567

Closed kvnlam closed 4 months ago

kvnlam commented 4 months ago

We recently added an upgraded webpack dependency to the Chevron and handleRichTextBoxKeyEventNavigation packages. This caused the build to fail with missing Babel dependencies (specifically @babel/preset-env). This PR adds required dependencies to allow the build to pass

Tested locally by running npm ci && npm test && npm run build on the root project directory