Skip to content

Commit 46645e0

Browse files
authored
Update package.json
Signed-off-by: Stephen Isienyi <stephen.isienyi@gmail.com>
1 parent afc68fe commit 46645e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"main": "dist/index.js",
9494
"name": "@webkrafters/react-observable-context",
9595
"peerDependencies": {
96-
"@types/react": ">= 16.8.0",
96+
"@types/react": ">= 16.8.0 <19",
9797
"@webkrafters/clone-total": "^1.0.1",
9898
"@webkrafters/data-distillery": "^0.0.3",
9999
"@webkrafters/path-dotize": "^0.0.2",
@@ -102,7 +102,7 @@
102102
"lodash.isequal": ">= 0.1.0",
103103
"lodash.isplainobject": ">= 0.8.0",
104104
"lodash.omit": ">= 0.1.0",
105-
"react": ">= 16.8.0"
105+
"react": ">= 16.8.0 <19"
106106
},
107107
"publishConfig": {
108108
"access": "public"
@@ -124,4 +124,4 @@
124124
"dependencies": {
125125
"@webkrafters/auto-immutable": "^2.0.0-rc.9"
126126
}
127-
}
127+
}

0 commit comments

Comments
 (0)