@oxyhq/bloom 0.18.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/bloom",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Bloom UI — Oxy ecosystem component library for React Native + Expo + Web",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -880,12 +880,6 @@
880
880
  "react-dom": {
881
881
  "optional": true
882
882
  },
883
- "react-native-reanimated": {
884
- "optional": true
885
- },
886
- "react-native-gesture-handler": {
887
- "optional": true
888
- },
889
883
  "react-native-svg": {
890
884
  "optional": true
891
885
  },