Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna Publish Bot authored and Lerna Publish Bot committed Apr 16, 2021
1 parent 148a027 commit eb447ae
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 24 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-frontend",
"private": true,
"version": "3.3.93",
"version": "3.3.94",
"workspaces": {
"packages": [
".",
Expand Down Expand Up @@ -129,7 +129,6 @@
"@types/seedrandom": "2.4.27",
"@types/sinon": "^4.1.3",
"@types/superagent": "^2.0.36",
"@types/react-color": "^3.0.4",
"addthis-snippet": "^1.0.1",
"autobind-decorator": "^2.1.0",
"autoprefixer": "^6.7.0",
Expand All @@ -144,10 +143,10 @@
"bootstrap-sass": "3.3.7",
"bowser": "^1.7.1",
"bundle-loader": "^0.5.4",
"cbioportal-clinical-timeline": "^0.2.15",
"cbioportal-frontend-commons": "^0.4.12",
"cbioportal-clinical-timeline": "^0.2.16",
"cbioportal-frontend-commons": "^0.4.13",
"cbioportal-ts-api-client": "^0.9.19",
"cbioportal-utils": "^0.2.28",
"cbioportal-utils": "^0.2.29",
"chart.js": "^2.6.0",
"classnames": "^2.2.5",
"clinical-timeline": "0.0.30",
Expand Down Expand Up @@ -210,7 +209,7 @@
"node-sass": "^4.9.3",
"numeral": "^2.0.6",
"object-sizeof": "^1.2.0",
"oncokb-ts-api-client": "^1.1.5",
"oncokb-ts-api-client": "^1.1.6",
"oncoprintjs": "4.2.4",
"pako": "2.0.2",
"parameter-validator": "^1.0.2",
Expand Down Expand Up @@ -253,7 +252,7 @@
"react-markdown": "^3.4.1",
"react-mfb": "^0.6.0",
"react-motion": "^0.4.7",
"react-mutation-mapper": "^0.7.19",
"react-mutation-mapper": "^0.7.20",
"react-overlays": "0.7.4",
"react-portal": "^4.2.0",
"react-rangeslider": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cbioportal-clinical-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-clinical-timeline",
"description": "cBioPortal Clinical Timeline",
"version": "0.2.15",
"version": "0.2.16",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.4.12",
"cbioportal-frontend-commons": "^0.4.13",
"lodash": "^4.17.11",
"react-bootstrap": "^0.31.5",
"react-overlays": "0.7.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/cbioportal-frontend-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-frontend-commons",
"description": "cBioPortal Frontend Modules",
"version": "0.4.12",
"version": "0.4.13",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-utils": "^0.2.28",
"cbioportal-utils": "^0.2.29",
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"lodash": "^4.17.11",
"measure-text": "0.0.4",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
"object-sizeof": "^1.2.0",
"oncokb-ts-api-client": "^1.1.5",
"oncokb-ts-api-client": "^1.1.6",
"rc-tooltip": "^5.0.2",
"rc-trigger": "^5.2.1",
"rc-util": "^5.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cbioportal-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-utils",
"description": "cBioPortal Utilities",
"version": "0.2.28",
"version": "0.2.29",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"genome-nexus-ts-api-client": "^1.1.14",
"lodash": "^4.17.11",
"oncokb-ts-api-client": "^1.1.5",
"oncokb-ts-api-client": "^1.1.6",
"superagent": "^3.8.3",
"typescript": "4.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oncokb-ts-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oncokb-ts-api-client",
"description": "OncoKB API Client for TypeScript",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-mutation-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mutation-mapper",
"version": "0.7.19",
"version": "0.7.20",
"description": "Generic Mutation Mapper",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,16 +39,16 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.4.12",
"cbioportal-utils": "^0.2.28",
"cbioportal-frontend-commons": "^0.4.13",
"cbioportal-utils": "^0.2.29",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.14",
"jquery": "^3.2.1",
"lodash": "^4.17.11",
"memoize-weak-decorator": "^1.0.3",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
"oncokb-styles": "~1.1.0",
"oncokb-ts-api-client": "^1.1.5",
"oncokb-ts-api-client": "^1.1.6",
"react-collapse": "^4.0.3",
"react-if": "^2.1.0",
"react-motion": "^0.5.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-variant-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-variant-view",
"version": "0.2.19",
"version": "0.2.20",
"description": "cBioPortal Variant Viewer",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,21 +39,21 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.4.12",
"cbioportal-utils": "^0.2.28",
"cbioportal-frontend-commons": "^0.4.13",
"cbioportal-utils": "^0.2.29",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"genome-nexus-ts-api-client": "^1.1.14",
"jquery": "^3.2.1",
"lodash": "^4.17.11",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
"oncokb-styles": "~0.1.2",
"oncokb-ts-api-client": "^1.1.5",
"oncokb-ts-api-client": "^1.1.6",
"react-bootstrap": "^0.31.5",
"react-collapse": "4.0.3",
"react-if": "^2.1.0",
"react-motion": "^0.5.2",
"react-mutation-mapper": "^0.7.19",
"react-mutation-mapper": "^0.7.20",
"react-rangeslider": "^2.2.0",
"react-select": "^3.0.4",
"react-table": "^6.10.0",
Expand Down

0 comments on commit eb447ae

Please sign in to comment.