|
1 | 1 | { |
2 | 2 | "name": "aurelia-ts-boilerplate", |
3 | 3 | "title": "Aurelia TS Boilerplate", |
4 | | - "version": "2.1.1", |
| 4 | + "version": "2.1.2", |
5 | 5 | "description": "A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack.", |
6 | 6 | "main": "dist/app.js", |
7 | 7 | "scripts": { |
|
74 | 74 | "dependencies": { |
75 | 75 | "animate.css": "^3.5.2", |
76 | 76 | "aurelia-animator-css": "^1.0.1", |
77 | | - "aurelia-bootstrapper-webpack": "^1.0.0", |
| 77 | + "aurelia-bootstrapper-webpack": "^1.1.0", |
78 | 78 | "aurelia-event-aggregator": "^1.0.0", |
79 | 79 | "aurelia-fetch-client": "^1.0.1", |
80 | 80 | "aurelia-framework": "^1.0.7", |
|
86 | 86 | "aurelia-polyfills": "^1.1.1", |
87 | 87 | "aurelia-route-recognizer": "^1.1.0", |
88 | 88 | "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", |
91 | 91 | "aurelia-templating-router": "^1.0.0", |
92 | 92 | "bootstrap-sass": "^3.3.7", |
93 | 93 | "font-awesome": "^4.7.0", |
|
110 | 110 | "@easy-webpack/config-source-map-support": "1.0.2", |
111 | 111 | "@easy-webpack/config-test-coverage-istanbul": "3.2.0", |
112 | 112 | "@easy-webpack/config-tslint": "4.0.0", |
113 | | - "@easy-webpack/config-typescript": "4.0.0", |
| 113 | + "@easy-webpack/config-typescript": "5.0.0", |
114 | 114 | "@easy-webpack/config-uglify": "2.2.3", |
115 | 115 | "@easy-webpack/core": "2.0.1", |
116 | 116 | "aurelia-template-lint-loader": "1.0.0", |
|
138 | 138 | "ts-node": "^1.7.0", |
139 | 139 | "typedoc": "^0.5.1", |
140 | 140 | "typedoc-webpack-plugin": "^1.1.3", |
141 | | - "typescript": "2.1.1", |
| 141 | + "typescript": "^2.1", |
142 | 142 | "wait-on": "2.0.1", |
143 | 143 | "wallaby-webpack": "0.0.26", |
144 | 144 | "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", |
146 | 146 | "webpack-notifier": "1.4.1" |
147 | 147 | } |
148 | 148 | } |
0 commit comments