Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
deeef6c
more files
Aug 12, 2025
8d79750
fixed linting
Aug 12, 2025
0f52a0d
more linting
Aug 12, 2025
e2169e1
more linting
Aug 12, 2025
149d545
more linting
Aug 12, 2025
fe55d22
more linting
Aug 12, 2025
1f511e3
more linting
Aug 12, 2025
68ed831
more linting
Aug 12, 2025
df59fa7
more linting
Aug 12, 2025
1220e8f
more linting
Aug 12, 2025
183f65a
more linting
Aug 12, 2025
9437077
more linting
Aug 12, 2025
68cc912
more linting
Aug 12, 2025
8bca0b1
more linting
Aug 12, 2025
08b692c
more linting
Aug 12, 2025
be935d7
more linting
Aug 12, 2025
21bf9a1
more linting
Aug 12, 2025
b5efac2
made buttons consistent
Aug 13, 2025
2dfa484
more linting
Aug 13, 2025
8d8ef6d
linting
Sep 9, 2025
0c93cea
updated with feedback
Sep 11, 2025
849d873
updated with feedback
Sep 11, 2025
a07c21c
updated with feedback
Sep 11, 2025
537cfd0
updated with feedback
Sep 12, 2025
f099140
updated with feedback
Sep 12, 2025
7f1d055
updated with feedback
Sep 12, 2025
1040e89
updated with feedback
Sep 12, 2025
e54a535
updated with feedback
Sep 12, 2025
a9db835
add dependencies
Sep 12, 2025
26295be
add dependencies
Sep 12, 2025
7ba5656
package fixes
Sep 12, 2025
1585647
default license update
Sep 12, 2025
e112ef5
Update components.tsx
dkeller9 Sep 12, 2025
6f46820
cleanup
Sep 12, 2025
b7fd2c5
packages
Sep 12, 2025
05f987d
Update components.tsx
dkeller9 Sep 12, 2025
d446b5e
packages
Sep 12, 2025
2af8298
remove limit on number of mtypes
Sep 12, 2025
9da0fc4
changed subject handling and agents
Sep 15, 2025
31183e0
fixed linting
Sep 15, 2025
14a3edc
added morphology verification
Sep 17, 2025
11457b2
using staging obi-one
Sep 17, 2025
c36f6d7
using staging obi-one
Sep 17, 2025
e821b0e
added conversion of morphologies
Sep 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@types/d3": "^7.4.0",
"ajv": "^8.17.1",
"antd": "^5.13.3",
"canvas": "2.11.2",
"chroma-js": "^3.1.2",
"comlink": "^4.4.1",
"d3": "^7.8.4",
Expand Down Expand Up @@ -134,7 +135,6 @@
"react-markdown": "^9.1.0",
"react-pdf": "^9.2.1",
"react-plotly.js": "^2.6.0",
"react-query": "link:@types/@tanstack/react-query",
"react-resizable": "^3.0.5",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.6.1",
Expand All @@ -154,6 +154,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@opentelemetry/auto-instrumentations-node": "^0.64.1",
"@opentelemetry/sdk-node": "^0.205.0",
"@playwright/test": "^1.51.1",
"@sanity/types": "^3.93.0",
"@tailwindcss/postcss": "^4.1.3",
Expand Down Expand Up @@ -192,14 +194,16 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^26.1.0",
"jsdom": "22.1.0",
"knip": "^5.61.3",
"lefthook": "^1.11.12",
"msw": "^2.0.5",
"plotly.js": "^3.1.0",
"postcss": "^8.5.3",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.11",
"raw-loader": "^4.0.2",
"sass": "^1.92.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
Expand All @@ -209,7 +213,9 @@
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"react": "19.1.0",
"react-dom": "19.1.0"
"react-dom": "19.1.0",
"canvas": "2.11.2",
"jsdom": "22.1.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading
Loading