diff --git a/bower.json b/bower.json index 1a06308..7876764 100644 --- a/bower.json +++ b/bower.json @@ -17,10 +17,10 @@ "url": "http://github.com/aurelia/templating-router" }, "dependencies": { - "aurelia-dependency-injection": "0.3.1", - "aurelia-metadata": "0.2.4", - "aurelia-path": "0.4.0", - "aurelia-router": "0.4.2", - "aurelia-templating": "0.7.0" + "aurelia-dependency-injection": "0.4.0", + "aurelia-metadata": "0.3.0", + "aurelia-path": "0.4.1", + "aurelia-router": "0.5.0", + "aurelia-templating": "0.8.0" } } \ No newline at end of file diff --git a/config.js b/config.js index 5774d0b..c91a979 100644 --- a/config.js +++ b/config.js @@ -9,46 +9,46 @@ System.config({ System.config({ "map": { - "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1", - "aurelia-metadata": "github:aurelia/metadata@0.2.4", - "aurelia-path": "github:aurelia/path@0.4.0", - "aurelia-router": "github:aurelia/router@0.4.2", - "aurelia-templating": "github:aurelia/templating@0.7.0", - "github:aurelia/binding@0.2.1": { - "aurelia-metadata": "github:aurelia/metadata@0.2.4", - "aurelia-task-queue": "github:aurelia/task-queue@0.2.1" + "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0", + "aurelia-metadata": "github:aurelia/metadata@0.3.0", + "aurelia-path": "github:aurelia/path@0.4.1", + "aurelia-router": "github:aurelia/router@0.5.0", + "aurelia-templating": "github:aurelia/templating@0.8.0", + "github:aurelia/binding@0.3.0": { + "aurelia-metadata": "github:aurelia/metadata@0.3.0", + "aurelia-task-queue": "github:aurelia/task-queue@0.2.2" }, - "github:aurelia/dependency-injection@0.3.1": { - "aurelia-metadata": "github:aurelia/metadata@0.2.4", - "core-js": "npm:core-js@0.4.4" + "github:aurelia/dependency-injection@0.4.0": { + "aurelia-metadata": "github:aurelia/metadata@0.3.0", + "core-js": "npm:core-js@0.4.6" }, - "github:aurelia/loader@0.3.1": { + "github:aurelia/loader@0.3.2": { "aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2", - "core-js": "npm:core-js@0.4.4", - "webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.2" + "core-js": "npm:core-js@0.4.6", + "webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.3" }, - "github:aurelia/router@0.4.2": { - "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1", - "aurelia-history": "github:aurelia/history@0.2.1", - "aurelia-path": "github:aurelia/path@0.4.0", - "aurelia-route-recognizer": "github:aurelia/route-recognizer@0.2.1", - "core-js": "npm:core-js@0.4.4" + "github:aurelia/router@0.5.0": { + "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0", + "aurelia-history": "github:aurelia/history@0.2.2", + "aurelia-path": "github:aurelia/path@0.4.1", + "aurelia-route-recognizer": "github:aurelia/route-recognizer@0.2.2", + "core-js": "npm:core-js@0.4.6" }, - "github:aurelia/templating@0.7.0": { - "aurelia-binding": "github:aurelia/binding@0.2.1", - "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1", + "github:aurelia/templating@0.8.0": { + "aurelia-binding": "github:aurelia/binding@0.3.0", + "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0", "aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2", - "aurelia-loader": "github:aurelia/loader@0.3.1", - "aurelia-logging": "github:aurelia/logging@0.2.1", - "aurelia-metadata": "github:aurelia/metadata@0.2.4", - "aurelia-path": "github:aurelia/path@0.4.0", - "aurelia-task-queue": "github:aurelia/task-queue@0.2.1", - "core-js": "npm:core-js@0.4.4" + "aurelia-loader": "github:aurelia/loader@0.3.2", + "aurelia-logging": "github:aurelia/logging@0.2.2", + "aurelia-metadata": "github:aurelia/metadata@0.3.0", + "aurelia-path": "github:aurelia/path@0.4.1", + "aurelia-task-queue": "github:aurelia/task-queue@0.2.2", + "core-js": "npm:core-js@0.4.6" }, "github:jspm/nodelibs-process@0.1.0": { "process": "npm:process@0.10.0" }, - "npm:core-js@0.4.4": { + "npm:core-js@0.4.6": { "process": "github:jspm/nodelibs-process@0.1.0" } } diff --git a/package.json b/package.json index 6f69e83..d5c9af1 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "lib": "dist" }, "dependencies": { - "aurelia-dependency-injection": "^0.3.1", - "aurelia-metadata": "^0.2.4", - "aurelia-path": "^0.4.0", - "aurelia-router": "^0.4.2", - "aurelia-templating": "^0.7.0" + "aurelia-dependency-injection": "^0.4.0", + "aurelia-metadata": "^0.3.0", + "aurelia-path": "^0.4.1", + "aurelia-router": "^0.5.0", + "aurelia-templating": "^0.8.0" } }, "devDependencies": {