Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit c919e4d

Browse files
authored
Merge pull request #385 from sarbull/happi-graph-in-react
Extract happi-graph
2 parents b272c7e + 93b291f commit c919e4d

15 files changed

+8132
-6302
lines changed

react-ui/package-lock.json

Lines changed: 8097 additions & 4401 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-ui/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "react-ui",
33
"version": "0.1.0",
44
"private": true,
5+
"engines": {
6+
"node": "16.x"
7+
},
58
"dependencies": {
69
"@capaj/pluralize": "^1.0.4",
710
"@emotion/react": "^11.7.1",
@@ -13,14 +16,6 @@
1316
"@mui/material": "^5.4.2",
1417
"@polymer/iron-icon": "^3.0.1",
1518
"@polymer/iron-icons": "^3.0.1",
16-
"@testing-library/jest-dom": "^5.15.1",
17-
"@testing-library/react": "^11.2.7",
18-
"@testing-library/user-event": "^12.8.3",
19-
"@types/jest": "^26.0.24",
20-
"@types/node": "^12.20.37",
21-
"@types/react": "^17.0.37",
22-
"@types/react-dom": "^17.0.11",
23-
"@types/vis": "^4.21.23",
2419
"@vaadin/button": "^22.0.3",
2520
"@vaadin/context-menu": "^22.0.2",
2621
"@vaadin/vaadin-app-layout": "^22.0.2",
@@ -33,26 +28,39 @@
3328
"d3": "^7.3.0",
3429
"egeria-js-commons": "github:odpi/egeria-js-commons",
3530
"elkjs": "^0.7.1",
36-
"happi-graph": "github:sarbull/happi-graph-1#happi-graph-in-react",
31+
"happi-graph": "github:odpi/happi-graph#react",
3732
"history": "^5.2.0",
38-
"http-proxy-middleware": "^2.0.1",
39-
"lit": "^2.1.1",
40-
"lit-element": "^3.1.1",
4133
"multiselect-combo-box": "^3.0.0-alpha",
4234
"node-sass": "^6.0.1",
4335
"react": "^17.0.2",
44-
"react-autocomplete": "^1.8.1",
4536
"react-dom": "^17.0.2",
4637
"react-icons": "^4.3.1",
4738
"react-router-dom": "^5.3.0",
48-
"react-scripts": "5.0.0",
4939
"rxjs": "^7.5.1",
50-
"typescript": "^4.5.2",
5140
"uuid": "^8.3.2",
5241
"vis-network": "^9.0.4",
5342
"web-vitals": "^1.1.2",
5443
"web-worker": "^1.2.0"
5544
},
45+
"devDependencies": {
46+
"@testing-library/jest-dom": "^5.15.1",
47+
"@testing-library/react": "^11.2.7",
48+
"@testing-library/user-event": "^12.8.3",
49+
"@types/d3": "^7.1.0",
50+
"@types/enzyme": "^3.10.10",
51+
"@types/jest": "^26.0.24",
52+
"@types/node": "^12.20.55",
53+
"@types/react": "^17.0.45",
54+
"@types/react-dom": "^17.0.17",
55+
"typescript": "^4.7.3",
56+
"@types/react-router-dom": "^5.3.3",
57+
"@types/uuid": "^8.3.4",
58+
"@types/vis": "^4.21.23",
59+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
60+
"enzyme": "^3.11.0",
61+
"http-proxy-middleware": "^2.0.1",
62+
"react-scripts": "^5.0.1"
63+
},
5664
"scripts": {
5765
"preinstall": "node preinstall.js",
5866
"start": "react-scripts start --watch",
@@ -82,13 +90,5 @@
8290
"transformIgnorePatterns": [
8391
"/node_modules/(?!egeria-js-commons)"
8492
]
85-
},
86-
"devDependencies": {
87-
"@types/d3": "^7.1.0",
88-
"@types/enzyme": "^3.10.10",
89-
"@types/react-router-dom": "^5.3.1",
90-
"@types/uuid": "^8.3.4",
91-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
92-
"enzyme": "^3.11.0"
9393
}
9494
}

react-ui/src/components/Lineage/happi-graph-actions.component.tsx

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

react-ui/src/components/Lineage/happi-graph-legend.component.tsx

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

react-ui/src/components/Lineage/happi-graph-legend.render.ts

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

0 commit comments

Comments
 (0)