Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Merge pull request #582 from BlueBrain/Update-to-1.3.1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
Stafeeva authored Feb 25, 2020
2 parents ff37958 + e7dfa66 commit 710b513
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/shared/components/Views/ViewStatisticsProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ export const ViewStatisticsContainer: React.FunctionComponent<ViewStatisticsCont
props.resourceId,
{ pollIntervalMs: 3000 }
).subscribe(
// @ts-ignore
// TODO fix for v1.3 release
(statistics: Statistics) => {
if (!eventsAtMount) {
setEventsAtMount(statistics.totalEvents);
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 710b513

Please sign in to comment.