load-grunt-config
Advanced tools
Comparing version 1.0.2 to 2.0.0-rc1
@@ -1,5 +0,17 @@ | ||
1.0.2 / not released yet | ||
2.0.0 / not released yet (rc1 - 2019-05-03) | ||
================== | ||
* Dropped support of node lower than 6 | ||
* Added package-lock.json | ||
* Updated dependencies: | ||
* js-yaml from ~3.12.0 to 3.13.1 | ||
* cson from ~4.0.0 to 5.1.0 | ||
* load-grunt-tasks from ~3.5.2 to 4.0.0 | ||
* Switched to strict dependencies versions | ||
* Updated devDependencies | ||
1.0.2 / 2019-05-03 | ||
================== | ||
* Updated dependencies: | ||
* glob from ~7.1.1 to ~7.1.3 | ||
@@ -6,0 +18,0 @@ * js-yaml from ~3.7.0 to ~3.12.0 |
{ | ||
"name": "load-grunt-config", | ||
"version": "1.0.2", | ||
"version": "2.0.0-rc1", | ||
"description": "Grunt plugin that lets you break up your Gruntfile config by task", | ||
@@ -30,22 +30,22 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
"devDependencies": { | ||
"grunt-simple-mocha": "~0.4.0", | ||
"grunt-contrib-jshint": "~1.1.0", | ||
"grunt-contrib-watch": "~1.1.0", | ||
"grunt": "~1.0.1", | ||
"grunt-notify": "~0.4.1", | ||
"grunt-gh-pages": "~3.1.0", | ||
"sinon": "~1.17.2", | ||
"proxyquire": "~1.7.3" | ||
"grunt": "1.0.4", | ||
"grunt-contrib-jshint": "2.1.0", | ||
"grunt-contrib-watch": "1.1.0", | ||
"grunt-gh-pages": "3.1.0", | ||
"grunt-notify": "0.4.5", | ||
"grunt-simple-mocha": "0.4.1", | ||
"proxyquire": "2.1.0", | ||
"sinon": "7.3.2" | ||
}, | ||
"dependencies": { | ||
"cson": "~4.0.0", | ||
"glob": "~7.1.3", | ||
"jit-grunt": "~0.10.0", | ||
"js-yaml": "~3.12.0", | ||
"load-grunt-tasks": "~3.5.2", | ||
"lodash": "~4.17.11" | ||
"cson": "5.1.0", | ||
"glob": "7.1.3", | ||
"jit-grunt": "0.10.0", | ||
"js-yaml": "3.13.1", | ||
"load-grunt-tasks": "4.0.0", | ||
"lodash": "4.17.11" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22615
2
+ Addedcson@5.1.0(transitive)
+ Addededitions@1.3.4(transitive)
+ Addedfind-up@2.1.0(transitive)
+ Addedglob@7.1.3(transitive)
+ Addedjs-yaml@3.13.1(transitive)
+ Addedload-grunt-tasks@4.0.0(transitive)
+ Addedlocate-path@2.0.0(transitive)
+ Addedlodash@4.17.11(transitive)
+ Addedp-limit@1.3.0(transitive)
+ Addedp-locate@2.0.0(transitive)
+ Addedp-try@1.0.0(transitive)
+ Addedpath-exists@3.0.0(transitive)
+ Addedpkg-up@2.0.0(transitive)
+ Addedresolve-pkg@1.0.0(transitive)
- Removedcson@4.0.0(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedjs-yaml@3.12.2(transitive)
- Removedload-grunt-tasks@3.5.2(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedpkg-up@1.0.0(transitive)
- Removedresolve-pkg@0.1.0(transitive)
Updatedcson@5.1.0
Updatedglob@7.1.3
Updatedjit-grunt@0.10.0
Updatedjs-yaml@3.13.1
Updatedload-grunt-tasks@4.0.0
Updatedlodash@4.17.11