Skip to content

Commit 97e4b36

Browse files
Hari KiranHari Kiran
authored andcommitted
Merge dev into dev_hari
2 parents d88f3bf + 5530ec2 commit 97e4b36

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

+4448
-1126
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",
@@ -34,6 +38,7 @@
3438
"numjs": "^0.16.1",
3539
"pako": "1.0.11",
3640
"path-browserify": "^1.0.1",
41+
"pako": "^2.1.0",
3742
"query-string": "^8.1.0",
3843
"react": "^18.2.0",
3944
"react-dom": "^18.2.0",
@@ -53,6 +58,7 @@
5358
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5459
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
5560
"@types/node": "^20.5.7",
61+
"@types/pako": "^2.0.3",
5662
"@typescript-eslint/eslint-plugin": "^5.31.0",
5763
"@typescript-eslint/parser": "^5.31.0",
5864
"eslint": "^8.21.0",
@@ -88,6 +94,7 @@
8894
"postcss": "^8.4.31",
8995
"nth-check": "^2.0.1",
9096
"@babel/runtime": "7.26.10",
91-
"@babel/helpers": "7.26.10"
97+
"@babel/helpers": "7.26.10",
98+
"3d-force-graph": "1.74.6"
9299
}
93100
}

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)