declare in-repo dependencies

Massimo Melina committed Jun 4, 2022 at 13:33 UTC c394394fc815b5c81d953b3aa082bbabe6e197ee
3 files changed +9
admin/package.json
+2
@@ -11,6 +11,8 @@
11 },
12 "dependencies": {
13 "@emotion/react": "^11.7.1",
14 + "@hfs/mui-grid-form": "*",
15 + "@hfs/shared": "*",
16 "@emotion/styled": "^11.6.0",
17 "@mui/icons-material": "^5.6.2",
18 "@mui/lab": "^5.0.0-alpha.81",
frontend/package.json
+1
@@ -10,6 +10,7 @@
10 "eject": "react-scripts eject"
11 },
12 "dependencies": {
13 + "@hfs/shared": "*",
14 "js-sha512": "^0.8.0",
15 "lodash": "^4.17.21",
16 "react": "^17.0.2",
package-lock.json
+6
@@ -30,6 +30,8 @@
30 "dependencies": {
31 "@emotion/react": "^11.7.1",
32 "@emotion/styled": "^11.6.0",
33 + "@hfs/mui-grid-form": "*",
34 + "@hfs/shared": "*",
35 "@mui/icons-material": "^5.6.2",
36 "@mui/lab": "^5.0.0-alpha.81",
37 "@mui/material": "^5.8.1",
@@ -64,6 +66,7 @@
66 "frontend": {
67 "name": "@hfs/frontend",
68 "dependencies": {
69 + "@hfs/shared": "*",
70 "js-sha512": "^0.8.0",
71 "lodash": "^4.17.21",
72 "react": "^17.0.2",
@@ -22824,6 +22827,8 @@
22827 "requires": {
22828 "@emotion/react": "^11.7.1",
22829 "@emotion/styled": "^11.6.0",
22830 + "@hfs/mui-grid-form": "*",
22831 + "@hfs/shared": "*",
22832 "@mui/icons-material": "^5.6.2",
22833 "@mui/lab": "^5.0.0-alpha.81",
22834 "@mui/material": "^5.8.1",
@@ -22856,6 +22861,7 @@
22861 "@hfs/frontend": {
22862 "version": "file:frontend",
22863 "requires": {
22864 + "@hfs/shared": "*",
22865 "@testing-library/jest-dom": "^5.16.1",
22866 "@testing-library/react": "^12.1.2",
22867 "@testing-library/user-event": "^13.5.0",