Skip to content

Commit 3a8d9f8

Browse files
committed
fix: restrict to react-native-render-html < 6.0.0-alpha.23
1 parent 4fd64cb commit 3a8d9f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/heuristic-table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"peerDependencies": {
7070
"react": ">= 16.8.0",
7171
"react-native": ">= 0.63.0",
72-
"react-native-render-html": "*"
72+
"react-native-render-html": ">= 6.0.0-alpha.20 < 6.0.0-alpha.23"
7373
},
7474
"author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
7575
"homepage": "https://github.com/native-html/plugins/tree/master/packages/heuristic-table-plugin#readme",

packages/iframe-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"peerDependencies": {
6969
"react": ">= 16.8.0",
7070
"react-native": ">= 0.59.0",
71-
"react-native-render-html": "*"
71+
"react-native-render-html": ">= 6.0.0-alpha.20 < 6.0.0-alpha.23"
7272
},
7373
"author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
7474
"homepage": "https://github.com/native-html/plugins/tree/master/packages/iframe-plugin#readme",

packages/table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"peerDependencies": {
7373
"react": ">= 16.8.0",
7474
"react-native": ">= 0.63.0",
75-
"react-native-render-html": "*"
75+
"react-native-render-html": ">= 6.0.0-alpha.20 < 6.0.0-alpha.23"
7676
},
7777
"author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
7878
"homepage": "https://github.com/native-html/plugins/tree/master/packages/table-plugin#readme",

0 commit comments

Comments
 (0)