diff --git a/.env.development b/.env.development index 67f89f9..5303f29 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ BASE_PATH=/ff GEN3_COMMONS_NAME=brh -NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org/' +NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org' diff --git a/.env.production b/.env.production index f3bad79..5303f29 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,3 @@ BASE_PATH=/ff GEN3_COMMONS_NAME=brh -NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org/' -#NEXT_PUBLIC_GEN3_DOMAIN=https://localhost/ +NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org' diff --git a/package.json b/package.json index 8278ec4..5cf6a9e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/" }, "dependencies": { - "@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.18.tgz", + "@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.19.tgz", "@mantine/core": "^6.0.21", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", @@ -29,7 +29,7 @@ "react-responsive-carousel": "^3.2.23" }, "devDependencies": { - "@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.18.tgz", + "@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.19.tgz", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", @@ -49,7 +49,7 @@ "typescript": "5.0.2" }, "peerDependencies": { - "@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.18.tgz", + "@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.19.tgz", "react": "^18.2.0", "react-dom": "^18.2.0" }