@one-am/react-native-simple-image-slider 0.11.5 → 0.11.6

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-am/react-native-simple-image-slider",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "description": "A simple and performant image slider made with FlashList. Includes a full screen gallery component with gesture support.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -103,15 +103,15 @@
103
103
  "peerDependencies": {
104
104
  "@babel/core": ">= 7.24.1",
105
105
  "@babel/runtime": ">= 7.24.1",
106
- "expo-haptics": ">= 12.8.1",
107
- "expo-image": ">= 1.10.6",
108
- "expo-status-bar": ">= 1.11.1",
109
- "react": ">= 18.2.0",
110
- "react-native": ">= 0.73.6",
111
- "react-native-gesture-handler": ">= 2.15.0",
112
- "react-native-reanimated": ">= 3.3.0",
113
- "react-native-safe-area-context": ">= 4.9.0",
114
- "react-native-svg": ">= 15.1.0",
106
+ "expo-haptics": ">= 12",
107
+ "expo-image": ">= 1",
108
+ "expo-status-bar": ">= 1",
109
+ "react": ">= 18",
110
+ "react-native": ">= 0.73",
111
+ "react-native-gesture-handler": ">= 2",
112
+ "react-native-reanimated": ">= 3",
113
+ "react-native-safe-area-context": ">= 4",
114
+ "react-native-svg": ">= 14",
115
115
  "styled-components": ">= 6.1.8"
116
116
  },
117
117
  "workspaces": [