Skip to content

Commit

Permalink
fix(package): update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 17, 2014
1 parent 6cb6592 commit 4c17dba
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "http://github.com/aurelia/templating-router"
},
"dependencies": {
"aurelia-dependency-injection": "0.1.0",
"aurelia-router": "0.1.0",
"aurelia-templating": "0.2.1"
"aurelia-dependency-injection": "0.1.1",
"aurelia-router": "0.1.1",
"aurelia-templating": "0.3.0"
}
}
47 changes: 23 additions & 24 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,37 @@ System.config({

System.config({
"map": {
"aurelia-dependency-injection": "github:aurelia/[email protected].0",
"aurelia-router": "github:aurelia/[email protected].0",
"aurelia-templating": "github:aurelia/templating@0.2.1",
"github:aurelia/[email protected].1": {
"aurelia-metadata": "github:aurelia/[email protected].0",
"aurelia-task-queue": "github:aurelia/[email protected].0"
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-router": "github:aurelia/[email protected].1",
"aurelia-templating": "github:aurelia/templating@0.3.0",
"github:aurelia/[email protected].2": {
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].1"
},
"github:aurelia/[email protected].0": {
"aurelia-metadata": "github:aurelia/[email protected].0",
"github:aurelia/[email protected].1": {
"aurelia-metadata": "github:aurelia/[email protected].1",
"es6-shim": "github:paulmillr/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"es6-shim": "github:paulmillr/[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected].0": {
"aurelia-dependency-injection": "github:aurelia/[email protected].0",
"aurelia-history": "github:aurelia/[email protected].0",
"aurelia-route-recognizer": "github:aurelia/[email protected].0",
"github:aurelia/[email protected].1": {
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-history": "github:aurelia/[email protected].1",
"aurelia-route-recognizer": "github:aurelia/[email protected].1",
"es6-shim": "github:paulmillr/[email protected]"
},
"github:aurelia/templating@0.2.1": {
"aurelia-binding": "github:aurelia/[email protected].1",
"aurelia-dependency-injection": "github:aurelia/[email protected].0",
"aurelia-html-template-element": "github:aurelia/[email protected].0",
"aurelia-loader": "github:aurelia/loader@0.1.1",
"aurelia-logging": "github:aurelia/[email protected].0",
"aurelia-metadata": "github:aurelia/[email protected].0",
"aurelia-path": "github:aurelia/path@0.1.0",
"aurelia-task-queue": "github:aurelia/[email protected].0",
"github:aurelia/templating@0.3.0": {
"aurelia-binding": "github:aurelia/[email protected].2",
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-html-template-element": "github:aurelia/[email protected].1",
"aurelia-loader": "github:aurelia/loader@0.2.0",
"aurelia-logging": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-path": "github:aurelia/path@0.2.2",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"es6-shim": "github:paulmillr/[email protected]"
}
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"lib": "dist"
},
"dependencies": {
"aurelia-dependency-injection": "^0.1.0",
"aurelia-router": "^0.1.0",
"aurelia-templating": "^0.2.1"
"aurelia-dependency-injection": "^0.1.1",
"aurelia-router": "^0.1.1",
"aurelia-templating": "^0.3.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit 4c17dba

Please sign in to comment.