Skip to content

Commit

Permalink
Move 'juice' inside cbioportal-frontend-commons' and update to beta v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
leexgh committed Jul 2, 2024
1 parent b14bcf0 commit 5cfc941
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"bowser": "^1.7.1",
"bundle-loader": "^0.5.4",
"cbioportal-clinical-timeline": "^0.3.82",
"cbioportal-frontend-commons": "^0.5.66",
"cbioportal-frontend-commons": "^0.5.67-beta.0",
"cbioportal-ts-api-client": "^0.9.72",
"cbioportal-utils": "^0.3.41",
"chart.js": "^2.6.0",
Expand Down Expand Up @@ -206,7 +206,6 @@
"jspdf": "^1.3.3",
"jstree": "^3.3.4",
"jszip": "^3.7.1",
"juice": "^10.0.0",
"lerna": "3.19.0",
"less": "^2.7.2",
"linear-algebra": "^3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbioportal-clinical-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.66",
"cbioportal-frontend-commons": "^0.5.67-beta.0",
"lodash": "^4.17.11",
"react-bootstrap": "^0.31.5",
"react-overlays": "0.7.4",
Expand Down
3 changes: 2 additions & 1 deletion 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.66",
"version": "0.5.67-beta.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -41,6 +41,7 @@
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"juice": "^10.0.0",
"lodash": "^4.17.15",
"measure-text": "0.0.4",
"numeral": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mutation-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.66",
"cbioportal-frontend-commons": "^0.5.67-beta.0",
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-variant-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.66",
"cbioportal-frontend-commons": "^0.5.67-beta.0",
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
Expand Down

0 comments on commit 5cfc941

Please sign in to comment.