Skip to content

Commit 025154f

Browse files
fix(package): update dependencies
1 parent e3fc2d5 commit 025154f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

config.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ System.config({
1313
"aurelia-dependency-injection": "github:aurelia/[email protected]",
1414
"aurelia-framework": "github:aurelia/[email protected]",
1515
"aurelia-http-client": "github:aurelia/[email protected]",
16-
"aurelia-router": "github:aurelia/[email protected].4",
16+
"aurelia-router": "github:aurelia/[email protected].5",
1717
"bootstrap": "github:twbs/[email protected]",
1818
"font-awesome": "npm:[email protected]",
1919
"github:aurelia/[email protected]": {
@@ -28,10 +28,10 @@ System.config({
2828
"aurelia-history-browser": "github:aurelia/[email protected]",
2929
"aurelia-loader-default": "github:aurelia/[email protected]",
3030
"aurelia-logging-console": "github:aurelia/[email protected]",
31-
"aurelia-router": "github:aurelia/[email protected].4",
32-
"aurelia-templating": "github:aurelia/[email protected].8",
31+
"aurelia-router": "github:aurelia/[email protected].5",
32+
"aurelia-templating": "github:aurelia/[email protected].9",
3333
"aurelia-templating-binding": "github:aurelia/[email protected]",
34-
"aurelia-templating-resources": "github:aurelia/[email protected].5",
34+
"aurelia-templating-resources": "github:aurelia/[email protected].6",
3535
"aurelia-templating-router": "github:aurelia/[email protected]"
3636
},
3737
"github:aurelia/[email protected]": {
@@ -45,7 +45,7 @@ System.config({
4545
"aurelia-logging": "github:aurelia/[email protected]",
4646
"aurelia-metadata": "github:aurelia/[email protected]",
4747
"aurelia-task-queue": "github:aurelia/[email protected]",
48-
"aurelia-templating": "github:aurelia/[email protected].8"
48+
"aurelia-templating": "github:aurelia/[email protected].9"
4949
},
5050
"github:aurelia/[email protected]": {
5151
"aurelia-history": "github:aurelia/[email protected]",
@@ -65,7 +65,7 @@ System.config({
6565
"core-js": "npm:[email protected]",
6666
"webcomponentsjs": "github:webcomponents/[email protected]"
6767
},
68-
"github:aurelia/[email protected].4": {
68+
"github:aurelia/[email protected].5": {
6969
"aurelia-dependency-injection": "github:aurelia/[email protected]",
7070
"aurelia-history": "github:aurelia/[email protected]",
7171
"aurelia-path": "github:aurelia/[email protected]",
@@ -74,22 +74,22 @@ System.config({
7474
},
7575
"github:aurelia/[email protected]": {
7676
"aurelia-binding": "github:aurelia/[email protected]",
77-
"aurelia-templating": "github:aurelia/[email protected].8"
77+
"aurelia-templating": "github:aurelia/[email protected].9"
7878
},
79-
"github:aurelia/[email protected].5": {
79+
"github:aurelia/[email protected].6": {
8080
"aurelia-binding": "github:aurelia/[email protected]",
8181
"aurelia-dependency-injection": "github:aurelia/[email protected]",
82-
"aurelia-templating": "github:aurelia/[email protected].8",
82+
"aurelia-templating": "github:aurelia/[email protected].9",
8383
"core-js": "npm:[email protected]"
8484
},
8585
"github:aurelia/[email protected]": {
8686
"aurelia-dependency-injection": "github:aurelia/[email protected]",
8787
"aurelia-metadata": "github:aurelia/[email protected]",
8888
"aurelia-path": "github:aurelia/[email protected]",
89-
"aurelia-router": "github:aurelia/[email protected].4",
90-
"aurelia-templating": "github:aurelia/[email protected].8"
89+
"aurelia-router": "github:aurelia/[email protected].5",
90+
"aurelia-templating": "github:aurelia/[email protected].9"
9191
},
92-
"github:aurelia/[email protected].8": {
92+
"github:aurelia/[email protected].9": {
9393
"aurelia-binding": "github:aurelia/[email protected]",
9494
"aurelia-dependency-injection": "github:aurelia/[email protected]",
9595
"aurelia-html-template-element": "github:aurelia/[email protected]",
@@ -100,15 +100,15 @@ System.config({
100100
"aurelia-task-queue": "github:aurelia/[email protected]",
101101
"core-js": "npm:[email protected]"
102102
},
103-
"github:jspm/[email protected].0": {
103+
"github:jspm/[email protected].1": {
104104
"process": "npm:[email protected]"
105105
},
106106
"github:twbs/[email protected]": {
107107
"css": "github:systemjs/[email protected]",
108108
"jquery": "github:components/[email protected]"
109109
},
110110
111-
"process": "github:jspm/[email protected].0"
111+
"process": "github:jspm/[email protected].1"
112112
}
113113
}
114114
});

0 commit comments

Comments
 (0)