Skip to content

Commit c1c7707

Browse files
authored
Merge pull request #71 from codingapi/dev
Dev
2 parents 838efdd + 188e156 commit c1c7707

4 files changed

Lines changed: 1598 additions & 1090 deletions

File tree

frontend/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,27 @@
2727
"test:flow-pc-design": "pnpm -F @flow-engine/flow-pc-design test",
2828
"test:flow-pc-form": "pnpm -F @flow-engine/flow-pc-form test",
2929
"test:flow-pc-ui": "pnpm -F @flow-engine/flow-pc-ui test",
30-
"test": "pnpm run test:flow-core && pnpm run test:flow-pc-approval && pnpm run test:flow-pc-design && pnpm run test:flow-pc-form && pnpm run test:flow-pc-ui"
30+
"test": "pnpm run test:flow-core && pnpm run test:flow-pc-approval && pnpm run test:flow-pc-design && pnpm run test:flow-pc-form && pnpm run test:flow-pc-ui",
31+
"clean": "pnpm cleaninstall-node "
3132
},
3233
"keywords": [],
3334
"author": "",
3435
"license": "ISC",
3536
"packageManager": "pnpm@10.27.0",
3637
"devDependencies": {
37-
"@testing-library/jest-dom": "^6.8.0",
38-
"@testing-library/react": "^16.3.0",
39-
"jsdom": "^26.1.0",
4038
"@rsbuild/core": "^1.7.2",
4139
"@rsbuild/plugin-less": "^1.6.0",
4240
"@rsbuild/plugin-react": "^1.4.2",
4341
"@rsbuild/plugin-sass": "^1.5.0",
4442
"@rslib/core": "^0.19.3",
4543
"@rstest/core": "^0.8.1",
44+
"@testing-library/jest-dom": "^6.8.0",
45+
"@testing-library/react": "^16.3.0",
4646
"@types/node": "^25.0.10",
4747
"@types/react": "^18.3.18",
4848
"@types/react-dom": "^18.3.5",
49+
"cleaninstall-node": "^2.2.3",
50+
"jsdom": "^26.1.0",
4951
"typescript": "^5.9.3"
5052
}
5153
}

frontend/packages/flow-pc/flow-pc-design/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@flow-engine/flow-core": "workspace:*",
3333
"@flow-engine/flow-pc-ui": "workspace:*",
3434
"@flow-engine/flow-types": "workspace:*",
35-
"@flowgram.ai/export-plugin": "1.0.7",
36-
"@flowgram.ai/fixed-layout-editor": "1.0.7",
37-
"@flowgram.ai/fixed-semi-materials": "1.0.7",
38-
"@flowgram.ai/form-materials": "^1.0.7",
39-
"@flowgram.ai/minimap-plugin": "1.0.7",
40-
"@flowgram.ai/panel-manager-plugin": "^1.0.7",
35+
"@flowgram.ai/export-plugin": "1.0.8",
36+
"@flowgram.ai/fixed-layout-editor": "1.0.8",
37+
"@flowgram.ai/fixed-semi-materials": "1.0.8",
38+
"@flowgram.ai/form-materials": "1.0.8",
39+
"@flowgram.ai/minimap-plugin": "1.0.8",
40+
"@flowgram.ai/panel-manager-plugin": "1.0.8",
4141
"@lezer/highlight": "^1.2.3",
4242
"@reduxjs/toolkit": "^2.11.2",
4343
"antd": "^6.2.1",

0 commit comments

Comments
 (0)