heap / react-native-heap

A React Native integration for Heap
MIT License
81 stars 36 forks source link

[PA-2258] Release 0.22.7 with babel-traverse fix #421

Closed bnickel closed 6 months ago

bnickel commented 6 months ago

Description

This removes explicit babel dependencies from package.json to fix audit issues. The dependencies were pulled in to support the Babel plugin, but Babel plugins don't actually need dependencies since they are provided by Babel during execution.

Test Plan

No code changes but Detox was run.

Checklist