Skip to content

Commit 4629150

Browse files
committed
Merge branch 'release/2.1.2'
2 parents 589b60d + eadce9a commit 4629150

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurelia-ts-boilerplate",
33
"title": "Aurelia TS Boilerplate",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"description": "A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack.",
66
"main": "dist/app.js",
77
"scripts": {
@@ -74,7 +74,7 @@
7474
"dependencies": {
7575
"animate.css": "^3.5.2",
7676
"aurelia-animator-css": "^1.0.1",
77-
"aurelia-bootstrapper-webpack": "^1.0.0",
77+
"aurelia-bootstrapper-webpack": "^1.1.0",
7878
"aurelia-event-aggregator": "^1.0.0",
7979
"aurelia-fetch-client": "^1.0.1",
8080
"aurelia-framework": "^1.0.7",
@@ -86,8 +86,8 @@
8686
"aurelia-polyfills": "^1.1.1",
8787
"aurelia-route-recognizer": "^1.1.0",
8888
"aurelia-router": "^1.0.7",
89-
"aurelia-templating-binding": "^1.0.0",
90-
"aurelia-templating-resources": "^1.1.1",
89+
"aurelia-templating-binding": "^1.1.0",
90+
"aurelia-templating-resources": "^1.2.0",
9191
"aurelia-templating-router": "^1.0.0",
9292
"bootstrap-sass": "^3.3.7",
9393
"font-awesome": "^4.7.0",
@@ -110,7 +110,7 @@
110110
"@easy-webpack/config-source-map-support": "1.0.2",
111111
"@easy-webpack/config-test-coverage-istanbul": "3.2.0",
112112
"@easy-webpack/config-tslint": "4.0.0",
113-
"@easy-webpack/config-typescript": "4.0.0",
113+
"@easy-webpack/config-typescript": "5.0.0",
114114
"@easy-webpack/config-uglify": "2.2.3",
115115
"@easy-webpack/core": "2.0.1",
116116
"aurelia-template-lint-loader": "1.0.0",
@@ -138,11 +138,11 @@
138138
"ts-node": "^1.7.0",
139139
"typedoc": "^0.5.1",
140140
"typedoc-webpack-plugin": "^1.1.3",
141-
"typescript": "2.1.1",
141+
"typescript": "^2.1",
142142
"wait-on": "2.0.1",
143143
"wallaby-webpack": "0.0.26",
144144
"webpack": "2.1.0-beta.27",
145-
"webpack-dev-server": ">=2.1.0-beta.0 || ^2.1.0",
145+
"webpack-dev-server": "2.1.0-beta.12",
146146
"webpack-notifier": "1.4.1"
147147
}
148148
}

0 commit comments

Comments
 (0)