Skip to content

Commit a5ee918

Browse files
committed
clean up deps
1 parent f5ad005 commit a5ee918

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

example/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useCallback, useState } from 'react'
2-
import { ActivityIndicator, Alert, Button, StyleSheet, Text, View } from 'react-native'
2+
import { ActivityIndicator, Button, StyleSheet, Text, View } from 'react-native'
33
import { WebSocket as FastWebSocket } from 'react-native-fast-ws'
44

55
type Result = {

packages/react-native-fast-ws/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
"author": "Mike Grabowski <[email protected]>",
1717
"peerDependencies": {
1818
"react-native-nitro-modules": "^0.14.0",
19-
"web-streams-polyfill": "^4.0.0"
19+
"react-native": "^0.76.0"
2020
},
2121
"dependencies": {
22-
"event-target-shim": "^6.0.2"
22+
"event-target-shim": "^6.0.2",
23+
"web-streams-polyfill": "^4.0.0"
2324
},
2425
"devDependencies": {
25-
"event-target-shim": "^6.0.2",
26-
"web-streams-polyfill": "^4.0.0",
2726
"nitro-codegen": "^0.14.0"
2827
}
2928
}

0 commit comments

Comments
 (0)