Skip to content

Update dependencies to enable Greenkeeper 🌴 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
chore(package): update dependencies
  • Loading branch information
greenkeeper[bot] committed May 24, 2017
commit 893e4d29f476e91a48ffc7154221b9e4274934a7
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
"name": "angularformvalidation",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt": "^1.0.1",
"grunt-angular-architecture-graph": "^0.2.6",
"grunt-angular-templates": "^0.5.7",
"grunt-autoprefixer": "^2.0.0",
"grunt-bump": "^0.6.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-angular-templates": "^1.1.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.1.2",
"grunt-google-cdn": "^0.4.3",
"grunt-graphviz": "^0.1.1",
"grunt-istanbul-coverage": "^0.1.1",
"grunt-jsinspect": "^1.0.0",
"grunt-jsinspect": "^2.0.0",
"grunt-karma": "*",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-svgmin": "^2.0.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-svgmin": "^4.0.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.3.4",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "^1.9.18",
"phantomjs": "^2.1.7",
"time-grunt": "^1.0.0"
},
"engines": {
Expand Down