Skip to content

Commit 219356e

Browse files
committed
update ui version
1 parent 0e85fbb commit 219356e

File tree

5 files changed

+7
-59
lines changed

5 files changed

+7
-59
lines changed

admin-ui/package.json

Lines changed: 3 additions & 3 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.44",
9-
"@codingapi/form-pc": "^0.0.44",
10-
"@codingapi/ui-framework": "^0.0.44",
8+
"@codingapi/flow-pc": "^0.0.45",
9+
"@codingapi/form-pc": "^0.0.45",
10+
"@codingapi/ui-framework": "^0.0.45",
1111
"@dnd-kit/core": "^6.2.0",
1212
"@dnd-kit/sortable": "^9.0.0",
1313
"@handsontable/react-wrapper": "^15.0.0",

admin-ui/src/components/LazyComponent/index.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

mobile-ui/package.json

Lines changed: 3 additions & 3 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.44",
7-
"@codingapi/form-mobile": "^0.0.44",
8-
"@codingapi/ui-framework": "^0.0.44",
6+
"@codingapi/flow-mobile": "^0.0.45",
7+
"@codingapi/form-mobile": "^0.0.45",
8+
"@codingapi/ui-framework": "^0.0.45",
99
"@logicflow/core": "^2.0.10",
1010
"@logicflow/extension": "^2.0.14",
1111
"@reduxjs/toolkit": "^2.2.7",

mobile-ui/src/components/LazyComponent/index.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

mobile-ui/src/config/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import NotFound from "@/layout/NotFound";
22
import {Route} from "react-router";
33
import {RouteObject} from "react-router/dist/lib/context";
44
import React from "react";
5-
import LazyComponent from "@/components/LazyComponent";
5+
import { LazyComponent } from "@codingapi/form-mobile";
66

77
export const routes: RouteObject[] = [
88
{

0 commit comments

Comments
 (0)