diff --git a/package.json b/package.json index 1945e74a0..7601416d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nexus-web", "description": "The interface of Blue Brain Nexus, the open-source knowledge graph for data-driven science.", - "version": "1.3.0", + "version": "1.3.1", "author": "Blue Brain project", "license": "Apache-2.0", "main": "dist/server.js", @@ -18,8 +18,8 @@ "build:storybook": "build-storybook" }, "dependencies": { - "@bbp/nexus-sdk": "1.3.0", - "@bbp/react-nexus": "1.3.0", + "@bbp/nexus-sdk": "1.3.1", + "@bbp/react-nexus": "1.3.1", "@sentry/browser": "5.9.1", "@types/cytoscape": "^3.8.5", "antd": "^3.19.5", diff --git a/src/shared/components/Views/ViewStatisticsProgress.tsx b/src/shared/components/Views/ViewStatisticsProgress.tsx index a703888b6..0f593d627 100644 --- a/src/shared/components/Views/ViewStatisticsProgress.tsx +++ b/src/shared/components/Views/ViewStatisticsProgress.tsx @@ -106,8 +106,6 @@ export const ViewStatisticsContainer: React.FunctionComponent { if (!eventsAtMount) { setEventsAtMount(statistics.totalEvents); diff --git a/yarn.lock b/yarn.lock index 442b2c470..66d0085ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -869,27 +869,27 @@ resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" integrity sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== -"@bbp/nexus-link@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@bbp/nexus-link/-/nexus-link-1.3.0.tgz#dc1d24cc2650326fbc7c31ca55135903193c4e5b" - integrity sha512-DBhf1gwz+VQU/aAZTg0D4wWg8u5mrUNn9NfTnKH0g2/Uoy+antqH9V+pa0AO2AZmTS3ZcNKSq/qoh2fWxm5aow== +"@bbp/nexus-link@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@bbp/nexus-link/-/nexus-link-1.3.1.tgz#58df911359401cf6016925c6bdf4bd42a6118638" + integrity sha512-OWQwS0fcmvNmc0o4xrquLXeNgHy3wfa+f2hiOSpFowGAhbZMshlGABsQzRBj25Rnp/7jPnYZKkS44et5HKKg5Q== dependencies: rxjs "^6.5.2" -"@bbp/nexus-sdk@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@bbp/nexus-sdk/-/nexus-sdk-1.3.0.tgz#898d03328ce5a1c35d95fb231dd378af533faca5" - integrity sha512-ibQIYato1nyFvAYgT4+S/fO1zOyA2tOk0Bz9YJMUDxw6pBPFZZK8Gjm+NZZKlQnSfOtrAAH7XFKdECF+K8LICA== +"@bbp/nexus-sdk@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@bbp/nexus-sdk/-/nexus-sdk-1.3.1.tgz#8e9df0a9c27e3f13362573a1f0e5927d733605ba" + integrity sha512-WgTdw+Y/+9O68oqEdQ0F/v5NqryWAiDNmLkb+mLOVZUgFgnmHHSa1r1m/5n1lDw+OAldhMHTFJid1CB/7Xzo1A== dependencies: - "@bbp/nexus-link" "^1.3.0" + "@bbp/nexus-link" "^1.3.1" query-string "^6.9.0" -"@bbp/react-nexus@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@bbp/react-nexus/-/react-nexus-1.3.0.tgz#6cc57f1c9666a1a4e1731fe50caea18bf104e8eb" - integrity sha512-BBj6GrvQFyumRrwCM6ryVN1j0tDefiCrjxZKW2AazjHO936cHRnmmVtxCgyfrbfWed5vq5nVjYblw9oNKQcyFQ== +"@bbp/react-nexus@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@bbp/react-nexus/-/react-nexus-1.3.1.tgz#b0a1b922bb3bb94e248d78c949e90297f46a16ed" + integrity sha512-S5lKERwSAMHplIy3GSNI971Sw+D42xEEw3srSYXpWcdoJtDvYG/xJPdWiDOFHB5yfql20DB5JJX61joOPPJqrA== dependencies: - "@bbp/nexus-link" "^1.3.0" + "@bbp/nexus-link" "^1.3.1" ts-invariant "0.4.1" "@chromaui/localtunnel@1.10.1":