Skip to content

Commit acf7df5

Browse files
author
Alan Tai
committed
Fix React version
1 parent 906c9bd commit acf7df5

3 files changed

Lines changed: 410 additions & 410 deletions

File tree

espark-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read_requirements(filename: str):
1010

1111
setup(
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',

espark-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "espark-react",
3-
"version" : "0.5.11",
3+
"version" : "0.5.12",
44
"author" : {
55
"name" : "Alan Tai"
66
},
@@ -33,8 +33,8 @@
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",

0 commit comments

Comments
 (0)