Skip to content

Commit

Permalink
fix(package): update deps and fix bower semver ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 24, 2015
1 parent 74c0996 commit 8754ff0
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
22 changes: 11 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"url": "http://github.com/aurelia/bootstrapper"
},
"dependencies": {
"aurelia-event-aggregator": "0.2.2",
"aurelia-framework": "0.8.0",
"aurelia-history": "0.2.2",
"aurelia-history-browser": "0.2.2",
"aurelia-loader-default": "0.4.0",
"aurelia-logging-console": "0.2.2",
"aurelia-router": "0.5.0",
"aurelia-templating": "0.8.0",
"aurelia-templating-binding": "0.8.0",
"aurelia-templating-resources": "0.8.0",
"aurelia-templating-router": "0.9.0"
"aurelia-event-aggregator": "^0.2.2",
"aurelia-framework": "^0.8.2",
"aurelia-history": "^0.2.2",
"aurelia-history-browser": "^0.2.3",
"aurelia-loader-default": "^0.4.1",
"aurelia-logging-console": "^0.2.2",
"aurelia-router": "^0.5.1",
"aurelia-templating": "^0.8.4",
"aurelia-templating-binding": "^0.8.2",
"aurelia-templating-resources": "^0.8.3",
"aurelia-templating-router": "^0.9.2"
}
}
74 changes: 37 additions & 37 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,76 +10,76 @@ System.config({
System.config({
"map": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.2.2",
"aurelia-framework": "github:aurelia/framework@0.8.0",
"aurelia-framework": "github:aurelia/framework@0.8.2",
"aurelia-history": "github:aurelia/history@0.2.2",
"aurelia-history-browser": "github:aurelia/history-browser@0.2.2",
"aurelia-loader-default": "github:aurelia/loader-default@0.4.0",
"aurelia-history-browser": "github:aurelia/history-browser@0.2.3",
"aurelia-loader-default": "github:aurelia/loader-default@0.4.1",
"aurelia-logging-console": "github:aurelia/logging-console@0.2.2",
"aurelia-router": "github:aurelia/router@0.5.0",
"aurelia-templating": "github:aurelia/templating@0.8.0",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.8.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.8.0",
"aurelia-templating-router": "github:aurelia/templating-router@0.9.0",
"github:aurelia/binding@0.3.0": {
"aurelia-router": "github:aurelia/router@0.5.1",
"aurelia-templating": "github:aurelia/templating@0.8.4",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.8.2",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.8.3",
"aurelia-templating-router": "github:aurelia/templating-router@0.9.2",
"github:aurelia/binding@0.3.2": {
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.2.2"
},
"github:aurelia/dependency-injection@0.4.0": {
"github:aurelia/dependency-injection@0.4.1": {
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"core-js": "npm:core-js@0.4.6"
},
"github:aurelia/framework@0.8.0": {
"aurelia-binding": "github:aurelia/binding@0.3.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"aurelia-loader": "github:aurelia/loader@0.3.2",
"github:aurelia/framework@0.8.2": {
"aurelia-binding": "github:aurelia/binding@0.3.2",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.1",
"aurelia-loader": "github:aurelia/loader@0.3.3",
"aurelia-logging": "github:aurelia/logging@0.2.2",
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.2.2",
"aurelia-templating": "github:aurelia/templating@0.8.0"
"aurelia-templating": "github:aurelia/templating@0.8.4"
},
"github:aurelia/history-browser@0.2.2": {
"github:aurelia/history-browser@0.2.3": {
"aurelia-history": "github:aurelia/history@0.2.2",
"core-js": "npm:core-js@0.4.6"
},
"github:aurelia/loader-default@0.4.0": {
"aurelia-loader": "github:aurelia/loader@0.3.2",
"github:aurelia/loader-default@0.4.1": {
"aurelia-loader": "github:aurelia/loader@0.3.3",
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-path": "github:aurelia/path@0.4.1"
},
"github:aurelia/loader@0.3.2": {
"github:aurelia/loader@0.3.3": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2",
"core-js": "npm:core-js@0.4.6",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.3"
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.4"
},
"github:aurelia/router@0.5.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"github:aurelia/router@0.5.1": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.1",
"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-binding@0.8.0": {
"aurelia-binding": "github:aurelia/binding@0.3.0",
"aurelia-templating": "github:aurelia/templating@0.8.0"
"github:aurelia/templating-binding@0.8.2": {
"aurelia-binding": "github:aurelia/binding@0.3.2",
"aurelia-templating": "github:aurelia/templating@0.8.4"
},
"github:aurelia/templating-resources@0.8.0": {
"aurelia-binding": "github:aurelia/binding@0.3.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"aurelia-templating": "github:aurelia/templating@0.8.0",
"github:aurelia/templating-resources@0.8.3": {
"aurelia-binding": "github:aurelia/binding@0.3.2",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.1",
"aurelia-templating": "github:aurelia/templating@0.8.4",
"core-js": "npm:core-js@0.4.6"
},
"github:aurelia/templating-router@0.9.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"github:aurelia/templating-router@0.9.2": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.1",
"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"
"aurelia-router": "github:aurelia/router@0.5.1",
"aurelia-templating": "github:aurelia/templating@0.8.4"
},
"github:aurelia/templating@0.8.0": {
"aurelia-binding": "github:aurelia/binding@0.3.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"github:aurelia/templating@0.8.4": {
"aurelia-binding": "github:aurelia/binding@0.3.2",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.1",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2",
"aurelia-loader": "github:aurelia/loader@0.3.2",
"aurelia-loader": "github:aurelia/loader@0.3.3",
"aurelia-logging": "github:aurelia/logging@0.2.2",
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-path": "github:aurelia/path@0.4.1",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"dependencies": {
"aurelia-event-aggregator": "^0.2.2",
"aurelia-framework": "^0.8.0",
"aurelia-framework": "^0.8.2",
"aurelia-history": "^0.2.2",
"aurelia-history-browser": "^0.2.2",
"aurelia-loader-default": "^0.4.0",
"aurelia-history-browser": "^0.2.3",
"aurelia-loader-default": "^0.4.1",
"aurelia-logging-console": "^0.2.2",
"aurelia-router": "^0.5.0",
"aurelia-templating": "^0.8.0",
"aurelia-templating-binding": "^0.8.0",
"aurelia-templating-resources": "^0.8.0",
"aurelia-templating-router": "^0.9.0"
"aurelia-router": "^0.5.1",
"aurelia-templating": "^0.8.4",
"aurelia-templating-binding": "^0.8.2",
"aurelia-templating-resources": "^0.8.3",
"aurelia-templating-router": "^0.9.2"
}
},
"devDependencies": {
Expand Down

0 comments on commit 8754ff0

Please sign in to comment.