Skip to content

Commit

Permalink
More no-extraneous-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 6, 2021
1 parent bbd631b commit 24b5c39
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions plugins/grid-bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"dependencies": {
"file-saver": "^2.0.0",
"@material-ui/icons": "^4.9.1"
},
"peerDependencies": {
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-config": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.4.4",
"@material-ui/core": "^4.9.13",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down
5 changes: 4 additions & 1 deletion products/jbrowse-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@jbrowse/plugin-sv-inspector": "^1.4.4",
"@jbrowse/plugin-svg": "^1.4.4",
"@jbrowse/plugin-trackhub-registry": "^1.4.4",
"@jbrowse/plugin-trix": "^1.4.4",
"@jbrowse/plugin-variants": "^1.4.4",
"@jbrowse/plugin-wiggle": "^1.4.4",
"@material-ui/core": "^4.12.2",
Expand All @@ -70,6 +71,7 @@
"@material-ui/lab": "^4.0.0-alpha.45",
"clsx": "^1.0.4",
"deepmerge": "^4.2.2",
"electron": "15.0.0",
"electron-debug": "^3.0.1",
"electron-is-dev": "^1.1.0",
"electron-updater": "^4.3.9",
Expand All @@ -88,7 +90,8 @@
"react-error-boundary": "^3.0.0",
"react-sizeme": "^2.6.7",
"rxjs": "^6.5.2",
"timeago.js": "^4.0.2"
"timeago.js": "^4.0.2",
"use-query-params": "1.1.3"
},
"browserslist": [
"last 1 chrome version"
Expand Down
2 changes: 2 additions & 0 deletions products/jbrowse-img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
},
"dependencies": {
"@jbrowse/react-linear-genome-view": "^1.4.4",
"@jbrowse/plugin-linear-genome-view": "^1.4.4",
"mobx": "^5.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tmp": "^0.2.1",
Expand Down
1 change: 0 additions & 1 deletion products/jbrowse-img/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-console */
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'
import fs from 'fs'
import yargs from 'yargs'
import { standardizeArgv, parseArgv } from './parseArgv'
Expand Down
1 change: 0 additions & 1 deletion products/jbrowse-img/src/renderRegion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'regenerator-runtime/runtime'
import { createViewState } from '@jbrowse/react-linear-genome-view'
import { renderToSvg } from '@jbrowse/plugin-linear-genome-view'
import { when } from 'mobx'
Expand Down

0 comments on commit 24b5c39

Please sign in to comment.