Skip to content

Commit 2334660

Browse files
authored
Fix missing dependencies
1 parent 7edb33c commit 2334660

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

webui/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@carbon/icons-react": "^11.50.0",
67
"@carbon/react": "^1.65.0",
78
"@carbon/styles": "^1.64.0",
89
"@testing-library/jest-dom": "^5.17.0",
910
"@testing-library/react": "^13.4.0",
1011
"@testing-library/user-event": "^13.5.0",
1112
"axios": "^1.7.2",
13+
"carbon-components-react": "^8.67.0",
1214
"jwt-decode": "^3.1.2",
1315
"oidc-client": "^1.11.5",
1416
"react": "^18.3.1",
1517
"react-dom": "^18.3.1",
18+
"react-pdf": "^5.7.2",
1619
"react-router-dom": "^6.24.0",
17-
"web-vitals": "^2.1.4",
18-
"react-pdf": "^5.7.2"
20+
"web-vitals": "^2.1.4"
1921
},
2022
"scripts": {
2123
"start": "react-scripts start",
@@ -49,3 +51,4 @@
4951
"sass-resources-loader": "^2.2.5"
5052
}
5153
}
54+

0 commit comments

Comments
 (0)