File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read_requirements(filename: str):
1010
1111setup (
1212 name = 'espark-core' ,
13- version = '0.5.11 ' ,
13+ version = '0.5.12 ' ,
1414 description = 'The core module of the Espark ESP32-based IoT device management framework.' ,
1515 long_description = (root / 'README.md' ).read_text (),
1616 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " espark-react" ,
3- "version" : " 0.5.11 " ,
3+ "version" : " 0.5.12 " ,
44 "author" : {
55 "name" : " Alan Tai"
66 },
3333 "build" : " vite build && tsc -p tsconfig.build.json"
3434 },
3535 "peerDependencies" : {
36- "react" : " ^19.2.3 " ,
37- "react-dom" : " ^19.2.3 "
36+ "react" : " ^19.2.4 " ,
37+ "react-dom" : " ^19.2.4 "
3838 },
3939 "dependencies" : {
4040 "@ant-design/icons" : " ^6.1.0" ,
You can’t perform that action at this time.
0 commit comments