Skip to content

Commit

Permalink
fix alphaMissense
Browse files Browse the repository at this point in the history
  • Loading branch information
JunheZoooo committed Aug 25, 2024
1 parent f1447ae commit 83afdd5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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.33",
"genome-nexus-ts-api-client": "^1.1.32",
"git-revision-webpack-plugin": "^5.0.0",
"history": "4.10.1",
"html-webpack-plugin": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbioportal-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"genome-nexus-ts-api-client": "^1.1.33",
"genome-nexus-ts-api-client": "^1.1.32",
"lodash": "^4.17.15",
"oncokb-ts-api-client": "^1.3.5",
"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.33",
"version": "1.1.32",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
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 @@ -42,7 +42,7 @@
"cbioportal-frontend-commons": "^0.5.66",
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.33",
"genome-nexus-ts-api-client": "^1.1.32",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
"memoize-weak-decorator": "^1.0.3",
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 @@ -43,7 +43,7 @@
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"genome-nexus-ts-api-client": "^1.1.33",
"genome-nexus-ts-api-client": "^1.1.32",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
"oncokb-styles": "~1.4.2",
Expand Down

0 comments on commit 83afdd5

Please sign in to comment.