Skip to content

Commit

Permalink
chore: update grunt and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 16, 2016
1 parent 5676b05 commit 0965945
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -55,20 +55,20 @@
},
"license": "MIT",
"dependencies": {
"semver": "^4.3.3"
"semver": "^5.1.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
"grunt": ">=1.0.1"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt": "^1.0.1",
"grunt-auto-release": "^0.0.6",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt-conventional-changelog": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "^0.0.2",
"load-grunt-tasks": "^3.1.0"
"load-grunt-tasks": "^3.5.0"
},
"keywords": [
"gruntplugin"
Expand Down

3 comments on commit 0965945

@acjohnso25
Copy link

@acjohnso25 acjohnso25 commented on 0965945 Apr 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is breaking projects all over, because of the update to grunt 1.x. This should have been released as a minor/major version bump, not a patch. See #180.

@eddiemonge
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed and pushed

@shama
Copy link

@shama shama commented on 0965945 Jul 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to list as >=0.4.5 instead unless it's no longer compatible with grunt@0.4.5. Or just remove the peer dependency definition and expect people to know to install grunt.

Please sign in to comment.