Skip to content

Commit fc1ca00

Browse files
author
Prashant.patil
committed
removed from dev-deps
1 parent 62a83ab commit fc1ca00

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,14 @@
1212
"peerDependencies": {
1313
"react": ">=16.8.0",
1414
"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-
"optional": true
23-
}
15+
"react-native-webview": ">=11.0.0",
16+
"@types/react": "*",
17+
"@types/react-native": "*"
2418
},
2519
"devDependencies": {
2620
"@rollup/plugin-commonjs": "^28.0.2",
2721
"@rollup/plugin-node-resolve": "^16.0.0",
2822
"@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",
3423
"rollup": "^4.32.0",
3524
"rollup-plugin-dts": "^6.1.1",
3625
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)