Update yarn dependencies
This commit is contained in:
parent
236738d194
commit
3e9ece2c7f
2 changed files with 10 additions and 10 deletions
|
@ -8,8 +8,8 @@
|
|||
"@bower_components/opensans-googlefont": "google-fonts-bower/opensans-bower#*",
|
||||
"grunt": "~1.0.1",
|
||||
"grunt-contrib-csslint": "~2.0.0",
|
||||
"grunt-contrib-cssmin": "^2.2.1",
|
||||
"grunt-contrib-uglify": "~3.0.0",
|
||||
"grunt-contrib-cssmin": "~2.2.1",
|
||||
"grunt-contrib-uglify": "~3.1.0",
|
||||
"grunt-potomo": "~3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -17,7 +17,7 @@
|
|||
"grunt-contrib-watch": "~1.0.0",
|
||||
"grunt-fixpack": "~0.1.0",
|
||||
"grunt-githash": "~0.1.3",
|
||||
"grunt-jslint": "^1.1.15",
|
||||
"grunt-jslint": "~1.1.15",
|
||||
"grunt-jsonlint": "~1.1.0",
|
||||
"grunt-phpcs": "~0.4.0",
|
||||
"grunt-phpdocumentor": "~0.4.1",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -632,7 +632,7 @@ grunt-contrib-csslint@~2.0.0:
|
|||
lodash "^4.8.2"
|
||||
strip-json-comments "^2.0.1"
|
||||
|
||||
grunt-contrib-cssmin@^2.2.1:
|
||||
grunt-contrib-cssmin@~2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz#64cbebe60134bc1270ca4154514ec4007cc16f7f"
|
||||
dependencies:
|
||||
|
@ -640,9 +640,9 @@ grunt-contrib-cssmin@^2.2.1:
|
|||
clean-css "~4.1.1"
|
||||
maxmin "^2.1.0"
|
||||
|
||||
grunt-contrib-uglify@~3.0.0:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.0.1.tgz#fdeb5f938a4c8042f8e86ae46f63554e8e9511cb"
|
||||
grunt-contrib-uglify@~3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.1.0.tgz#10d1e4849210ec92bf0b08247e24186354d5e9ee"
|
||||
dependencies:
|
||||
chalk "^1.0.0"
|
||||
maxmin "^1.1.0"
|
||||
|
@ -671,9 +671,9 @@ grunt-githash@~0.1.3:
|
|||
bluebird "^3.0.5"
|
||||
git-rev-2 "^0.1.0"
|
||||
|
||||
grunt-jslint@^1.1.15:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/grunt-jslint/-/grunt-jslint-1.2.0.tgz#69474ca679aa20d75975917d504765078e010108"
|
||||
grunt-jslint@~1.1.15:
|
||||
version "1.1.15"
|
||||
resolved "https://registry.yarnpkg.com/grunt-jslint/-/grunt-jslint-1.1.15.tgz#c7d7dbb850307d9e9bd12ea62fef7ed6ac2abe7f"
|
||||
dependencies:
|
||||
jslint "^0.10.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue