Skip to content

Commit 9ff20aa

Browse files
Lerna Publish BotLerna Publish Bot
authored andcommitted

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-frontend",
33
"private": true,
4-
"version": "3.3.287",
4+
"version": "3.3.288",
55
"workspaces": {
66
"packages": [
77
".",
@@ -159,10 +159,10 @@
159159
"bootstrap-sass": "3.4.1",
160160
"bowser": "^1.7.1",
161161
"bundle-loader": "^0.5.4",
162-
"cbioportal-clinical-timeline": "^0.3.86",
163-
"cbioportal-frontend-commons": "^0.5.70",
164-
"cbioportal-ts-api-client": "^0.9.73",
165-
"cbioportal-utils": "^0.3.44",
162+
"cbioportal-clinical-timeline": "^0.3.87",
163+
"cbioportal-frontend-commons": "^0.5.71",
164+
"cbioportal-ts-api-client": "^0.9.74",
165+
"cbioportal-utils": "^0.3.45",
166166
"chart.js": "^2.6.0",
167167
"classnames": "^2.2.5",
168168
"clinical-timeline": "0.0.30",
@@ -189,7 +189,7 @@
189189
"fmin": "^0.0.2",
190190
"font-awesome": "^4.7.0",
191191
"fork-ts-checker-webpack-plugin": "^6.3.3",
192-
"genome-nexus-ts-api-client": "^1.1.34",
192+
"genome-nexus-ts-api-client": "^1.1.35",
193193
"git-revision-webpack-plugin": "^5.0.0",
194194
"history": "4.10.1",
195195
"html-webpack-plugin": "^5.3.2",
@@ -227,9 +227,9 @@
227227
"mobx-utils": "6.0.1",
228228
"numeral": "^2.0.6",
229229
"object-sizeof": "^1.2.0",
230-
"oncokb-frontend-commons": "^0.0.28",
230+
"oncokb-frontend-commons": "^0.0.29",
231231
"oncokb-styles": "~1.4.2",
232-
"oncokb-ts-api-client": "^1.3.6",
232+
"oncokb-ts-api-client": "^1.3.7",
233233
"oncoprintjs": "^6.0.6",
234234
"pako": "2.0.2",
235235
"parameter-validator": "^1.0.2",
@@ -272,7 +272,7 @@
272272
"react-markdown": "^7.0.1",
273273
"react-mfb": "^0.6.0",
274274
"react-motion": "^0.4.7",
275-
"react-mutation-mapper": "^0.8.114",
275+
"react-mutation-mapper": "^0.8.115",
276276
"react-overlays": "0.7.4",
277277
"react-portal": "^4.2.0",
278278
"react-rangeslider": "^2.1.0",

packages/cbioportal-clinical-timeline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-clinical-timeline",
33
"description": "cBioPortal Clinical Timeline",
4-
"version": "0.3.86",
4+
"version": "0.3.87",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"autobind-decorator": "^2.1.0",
42-
"cbioportal-frontend-commons": "^0.5.70",
42+
"cbioportal-frontend-commons": "^0.5.71",
4343
"lodash": "^4.17.11",
4444
"react-bootstrap": "^0.31.5",
4545
"react-overlays": "0.7.4",

packages/cbioportal-frontend-commons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-frontend-commons",
33
"description": "cBioPortal Frontend Modules",
4-
"version": "0.5.70",
4+
"version": "0.5.71",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",
@@ -38,15 +38,15 @@
3838
},
3939
"dependencies": {
4040
"autobind-decorator": "^2.1.0",
41-
"cbioportal-utils": "^0.3.44",
41+
"cbioportal-utils": "^0.3.45",
4242
"classnames": "^2.2.5",
4343
"jquery": "^3.2.1",
4444
"juice": "^10.0.0",
4545
"lodash": "^4.17.15",
4646
"measure-text": "0.0.4",
4747
"numeral": "^2.0.6",
4848
"object-sizeof": "^1.2.0",
49-
"oncokb-ts-api-client": "^1.3.6",
49+
"oncokb-ts-api-client": "^1.3.7",
5050
"rc-tooltip": "^5.0.2",
5151
"rc-trigger": "^5.2.1",
5252
"rc-util": "^5.8.0",

packages/cbioportal-ts-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-ts-api-client",
33
"description": "cBioPortal API Client for TypeScript",
4-
"version": "0.9.73",
4+
"version": "0.9.74",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",

packages/cbioportal-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-utils",
33
"description": "cBioPortal Utilities",
4-
"version": "0.3.44",
4+
"version": "0.3.45",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",
@@ -30,9 +30,9 @@
3030
},
3131
"dependencies": {
3232
"buffer": "^6.0.3",
33-
"genome-nexus-ts-api-client": "^1.1.34",
33+
"genome-nexus-ts-api-client": "^1.1.35",
3434
"lodash": "^4.17.15",
35-
"oncokb-ts-api-client": "^1.3.6",
35+
"oncokb-ts-api-client": "^1.3.7",
3636
"superagent": "^3.8.3",
3737
"typescript": "4.0.3"
3838
}

packages/genome-nexus-ts-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genome-nexus-ts-api-client",
33
"description": "Genome Nexus API Client for TypeScript",
4-
"version": "1.1.34",
4+
"version": "1.1.35",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",

packages/oncokb-frontend-commons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oncokb-frontend-commons",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "OncoKB Frontend Modules",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -35,11 +35,11 @@
3535
"react-dom": "^15.0.0 || ^16.0.0"
3636
},
3737
"dependencies": {
38-
"cbioportal-utils": "^0.3.44",
38+
"cbioportal-utils": "^0.3.45",
3939
"classnames": "^2.2.5",
4040
"lodash": "^4.17.15",
4141
"oncokb-styles": "~1.4.2",
42-
"oncokb-ts-api-client": "^1.3.6",
42+
"oncokb-ts-api-client": "^1.3.7",
4343
"rc-tooltip": "^5.0.2",
4444
"react-bootstrap": "^0.31.5",
4545
"react-collapse": "^4.0.3",

packages/oncokb-ts-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oncokb-ts-api-client",
33
"description": "OncoKB API Client for TypeScript",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",

packages/react-mutation-mapper/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mutation-mapper",
3-
"version": "0.8.114",
3+
"version": "0.8.115",
44
"description": "Generic Mutation Mapper",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -39,16 +39,16 @@
3939
},
4040
"dependencies": {
4141
"autobind-decorator": "^2.1.0",
42-
"cbioportal-frontend-commons": "^0.5.70",
43-
"cbioportal-utils": "^0.3.44",
42+
"cbioportal-frontend-commons": "^0.5.71",
43+
"cbioportal-utils": "^0.3.45",
4444
"classnames": "^2.2.5",
45-
"genome-nexus-ts-api-client": "^1.1.34",
45+
"genome-nexus-ts-api-client": "^1.1.35",
4646
"jquery": "^3.2.1",
4747
"lodash": "^4.17.15",
4848
"memoize-weak-decorator": "^1.0.3",
49-
"oncokb-frontend-commons": "^0.0.28",
49+
"oncokb-frontend-commons": "^0.0.29",
5050
"oncokb-styles": "~1.4.2",
51-
"oncokb-ts-api-client": "^1.3.6",
51+
"oncokb-ts-api-client": "^1.3.7",
5252
"react-collapse": "^4.0.3",
5353
"react-if": "^2.1.0",
5454
"react-motion": "^0.5.2",

packages/react-variant-view/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-variant-view",
3-
"version": "0.3.116",
3+
"version": "0.3.117",
44
"description": "cBioPortal Variant Viewer",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -39,20 +39,20 @@
3939
},
4040
"dependencies": {
4141
"autobind-decorator": "^2.1.0",
42-
"cbioportal-frontend-commons": "^0.5.70",
43-
"cbioportal-utils": "^0.3.44",
42+
"cbioportal-frontend-commons": "^0.5.71",
43+
"cbioportal-utils": "^0.3.45",
4444
"classnames": "^2.2.5",
4545
"font-awesome": "^4.7.0",
46-
"genome-nexus-ts-api-client": "^1.1.34",
46+
"genome-nexus-ts-api-client": "^1.1.35",
4747
"jquery": "^3.2.1",
4848
"lodash": "^4.17.15",
4949
"oncokb-styles": "~1.4.2",
50-
"oncokb-ts-api-client": "^1.3.6",
50+
"oncokb-ts-api-client": "^1.3.7",
5151
"react-bootstrap": "^0.31.5",
5252
"react-collapse": "4.0.3",
5353
"react-if": "^2.1.0",
5454
"react-motion": "^0.5.2",
55-
"react-mutation-mapper": "^0.8.114",
55+
"react-mutation-mapper": "^0.8.115",
5656
"react-rangeslider": "^2.2.0",
5757
"react-select": "^3.0.4",
5858
"react-table": "^6.10.0",

0 commit comments

Comments
 (0)