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 5d61128 commit 964df55Copy full SHA for 964df55
requirements/pkg-deps.txt
@@ -1,2 +1,2 @@
1
channels<4.0.0 # Django websocket features
2
-idom<1.0.0 # Python React
+idom >=0.33.0, <0.34.0
src/js/package.json
@@ -18,6 +18,6 @@
18
"rollup-plugin-replace": "^2.2.0"
19
},
20
"dependencies": {
21
- "idom-client-react": "^0.8.5"
+ "idom-client-react": "^0.33.0"
22
}
23
0 commit comments