Skip to content

Commit f0ba3bc

Browse files
update stable deps and add yarn lock (#170)
1 parent e9dda70 commit f0ba3bc

File tree

2 files changed

+5242
-20
lines changed

2 files changed

+5242
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-starter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Antony Budianto",
55
"description": "Angular 2 Starter with extensible features",
66
"main": "src/tmp/app/main.js",
@@ -41,24 +41,24 @@
4141
"url": "https://github.com/antonybudianto/angular2-starter/issues"
4242
},
4343
"dependencies": {
44-
"@angular/common": "~2.0.2",
45-
"@angular/compiler": "~2.0.2",
46-
"@angular/core": "~2.0.2",
47-
"@angular/forms": "~2.0.2",
48-
"@angular/http": "~2.0.2",
49-
"@angular/platform-browser": "~2.0.2",
50-
"@angular/platform-browser-dynamic": "~2.0.2",
51-
"@angular/router": "~3.0.2",
44+
"@angular/common": "~2.1.2",
45+
"@angular/compiler": "~2.1.2",
46+
"@angular/core": "~2.1.2",
47+
"@angular/forms": "~2.1.2",
48+
"@angular/http": "~2.1.2",
49+
"@angular/platform-browser": "~2.1.2",
50+
"@angular/platform-browser-dynamic": "~2.1.2",
51+
"@angular/router": "~3.1.2",
5252
"@ngstarter/systemjs-extension": "1.0.0-rc.4",
5353
"@types/core-js": "^0.9.34",
54-
"@types/jasmine": "^2.5.35",
54+
"@types/jasmine": "^2.5.36",
5555
"@types/lodash": "^4.14.37",
5656
"@types/selenium-webdriver": "^2.44.28",
5757
"bootstrap-sass": "^3.3.7",
58-
"codelyzer": "1.0.0-beta.0",
58+
"codelyzer": "1.0.0-beta.3",
5959
"core-js": "^2.4.1",
6060
"del": "~2.2.2",
61-
"font-awesome": "^4.6.3",
61+
"font-awesome": "^4.7.0",
6262
"glob": "^7.0.6",
6363
"gulp": "^3.9.1",
6464
"gulp-cssnano": "^2.1.2",
@@ -67,10 +67,10 @@
6767
"gulp-rev": "^7.1.2",
6868
"gulp-rev-replace": "^0.4.3",
6969
"gulp-sass": "^2.3.2",
70-
"gulp-sourcemaps": "^1.6.0",
70+
"gulp-sourcemaps": "^2.2.0",
7171
"gulp-template": "^4.0.0",
7272
"gulp-tslint": "6.1.2",
73-
"gulp-typescript": "~3.0.2",
73+
"gulp-typescript": "~3.1.2",
7474
"gulp-uglify": "~2.0.0",
7575
"gulp-useref": "~3.1.2",
7676
"jasmine-core": "~2.5.0",
@@ -87,15 +87,15 @@
8787
"require-dir": "~0.3.0",
8888
"run-sequence": "~1.2.2",
8989
"rxjs": "5.0.0-beta.12",
90-
"systemjs": "^0.19.37",
90+
"systemjs": "^0.19.40",
9191
"tslint": "~3.15.1",
92-
"typescript": "~2.0.3",
93-
"yargs": "^6.0.0",
94-
"zone.js": "^0.6.21"
92+
"typescript": "~2.0.6",
93+
"yargs": "^6.3.0",
94+
"zone.js": "^0.6.26"
9595
},
9696
"devDependencies": {
97-
"browser-sync": "^2.14.0",
97+
"browser-sync": "^2.17.5",
9898
"connect-history-api-fallback": "^1.2.0",
99-
"ts-node": "^1.4.0"
99+
"ts-node": "^1.6.1"
100100
}
101101
}

0 commit comments

Comments
 (0)