Skip to content

Commit 5530ec2

Browse files
authored
Merge pull request #58 from NeuroJSON/staging
Sync dev with latest staging
2 parents 9d22ebd + ff5af0b commit 5530ec2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4776
-1410
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3030
3131
- name: Run Security Audit (non-blocking)
32-
run: yarn audit --level moderate
32+
run: yarn audit --level moderate || echo "Audit failed with moderate issues, continuing anyway."

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"@mui/icons-material": "^5.14.3",
1313
"@mui/material": "^5.14.4",
1414
"@reduxjs/toolkit": "^1.9.5",
15+
"@rjsf/core": "^5.24.8",
16+
"@rjsf/mui": "^5.24.8",
17+
"@rjsf/utils": "^5.24.8",
18+
"@rjsf/validator-ajv8": "^5.24.8",
1519
"@testing-library/jest-dom": "^5.14.1",
1620
"@testing-library/react": "^13.0.0",
1721
"@testing-library/user-event": "^13.2.1",
@@ -30,6 +34,7 @@
3034
"json-stringify-safe": "^5.0.1",
3135
"jwt-decode": "^3.1.2",
3236
"path-browserify": "^1.0.1",
37+
"pako": "^2.1.0",
3338
"query-string": "^8.1.0",
3439
"react": "^18.2.0",
3540
"react-dom": "^18.2.0",
@@ -47,6 +52,7 @@
4752
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
4853
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
4954
"@types/node": "^20.5.7",
55+
"@types/pako": "^2.0.3",
5056
"@typescript-eslint/eslint-plugin": "^5.31.0",
5157
"@typescript-eslint/parser": "^5.31.0",
5258
"eslint": "^8.21.0",
@@ -82,6 +88,7 @@
8288
"postcss": "^8.4.31",
8389
"nth-check": "^2.0.1",
8490
"@babel/runtime": "7.26.10",
85-
"@babel/helpers": "7.26.10"
91+
"@babel/helpers": "7.26.10",
92+
"3d-force-graph": "1.74.6"
8693
}
8794
}

public/img/3cards_vertical.png

23.3 MB
Loading

public/img/3d_graph_logo.png

88.5 KB
Loading

public/img/logo_updated.png

27.3 KB
Loading

public/img/logo_yellow.png

27.5 KB
Loading
27.6 KB
Loading

public/img/section4/click_icon.png

33.5 KB
Loading

public/img/section4/workflow1.png

186 KB
Loading

public/img/section4/workflow2.png

385 KB
Loading

0 commit comments

Comments
 (0)