Skip to content

Commit 1e575b0

Browse files
authored
Merge pull request #11 from idom-team/fix-idom-py-js-versions
synchronize JS and Py version requirements for IDOM
2 parents 5d61128 + 964df55 commit 1e575b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/pkg-deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
channels<4.0.0 # Django websocket features
2-
idom<1.0.0 # Python React
2+
idom >=0.33.0, <0.34.0

src/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"rollup-plugin-replace": "^2.2.0"
1919
},
2020
"dependencies": {
21-
"idom-client-react": "^0.8.5"
21+
"idom-client-react": "^0.33.0"
2222
}
2323
}

0 commit comments

Comments
 (0)