We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 428750c + 5d209ef commit 0b9fc6dCopy full SHA for 0b9fc6d
app/templates/_package.json
@@ -2,16 +2,16 @@
2
"name": "<%= appname %>",
3
"version": "0.0.0",
4
"dependencies": {
5
- "angular2": "2.0.0-alpha.35",
6
- "reflect-metadata": "0.1.0",
7
- "systemjs": "0.18.4"
+ "angular2": "2.0.0-alpha.36",
+ "reflect-metadata": "0.1.1",
+ "systemjs": "0.18.17"
8
},
9
"devDependencies": {
10
- "gulp": "3.8.11",
11
- "gulp-concat": "2.5.2",
+ "gulp": "3.9.0",
+ "gulp-concat": "2.6.0",
12
"gulp-rename": "1.2.2",
13
- "gulp-shell": "0.4.1",
+ "gulp-shell": "0.4.3",
14
"gulp-traceur": "0.17.1",
15
- "gulp-webserver": "0.9.0"
+ "gulp-webserver": "0.9.1"
16
}
17
0 commit comments