Skip to content

Commit

Permalink
Merge branch 'Folders-Links-Revised' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Sep 24, 2024
2 parents cfc4e95 + 23c0a4a commit 09841fd
Show file tree
Hide file tree
Showing 9 changed files with 969 additions and 95 deletions.
44 changes: 23 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@
"@fontsource/inter": "^5.0.20",
"@niivue/niivue": "0.44.2",
"@patternfly/react-catalog-view-extension": "^5.0.0",
"@patternfly/react-charts": "^7.3.0",
"@patternfly/react-charts": "^7.4.0",
"@patternfly/react-core": "^5.4.0",
"@patternfly/react-icons": "^5.4.0",
"@patternfly/react-log-viewer": "^5.3.0",
"@patternfly/react-styles": "^5.4.0",
"@patternfly/react-table": "^5.3.4",
"@react-hook/resize-observer": "^2.0.1",
"@patternfly/react-table": "^5.4.0",
"@react-hook/resize-observer": "^2.0.2",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.56.2",
"antd": "^5.20.6",
"axios": "^1.7.2",
"axios": "^1.7.5",
"d3-hierarchy": "^3.1.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"date-fns": "^4.1.0",
"dicom-parser": "^1.8.21",
"email-validator": "^2.0.4",
"fp-ts": "^2.16.8",
"fp-ts": "^2.16.9",
"hammerjs": "^2.0.8",
"immer": "^10.1.1",
"lodash": "^4.17.21",
Expand All @@ -74,56 +74,58 @@
"p-queue": "^8.0.1",
"pako": "^1.0.11",
"preval.macro": "^5.0.0",
"query-string": "^9.0.0",
"rc-tree": "^5.8.0",
"query-string": "^9.1.0",
"rc-tree": "^5.8.8",
"react": "^18.3.1",
"react-activity": "^2.1.3",
"react-bootstrap-typeahead": "^6.2.3",
"react-cookie": "^7.1.4",
"react-bootstrap-typeahead": "^6.3.2",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-force-graph-2d": "^1.25.3",
"react-force-graph-2d": "^1.25.5",
"react-json-view": "^1.21.3",
"react-lazylog": "^4.5.3",
"react-redux": "^9.1.0",
"react-redux": "^9.1.2",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"redux-saga": "^1.3.0",
"rusha": "^0.8.14",
"sanitize-html": "^2.11.0",
"sanitize-html": "^2.13.0",
"shlex": "^2.1.2",
"typescript": "^5.6.2",
"use-ackee": "^3.0.1",
"use-ackee": "^3.1.0",
"use-immer": "^0.10.0",
"uuid": "^10.0.0",
"vite-plugin-babel-macros": "^1.0.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@faker-js/faker": "^9.0.1",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.46.1",
"@redux-devtools/extension": "^3.3.0",
"@types/d3-hierarchy": "3.1.7",
"@types/d3-selection": "3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-zoom": "^3.0.8",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@types/react": "^18.3.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.11",
"@types/redux-logger": "^3.0.13",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "2.1.1",
"happy-dom": "^15.0.0",
"lefthook": "^1.6.1",
"lefthook": "^1.7.14",
"nyc": "^17.0.0",
"playwright": "^1.41.2",
"playwright": "^1.46.1",
"redux-logger": "4.0.0",
"vite": "5.4.6",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "2.1.1"
},
"type": "module"
"type": "module",
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit 09841fd

Please sign in to comment.