Skip to content

Commit 6ad64ab

Browse files
committed
update ui version
1 parent bb2eaa6 commit 6ad64ab

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

admin-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"dependencies": {
66
"@ant-design/icons": "^5.4.0",
77
"@ant-design/pro-components": "^2.8.7",
8-
"@codingapi/flow-pc": "^0.0.61",
9-
"@codingapi/form-pc": "^0.0.61",
10-
"@codingapi/ui-framework": "^0.0.61",
8+
"@codingapi/flow-pc": "^0.0.65",
9+
"@codingapi/form-pc": "^0.0.65",
10+
"@codingapi/ui-framework": "^0.0.65",
1111
"@dnd-kit/core": "^6.2.0",
1212
"@dnd-kit/sortable": "^9.0.0",
1313
"@handsontable/react-wrapper": "^15.0.0",
@@ -62,9 +62,9 @@
6262
"@babel/standalone": "^7.25.6",
6363
"@module-federation/enhanced": "^0.17.0",
6464
"@module-federation/rsbuild-plugin": "^0.17.0",
65-
"@rsbuild/core": "^1.4.7",
66-
"@rsbuild/plugin-react": "^1.3.4",
67-
"@rsbuild/plugin-sass": "^1.3.3",
65+
"@rsbuild/core": "1.4.7",
66+
"@rsbuild/plugin-react": "1.3.4",
67+
"@rsbuild/plugin-sass": "1.3.3",
6868
"@testing-library/dom": "^10.4.0",
6969
"@testing-library/jest-dom": "^6.6.3",
7070
"@testing-library/react": "^16.3.0",

mobile-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@codingapi/flow-mobile": "^0.0.61",
7-
"@codingapi/form-mobile": "^0.0.61",
8-
"@codingapi/ui-framework": "^0.0.61",
6+
"@codingapi/flow-mobile": "^0.0.65",
7+
"@codingapi/form-mobile": "^0.0.65",
8+
"@codingapi/ui-framework": "^0.0.65",
99
"@logicflow/core": "^2.0.10",
1010
"@logicflow/extension": "^2.0.14",
1111
"@reduxjs/toolkit": "^2.2.7",
@@ -53,9 +53,9 @@
5353
"@babel/standalone": "^7.25.6",
5454
"@module-federation/enhanced": "^0.17.0",
5555
"@module-federation/rsbuild-plugin": "^0.17.0",
56-
"@rsbuild/core": "^1.4.7",
57-
"@rsbuild/plugin-react": "^1.3.4",
58-
"@rsbuild/plugin-sass": "^1.3.3",
56+
"@rsbuild/core": "1.4.7",
57+
"@rsbuild/plugin-react": "1.3.4",
58+
"@rsbuild/plugin-sass": "1.3.3",
5959
"@testing-library/dom": "^10.4.0",
6060
"@testing-library/jest-dom": "^6.6.3",
6161
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)