We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a83ab commit fc1ca00Copy full SHA for fc1ca00
1 file changed
package.json
@@ -12,25 +12,14 @@
12
"peerDependencies": {
13
"react": ">=16.8.0",
14
"react-native": ">=0.60.0",
15
- "react-native-webview": ">=11.0.0"
16
- },
17
- "peerDependenciesMeta": {
18
- "@types/react": {
19
- "optional": true
20
21
- "@types/react-native": {
22
23
- }
+ "react-native-webview": ">=11.0.0",
+ "@types/react": "*",
+ "@types/react-native": "*"
24
},
25
"devDependencies": {
26
"@rollup/plugin-commonjs": "^28.0.2",
27
"@rollup/plugin-node-resolve": "^16.0.0",
28
"@rollup/plugin-typescript": "^12.1.2",
29
- "@types/react": "^18.3.18",
30
- "@types/react-native": "^0.72.8",
31
- "react": "^18.3.1",
32
- "react-native": "^0.77.0",
33
- "react-native-webview": "^13.13.2",
34
"rollup": "^4.32.0",
35
"rollup-plugin-dts": "^6.1.1",
36
"typescript": "^5.7.3"
0 commit comments