File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 8
8
"repository" : " git://github.com/commitd/components-graph" ,
9
9
"scripts" : {
10
10
"commit" : " cz" ,
11
- "ci" : " turbo run format build lint sonar" ,
11
+ "ci" : " turbo run format build lint && npm run sonar" ,
12
12
"build" : " turbo run build" ,
13
13
"test" : " turbo run test" ,
14
14
"lint" : " turbo run lint" ,
Original file line number Diff line number Diff line change 44
44
"precommit" : " lint-staged"
45
45
},
46
46
"devDependencies" : {
47
- "@committed/graph" : " *" ,
48
47
"@committed/config" : " *"
49
48
},
50
- "peerDependencies" : {
51
- "@committed/graph" : " *"
52
- },
53
49
"dependencies" : {
50
+ "@committed/graph" : " *" ,
54
51
"uuid" : " ^8.3.2"
55
52
}
56
53
}
Original file line number Diff line number Diff line change 44
44
"fix" : " TIMING=1 eslint src/**/*.ts* --fix"
45
45
},
46
46
"devDependencies" : {
47
- "@committed/graph" : " *" ,
48
47
"@committed/config" : " *"
49
48
},
50
- "peerDependencies" : {
51
- "@committed/graph" : " *"
52
- },
53
49
"dependencies" : {
50
+ "@committed/graph" : " *" ,
54
51
"n3" : " ^1.11.1" ,
55
52
"rdf-literal" : " ^1.3.0"
56
53
}
Original file line number Diff line number Diff line change 45
45
},
46
46
"peerDependencies" : {
47
47
"@committed/components" : " >= 8.1.2" ,
48
- "@committed/graph" : " *" ,
49
48
"react" : " >= 16.8.0" ,
50
49
"react-dom" : " >= 16.8.0"
51
50
},
52
51
"devDependencies" : {
53
52
"@committed/config" : " *" ,
54
- "@committed/graph" : " *" ,
55
53
"react" : " ^17.0.2" ,
56
54
"react-dom" : " ^17.0.2"
57
55
},
58
56
"dependencies" : {
59
57
"cytoscape-cola" : " ^2.4.0" ,
58
+ "@committed/graph" : " *" ,
60
59
"react-cytoscapejs" : " ^1.2.1" ,
61
60
"tinycolor2" : " ^1.4.2" ,
62
61
"typescript" : " ^4.4.4" ,
You can’t perform that action at this time.
0 commit comments