From 59ef04a1f76f1d2ba38975f144fcef52f3652334 Mon Sep 17 00:00:00 2001 From: EisenbergEffect Date: Mon, 2 Oct 2017 00:00:10 -0700 Subject: [PATCH] chore(all): update dependencies --- bower.json | 3 ++- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 65c599e..00996df 100644 --- a/bower.json +++ b/bower.json @@ -19,12 +19,13 @@ "url": "http://github.com/aurelia/templating-router" }, "dependencies": { + "aurelia-binding": "^1.0.9", "aurelia-dependency-injection": "^1.0.0", "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-path": "^1.0.0", "aurelia-router": "^1.0.1", - "aurelia-templating": "^1.3.0" + "aurelia-templating": "^1.5.0" } } diff --git a/package.json b/package.json index a281164..1a5890b 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "dist": "dist/amd" }, "peerDependencies": { + "aurelia-binding": "^1.0.9", "aurelia-dependency-injection": "^1.0.0", "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-path": "^1.0.0", "aurelia-router": "^1.0.1", - "aurelia-templating": "^1.3.0", - "aurelia-binding": "^1.0.9" + "aurelia-templating": "^1.5.0" }, "dependencies": { "aurelia-binding": "^1.0.9", @@ -58,14 +58,14 @@ } }, "dependencies": { + "aurelia-binding": "^1.0.9", "aurelia-dependency-injection": "^1.0.0", "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-path": "^1.0.0", "aurelia-router": "^1.0.1", - "aurelia-templating": "^1.3.0", - "aurelia-binding": "^1.0.9" + "aurelia-templating": "^1.5.0" }, "devDependencies": { "aurelia-tools": "^0.2.4",