File tree Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 18
18
"@designable/react" : " ^0.4.35" ,
19
19
"@designable/react-settings-form" : " ^0.4.35" ,
20
20
"@formily/designable-antd" : " ^2.0.0-rc.1" ,
21
+ "eslint-plugin-jest" : " ^24.4.0" ,
21
22
"react" : " ^17.0.0" ,
22
23
"react-dom" : " ^17.0.0" ,
23
24
"umi" : " ^3.5.13"
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Designer
3
+ nav :
4
+ title : Designer
5
+ path : /designer
6
+ sidemenu : false
7
+ order : 1
8
+ ---
9
+
10
+ <code src =" ./pages/index.tsx " inline =" true " transform =" true " >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const engine = createDesigner();
45
45
const App = ( ) => {
46
46
return (
47
47
< Designer engine = { engine } >
48
- < MainPanel logo = "Designer" >
48
+ < MainPanel style = { { top : 64 } } >
49
49
< CompositePanel >
50
50
< CompositePanel . Item title = "panels.Component" icon = "Component" >
51
51
< DragSourceWidget title = "sources.Inputs" name = "inputs" />
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@ant-design/icons" : " ^4.6.2" ,
14
+ "eslint-plugin-jest" : " ^24.4.0" ,
14
15
"immer" : " ^9.0.2" ,
15
16
"lodash" : " ^4.17.21" ,
16
17
"swr" : " ^0.5.6" ,
Original file line number Diff line number Diff line change 2487
2487
semver "^7.3.5"
2488
2488
tsutils "^3.21.0"
2489
2489
2490
- "@typescript-eslint/experimental-utils@4.29.2":
2490
+ "@typescript-eslint/experimental-utils@4.29.2", "@typescript-eslint/experimental-utils@^4.0.1" :
2491
2491
version "4.29.2"
2492
2492
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
2493
2493
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
@@ -5520,6 +5520,13 @@ eslint-plugin-import@^2.23.4:
5520
5520
resolve "^1.20.0"
5521
5521
tsconfig-paths "^3.9.0"
5522
5522
5523
+ eslint-plugin-jest@^24.4.0:
5524
+ version "24.4.0"
5525
+ resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262"
5526
+ integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==
5527
+ dependencies:
5528
+ "@typescript-eslint/experimental-utils" "^4.0.1"
5529
+
5523
5530
eslint-plugin-jsx-a11y@^6.4.1:
5524
5531
version "6.4.1"
5525
5532
resolved "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
You can’t perform that action at this time.
0 commit comments