Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Update dependencies to enable Greenkeeper 🌴 #139

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cache:
branches:
only:
- master
- /^greenkeeper/.*$/
notifications:
email: true
node_js:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://coveralls.io/github/dsebastien/modernWebDevGenerator?branch=master
[![Dependency Status](https://david-dm.org/dsebastien/modernWebDevGenerator.svg?theme=shields.io&style=flat)](https://david-dm.org/dsebastien/modernWebDevGenerator)
[![devDependency Status](https://david-dm.org/dsebastien/modernWebDevGenerator/dev-status.svg?theme=shields.io&style=flat)](https://david-dm.org/dsebastien/modernWebDevGenerator#info=devDependencies)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-green.svg?style=flat)](https://gitter.im/dsebastien/modernWebDevGenerator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](LICENSE.MD)
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](LICENSE.MD) [![Greenkeeper badge](https://badges.greenkeeper.io/dsebastien/modernWebDevGenerator.svg)](https://greenkeeper.io/)

## About
ModernWebDevGenerator is a [Yeoman](http://yeoman.io/) generator that will help you quickly get up and running with [ModernWebDevBuild](https://github.com/dsebastien/modernWebDevBuild).
Expand Down
30 changes: 15 additions & 15 deletions app/templates/projectTemplates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"dependencies": {
"babel-runtime": "^6.6.1",
"reflect-metadata": "^0.1.3",
"zone.js": "^0.6.6",
"zone.js": "^0.8.26",
"es6-shim": "^0.35.0",
"rxjs": "5.0.0-beta.6",
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/forms": "0.1.1",
"@angular/http": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.7",
"rxjs": "6.2.0",
"@angular/common": "6.0.3",
"@angular/compiler": "6.0.3",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/http": "6.0.3",
"@angular/platform-browser": "6.0.3",
"@angular/platform-browser-dynamic": "6.0.3",
"@angular/router": "6.0.3",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.3"
"@angular/upgrade": "6.0.3"
},
"devDependencies": {
"babel-core": "^6.7.4",
Expand All @@ -62,11 +62,11 @@
"gulp": "^3.9.1",
"jspm": "^0.16.31",
"nodemon": "^1.9.1",
"typescript": "^1.8.9",
"typescript": "^2.9.1",
"modern-web-dev-build": "^0.5.3",
"jasmine-core": "^2.4.1",
"karma-jasmine": "^0.3.8",
"typings": "^0.7.9"
"jasmine-core": "^3.1.0",
"karma-jasmine": "^1.1.2",
"typings": "^2.1.1"
},
"engines": {
"node": ">=4.2.6",
Expand Down
10 changes: 10 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"groups": {
"default": {
"packages": [
"app/templates/projectTemplates/package.json",
"package.json"
]
}
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,40 +37,40 @@
"init"
],
"dependencies": {
"yeoman-generator": "^0.23.0",
"yosay": "^1.1.0",
"chalk": "^1.1.3",
"yeoman-generator": "^2.0.5",
"yosay": "^2.0.2",
"chalk": "^2.4.1",
"babel-runtime": "^6.6.1",
"update-notifier": "^0.7.0",
"string-length": "^1.0.1"
"update-notifier": "^2.5.0",
"string-length": "^2.0.0"
},
"devDependencies": {
"yeoman-assert": "^2.1.1",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.1.0",
"babel-core": "^6.7.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-debug": "^2.1.2",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.2.0",
"gulp-debug": "^4.0.0",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs": "^4.1.0",
"gulp-jscs-stylish": "^1.3.0",
"jshint": "^2.9.1",
"gulp-jshint": "^2.0.0",
"gulp-nice-package": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-size": "^3.0.0",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
"mocha": "^5.2.0",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1"
},
"main": "app/index.js",
"files": [
Expand Down