Skip to content

Commit 418be26

Browse files
Lerna Publish BotLerna Publish Bot
Lerna Publish Bot
authored and
Lerna Publish Bot
committed
Publish
- cbioportal-frontend@3.3.280 - cbioportal-clinical-timeline@0.3.82 - cbioportal-frontend-commons@0.5.66 - cbioportal-utils@0.3.41 - genome-nexus-ts-api-client@1.1.32 - oncokb-frontend-commons@0.0.25 - react-mutation-mapper@0.8.109 - react-variant-view@0.3.110
1 parent 2e1a275 commit 418be26

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cbioportal-frontend",
33
"private": true,
4-
"version": "3.3.279",
4+
"version": "3.3.280",
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.81",
163-
"cbioportal-frontend-commons": "^0.5.65",
162+
"cbioportal-clinical-timeline": "^0.3.82",
163+
"cbioportal-frontend-commons": "^0.5.66",
164164
"cbioportal-ts-api-client": "^0.9.72",
165-
"cbioportal-utils": "^0.3.40",
165+
"cbioportal-utils": "^0.3.41",
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.31",
192+
"genome-nexus-ts-api-client": "^1.1.32",
193193
"git-revision-webpack-plugin": "^5.0.0",
194194
"history": "4.10.1",
195195
"html-webpack-plugin": "^5.3.2",
@@ -228,7 +228,7 @@
228228
"mobx-utils": "6.0.1",
229229
"numeral": "^2.0.6",
230230
"object-sizeof": "^1.2.0",
231-
"oncokb-frontend-commons": "^0.0.24",
231+
"oncokb-frontend-commons": "^0.0.25",
232232
"oncokb-styles": "~1.4.2",
233233
"oncokb-ts-api-client": "^1.3.5",
234234
"oncoprintjs": "^6.0.5",
@@ -273,7 +273,7 @@
273273
"react-markdown": "^7.0.1",
274274
"react-mfb": "^0.6.0",
275275
"react-motion": "^0.4.7",
276-
"react-mutation-mapper": "^0.8.108",
276+
"react-mutation-mapper": "^0.8.109",
277277
"react-overlays": "0.7.4",
278278
"react-portal": "^4.2.0",
279279
"react-rangeslider": "^2.1.0",

packages/cbioportal-clinical-timeline/package.json

+2-2
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.81",
4+
"version": "0.3.82",
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.65",
42+
"cbioportal-frontend-commons": "^0.5.66",
4343
"lodash": "^4.17.11",
4444
"react-bootstrap": "^0.31.5",
4545
"react-overlays": "0.7.4",

packages/cbioportal-frontend-commons/package.json

+2-2
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.65",
4+
"version": "0.5.66",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"autobind-decorator": "^2.1.0",
41-
"cbioportal-utils": "^0.3.40",
41+
"cbioportal-utils": "^0.3.41",
4242
"classnames": "^2.2.5",
4343
"jquery": "^3.2.1",
4444
"lodash": "^4.17.15",

packages/cbioportal-utils/package.json

+2-2
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.40",
4+
"version": "0.3.41",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"buffer": "^6.0.3",
33-
"genome-nexus-ts-api-client": "^1.1.31",
33+
"genome-nexus-ts-api-client": "^1.1.32",
3434
"lodash": "^4.17.15",
3535
"oncokb-ts-api-client": "^1.3.5",
3636
"superagent": "^3.8.3",

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

+1-1
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.31",
4+
"version": "1.1.32",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"jsnext:main": "dist/index.es.js",

packages/oncokb-frontend-commons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oncokb-frontend-commons",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "OncoKB Frontend Modules",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -35,7 +35,7 @@
3535
"react-dom": "^15.0.0 || ^16.0.0"
3636
},
3737
"dependencies": {
38-
"cbioportal-utils": "^0.3.40",
38+
"cbioportal-utils": "^0.3.41",
3939
"classnames": "^2.2.5",
4040
"lodash": "^4.17.15",
4141
"oncokb-styles": "~1.4.2",

packages/react-mutation-mapper/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mutation-mapper",
3-
"version": "0.8.108",
3+
"version": "0.8.109",
44
"description": "Generic Mutation Mapper",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -39,14 +39,14 @@
3939
},
4040
"dependencies": {
4141
"autobind-decorator": "^2.1.0",
42-
"cbioportal-frontend-commons": "^0.5.65",
43-
"cbioportal-utils": "^0.3.40",
42+
"cbioportal-frontend-commons": "^0.5.66",
43+
"cbioportal-utils": "^0.3.41",
4444
"classnames": "^2.2.5",
45-
"genome-nexus-ts-api-client": "^1.1.31",
45+
"genome-nexus-ts-api-client": "^1.1.32",
4646
"jquery": "^3.2.1",
4747
"lodash": "^4.17.15",
4848
"memoize-weak-decorator": "^1.0.3",
49-
"oncokb-frontend-commons": "^0.0.24",
49+
"oncokb-frontend-commons": "^0.0.25",
5050
"oncokb-styles": "~1.4.2",
5151
"oncokb-ts-api-client": "^1.3.5",
5252
"react-collapse": "^4.0.3",

packages/react-variant-view/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-variant-view",
3-
"version": "0.3.109",
3+
"version": "0.3.110",
44
"description": "cBioPortal Variant Viewer",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -39,11 +39,11 @@
3939
},
4040
"dependencies": {
4141
"autobind-decorator": "^2.1.0",
42-
"cbioportal-frontend-commons": "^0.5.65",
43-
"cbioportal-utils": "^0.3.40",
42+
"cbioportal-frontend-commons": "^0.5.66",
43+
"cbioportal-utils": "^0.3.41",
4444
"classnames": "^2.2.5",
4545
"font-awesome": "^4.7.0",
46-
"genome-nexus-ts-api-client": "^1.1.31",
46+
"genome-nexus-ts-api-client": "^1.1.32",
4747
"jquery": "^3.2.1",
4848
"lodash": "^4.17.15",
4949
"oncokb-styles": "~1.4.2",
@@ -52,7 +52,7 @@
5252
"react-collapse": "4.0.3",
5353
"react-if": "^2.1.0",
5454
"react-motion": "^0.5.2",
55-
"react-mutation-mapper": "^0.8.108",
55+
"react-mutation-mapper": "^0.8.109",
5656
"react-rangeslider": "^2.2.0",
5757
"react-select": "^3.0.4",
5858
"react-table": "^6.10.0",

0 commit comments

Comments
 (0)