Merge branch 'feature/IO-1828-Front-End-Package-Updates' into vite

# Conflicts:
#	client/package-lock.json
This commit is contained in:
Dave Richer
2024-01-24 10:15:31 -05:00
26 changed files with 488 additions and 30 deletions

View File

@@ -62,6 +62,7 @@
"react-icons": "^5.0.1",
"react-image-lightbox": "^5.1.4",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.1",
"react-number-format": "^5.1.4",
"react-redux": "^9.1.0",
"react-resizable": "^3.0.5",
@@ -99,6 +100,7 @@
"buildcra": "cross-env-shell VITE_APP_GIT_SHA=\\\"`git rev-parse --short HEAD`\\\" vite build",
"test": "cypress open",
"eject": "react-scripts eject",
"eulaize": "node src/utils/eulaize.js",
"madge": "madge --image ./madge-graph.svg --extensions js,jsx,ts,tsx --circular ."
},
"eslintConfig": {