Skip to content

Commit

Permalink
update stable deps and add yarn lock (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonybudianto7 authored Oct 31, 2016
1 parent e9dda70 commit f0ba3bc
Show file tree
Hide file tree
Showing 2 changed files with 5,242 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-starter",
"version": "1.0.0",
"version": "1.0.1",
"author": "Antony Budianto",
"description": "Angular 2 Starter with extensible features",
"main": "src/tmp/app/main.js",
Expand Down Expand Up @@ -41,24 +41,24 @@
"url": "https://github.com/antonybudianto/angular2-starter/issues"
},
"dependencies": {
"@angular/common": "~2.0.2",
"@angular/compiler": "~2.0.2",
"@angular/core": "~2.0.2",
"@angular/forms": "~2.0.2",
"@angular/http": "~2.0.2",
"@angular/platform-browser": "~2.0.2",
"@angular/platform-browser-dynamic": "~2.0.2",
"@angular/router": "~3.0.2",
"@angular/common": "~2.1.2",
"@angular/compiler": "~2.1.2",
"@angular/core": "~2.1.2",
"@angular/forms": "~2.1.2",
"@angular/http": "~2.1.2",
"@angular/platform-browser": "~2.1.2",
"@angular/platform-browser-dynamic": "~2.1.2",
"@angular/router": "~3.1.2",
"@ngstarter/systemjs-extension": "1.0.0-rc.4",
"@types/core-js": "^0.9.34",
"@types/jasmine": "^2.5.35",
"@types/jasmine": "^2.5.36",
"@types/lodash": "^4.14.37",
"@types/selenium-webdriver": "^2.44.28",
"bootstrap-sass": "^3.3.7",
"codelyzer": "1.0.0-beta.0",
"codelyzer": "1.0.0-beta.3",
"core-js": "^2.4.1",
"del": "~2.2.2",
"font-awesome": "^4.6.3",
"font-awesome": "^4.7.0",
"glob": "^7.0.6",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
Expand All @@ -67,10 +67,10 @@
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-template": "^4.0.0",
"gulp-tslint": "6.1.2",
"gulp-typescript": "~3.0.2",
"gulp-typescript": "~3.1.2",
"gulp-uglify": "~2.0.0",
"gulp-useref": "~3.1.2",
"jasmine-core": "~2.5.0",
Expand All @@ -87,15 +87,15 @@
"require-dir": "~0.3.0",
"run-sequence": "~1.2.2",
"rxjs": "5.0.0-beta.12",
"systemjs": "^0.19.37",
"systemjs": "^0.19.40",
"tslint": "~3.15.1",
"typescript": "~2.0.3",
"yargs": "^6.0.0",
"zone.js": "^0.6.21"
"typescript": "~2.0.6",
"yargs": "^6.3.0",
"zone.js": "^0.6.26"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"browser-sync": "^2.17.5",
"connect-history-api-fallback": "^1.2.0",
"ts-node": "^1.4.0"
"ts-node": "^1.6.1"
}
}
Loading

0 comments on commit f0ba3bc

Please sign in to comment.