diff --git a/package.json b/package.json index 4be0618..cff7005 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdp_gene", "description": "", - "version": "10.0.0", + "version": "11.0.0", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", @@ -84,9 +84,9 @@ "jstat": "^1.9.4", "jquery": "~3.5.1", "jquery-ui": "1.12.1", - "tdp_core": "^14.0.2" + "tdp_core": "^15.0.0" }, "optionalDependencies": { - "ordino": "github:Caleydo/ordino#semver:^11.0.0" + "ordino": "git+ssh://git@github.com:Caleydo/ordino#semver:^12.0.0" } }