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 Jan 16, 2024
1 parent dd7ddba commit 1be41d2
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 29 deletions.
17 changes: 8 additions & 9 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.265",
"version": "3.3.266",
"workspaces": {
"packages": [
".",
Expand Down Expand Up @@ -43,7 +43,6 @@
"buildG2SAPI": "node scripts/generate-api.js packages/genome-nexus-ts-api-client/src/generated Genome2StructureAPI",
"updateGenomeNexusAPI": "yarn run fetchGenomeNexusAPI && yarn run buildGenomeNexusAPI",
"fetchGenomeNexusAPI": "./scripts/env_vars.sh && eval \"$(./scripts/env_vars.sh)\" && curl -s -L -k ${GENOME_NEXUS_URL}/v2/api-docs | json | grep -v basePath | grep -v termsOfService | grep -v host > packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json && curl -s -L -k ${GENOME_NEXUS_URL}/v2/api-docs?group=internal | json | grep -v basePath | grep -v termsOfService | grep -v host > packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPIInternal-docs.json",

"buildGenomeNexusAPI": "node scripts/generate-api.js packages/genome-nexus-ts-api-client/src/generated GenomeNexusAPI GenomeNexusAPIInternal",
"updateHotspotGenes": "./scripts/get_hotspot_genes.sh > src/shared/static-data/hotspotGenes.json",
"compileOqlParser": "cd src/shared/lib/oql && pegjs oql-parser.pegjs",
Expand Down Expand Up @@ -159,10 +158,10 @@
"bootstrap-sass": "3.4.1",
"bowser": "^1.7.1",
"bundle-loader": "^0.5.4",
"cbioportal-clinical-timeline": "^0.3.73",
"cbioportal-frontend-commons": "^0.5.57",
"cbioportal-ts-api-client": "^0.9.64",
"cbioportal-utils": "^0.3.36",
"cbioportal-clinical-timeline": "^0.3.74",
"cbioportal-frontend-commons": "^0.5.58",
"cbioportal-ts-api-client": "^0.9.65",
"cbioportal-utils": "^0.3.37",
"chart.js": "^2.6.0",
"classnames": "^2.2.5",
"clinical-timeline": "0.0.30",
Expand All @@ -189,7 +188,7 @@
"fmin": "^0.0.2",
"font-awesome": "^4.7.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"genome-nexus-ts-api-client": "^1.1.30",
"genome-nexus-ts-api-client": "^1.1.31",
"git-revision-webpack-plugin": "^5.0.0",
"history": "4.10.1",
"html-webpack-plugin": "^5.3.2",
Expand Down Expand Up @@ -228,7 +227,7 @@
"mobxpromise": "github:cbioportal/mobxpromise#c3429672eb39be54e54ce14a8636e8d843729db3",
"numeral": "^2.0.6",
"object-sizeof": "^1.2.0",
"oncokb-frontend-commons": "^0.0.20",
"oncokb-frontend-commons": "^0.0.21",
"oncokb-styles": "~1.4.2",
"oncokb-ts-api-client": "^1.3.3",
"oncoprintjs": "^6.0.5",
Expand Down Expand Up @@ -273,7 +272,7 @@
"react-markdown": "^7.0.1",
"react-mfb": "^0.6.0",
"react-motion": "^0.4.7",
"react-mutation-mapper": "^0.8.100",
"react-mutation-mapper": "^0.8.101",
"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.3.73",
"version": "0.3.74",
"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.5.57",
"cbioportal-frontend-commons": "^0.5.58",
"lodash": "^4.17.11",
"react-bootstrap": "^0.31.5",
"react-overlays": "0.7.4",
Expand Down
4 changes: 2 additions & 2 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.5.57",
"version": "0.5.58",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-utils": "^0.3.36",
"cbioportal-utils": "^0.3.37",
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbioportal-ts-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-ts-api-client",
"description": "cBioPortal API Client for TypeScript",
"version": "0.9.64",
"version": "0.9.65",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
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.3.36",
"version": "0.3.37",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"genome-nexus-ts-api-client": "^1.1.30",
"genome-nexus-ts-api-client": "^1.1.31",
"lodash": "^4.17.15",
"oncokb-ts-api-client": "^1.3.3",
"superagent": "^3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/genome-nexus-ts-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genome-nexus-ts-api-client",
"description": "Genome Nexus API Client for TypeScript",
"version": "1.1.30",
"version": "1.1.31",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/oncokb-frontend-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oncokb-frontend-commons",
"version": "0.0.20",
"version": "0.0.21",
"description": "OncoKB Frontend Modules",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"cbioportal-utils": "^0.3.36",
"cbioportal-utils": "^0.3.37",
"classnames": "^2.2.5",
"lodash": "^4.17.15",
"oncokb-styles": "~1.4.2",
Expand Down
10 changes: 5 additions & 5 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.8.100",
"version": "0.8.101",
"description": "Generic Mutation Mapper",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.57",
"cbioportal-utils": "^0.3.36",
"cbioportal-frontend-commons": "^0.5.58",
"cbioportal-utils": "^0.3.37",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.30",
"genome-nexus-ts-api-client": "^1.1.31",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
"memoize-weak-decorator": "^1.0.3",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
"oncokb-frontend-commons": "^0.0.20",
"oncokb-frontend-commons": "^0.0.21",
"oncokb-styles": "~1.4.2",
"oncokb-ts-api-client": "^1.3.3",
"react-collapse": "^4.0.3",
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.3.101",
"version": "0.3.102",
"description": "cBioPortal Variant Viewer",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.57",
"cbioportal-utils": "^0.3.36",
"cbioportal-frontend-commons": "^0.5.58",
"cbioportal-utils": "^0.3.37",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"genome-nexus-ts-api-client": "^1.1.30",
"genome-nexus-ts-api-client": "^1.1.31",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
Expand All @@ -53,7 +53,7 @@
"react-collapse": "4.0.3",
"react-if": "^2.1.0",
"react-motion": "^0.5.2",
"react-mutation-mapper": "^0.8.100",
"react-mutation-mapper": "^0.8.101",
"react-rangeslider": "^2.2.0",
"react-select": "^3.0.4",
"react-table": "^6.10.0",
Expand Down

0 comments on commit 1be41d2

Please sign in to comment.