-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FilterForm react-select * React-select async callback + styling * Restrict the AsyncSelect to allowableValues > 10 * Fix variantDetails field serialization in resolveVcfFields * variableSamples searchbox UX coverage * Fix isEmpty and add test coverage * Fix No Filter displaying for is empty
- Loading branch information
Showing
8 changed files
with
148 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,55 +13,53 @@ | |
"test": "cross-env NODE_ENV=test jest", | ||
"prepareCli": "rimraf ./buildCli && rimraf ./resources/external/jb-cli && npm install @jbrowse/[email protected] --prefix ./buildCli", | ||
"jb-pkg": "npm run prepareCli && npx pkg --outdir=./resources/external/jb-cli ./buildCli/node_modules/@jbrowse/cli && rimraf ./buildCli" | ||
}, | ||
"peerDependencies": { | ||
|
||
}, | ||
"dependencies": { | ||
"@gmod/vcf": "^5.0.10", | ||
"@jbrowse/core": "^2.6.2", | ||
"@jbrowse/plugin-variants": "^2.6.2", | ||
"@jbrowse/plugin-svg": "^2.6.2", | ||
"@jbrowse/plugin-linear-genome-view": "^2.6.2", | ||
"@jbrowse/plugin-svg": "^2.6.2", | ||
"@jbrowse/plugin-variants": "^2.6.2", | ||
"@jbrowse/react-linear-genome-view": "^2.6.2", | ||
"@labkey/api": "^1.22.0", | ||
"@gmod/vcf": "^5.0.10", | ||
"@labkey/components": "^2.355.0", | ||
"@mui/x-data-grid": "^6.0.1", | ||
"assert": "^2.0.0", | ||
"browserify-zlib": "^0.2.0", | ||
"buffer": "^6.0.3", | ||
"child_process": "^1.0.2", | ||
"fs": "^0.0.1-security", | ||
"jquery": "^3.7.0", | ||
"jspdf": "^2.5.1", | ||
"jspdf-autotable": "^3.5.31", | ||
"@mui/x-data-grid": "^6.0.1", | ||
"node-polyfill-webpack-plugin": "2.0.1", | ||
"@labkey/components": "^2.355.0", | ||
"uuid": "^9.0.0", | ||
"path-browserify": "^1.0.1", | ||
"pkg": "^5.8.1", | ||
"react-data-grid": "7.0.0-beta.10", | ||
"react-google-charts": "^4.0.1", | ||
"react-hot-loader": "^4.13.1", | ||
"react-select": "^5.7.4", | ||
"regenerator-runtime": "^0.13.11", | ||
"stream-browserify": "^3.0.0", | ||
"typescript": "^5.1.6", | ||
"util": "^0.12.5", | ||
"uuid": "^9.0.0", | ||
"vm-browserify": "^1.1.2", | ||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz", | ||
"fs": "^0.0.1-security", | ||
"child_process": "^1.0.2", | ||
"react-hot-loader": "^4.13.1" | ||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz" | ||
}, | ||
"devDependencies": { | ||
"@labkey/build": "6.10.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/jquery": "^3.0.0", | ||
"@types/jexl": "^2.3.1", | ||
"@types/jquery": "^3.0.0", | ||
"@types/node": "^18.17.1", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", | ||
"enzyme": "^3.11.0", | ||
"jest": "^29.0.0", | ||
"jest-cli": "^29.0.0", | ||
"jest-mock": "^29.0.0", | ||
"ts-jest": "^29.0.0", | ||
"rimraf": "^3.0.2", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0" | ||
"ts-jest": "^29.0.0" | ||
}, | ||
"jest": { | ||
"globals": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters