Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 6, 2020
1 parent 2537302 commit c3cf3d9
Show file tree
Hide file tree
Showing 26 changed files with 47 additions and 45 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@material-ui/core": "^4.9.13",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1.2.7",
Expand Down Expand Up @@ -134,5 +132,9 @@
"whatwg-fetch": "^3.0.0",
"worker-loader": "^2.0.0"
},
"version": "0.0.0"
"version": "0.0.0",
"dependencies": {
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions plugins/alignments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"react-d3-axis": "^0.1.2"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/plugin-wiggle": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@jbrowse/plugin-wiggle": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.10.1",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/bed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@gmod/tabix": "^1.4.6"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"mobx-state-tree": "3.14.1",
"rxjs": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/breakpoint-split-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"svg-path-generator": "^1.1.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/circular-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@material-ui/icons": "^4.9.1"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-state-tree": "3.14.1",
"react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-syntax-highlighter": "^14.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/data-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"object-hash": "^1.3.1"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-config": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-config": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
6 changes: 3 additions & 3 deletions plugins/dotplot-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"react-sizeme": "^2.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-alignments": "^0.0.1-beta.18",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-alignments": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"@material-ui/lab": "^4.0.0-alpha.45",
"mobx": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/gff3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"generic-filehandle": "^2.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/hic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"hic-straw": "^1.2.2"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.10.1",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/legacy-jbrowse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"set-value": "^3.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"mobx-state-tree": "3.14.1",
"rxjs": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/linear-comparative-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"react-sizeme": "^2.6.12"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-alignments": "^0.0.1-beta.18",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-alignments": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/linear-genome-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-window": "^1.8.5"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"@material-ui/lab": "^4.0.0-alpha.45",
"mobx": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/lollipop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/menus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dropzone": "^10.1.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/protein/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"mobx-react": "^6.0.0",
"prop-types": "^15.0.0",
"react": "^16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"string-template": "^1.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"mobx-state-tree": "3.14.1",
"rxjs": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"generic-filehandle": "^2.0.1"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/spreadsheet-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"csvtojson": "^2.0.10"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sv-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"classnames": "^2.2.6"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
"prop-types": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/trackhub-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"object-hash": "^1.3.1"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@material-ui/core": "^4.9.13",
"dompurify": "^2.0.11",
"mobx-react": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"generic-filehandle": "^2.0.0"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-alignments": "^0.0.1-beta.1",
"@jbrowse/plugin-circular-view": "^0.0.1-beta.15",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-alignments": "^1.0.0",
"@jbrowse/plugin-circular-view": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/wiggle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"react-d3-axis": "^0.1.2"
},
"peerDependencies": {
"@jbrowse/core": "^0.0.1-beta.1",
"@jbrowse/plugin-linear-genome-view": "^0.0.1-beta.1",
"@jbrowse/core": "^1.0.0",
"@jbrowse/plugin-linear-genome-view": "^1.0.0",
"@material-ui/core": "^4.9.13",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3912,7 +3912,7 @@
resolved "https://registry.yarnpkg.com/@librpc/ee/-/ee-1.0.4.tgz#ce73a36279dc4cf93efa43f7e3564ec165947522"
integrity sha512-vhPlbRwAKQC80h0k74tsOkMKIidZtqlFSOHRzCvC8n7Va9rzMDwpG26Pm84dAt0ZuGK0g1UEfPzxDiYo9ZQBrg==

"@librpc/web@rbuels/librpc-web#737bb9706762a52a87169a12c9b59fb241febab0":
"@librpc/web@github:rbuels/librpc-web#737bb9706762a52a87169a12c9b59fb241febab0", "@librpc/web@rbuels/librpc-web#737bb9706762a52a87169a12c9b59fb241febab0":
version "1.1.0"
resolved "https://codeload.github.com/rbuels/librpc-web/tar.gz/737bb9706762a52a87169a12c9b59fb241febab0"
dependencies:
Expand Down

0 comments on commit c3cf3d9

Please sign in to comment.