We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc68fe commit 46645e0Copy full SHA for 46645e0
1 file changed
package.json
@@ -93,7 +93,7 @@
93
"main": "dist/index.js",
94
"name": "@webkrafters/react-observable-context",
95
"peerDependencies": {
96
- "@types/react": ">= 16.8.0",
+ "@types/react": ">= 16.8.0 <19",
97
"@webkrafters/clone-total": "^1.0.1",
98
"@webkrafters/data-distillery": "^0.0.3",
99
"@webkrafters/path-dotize": "^0.0.2",
@@ -102,7 +102,7 @@
102
"lodash.isequal": ">= 0.1.0",
103
"lodash.isplainobject": ">= 0.8.0",
104
"lodash.omit": ">= 0.1.0",
105
- "react": ">= 16.8.0"
+ "react": ">= 16.8.0 <19"
106
},
107
"publishConfig": {
108
"access": "public"
@@ -124,4 +124,4 @@
124
"dependencies": {
125
"@webkrafters/auto-immutable": "^2.0.0-rc.9"
126
}
127
-}
+}
0 commit comments