Skip to content

Commit

Permalink
Meta: Use exact dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 15, 2018
1 parent 863426e commit 8285105
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"node": ">=10"
},
"devDependencies": {
"css": "^2.2.3",
"css-mediaquery": "^0.1.2",
"eslint": "^5.3.0",
"eslint-config-silverwind": "^2.0.3",
"fs-extra": "^7.0.0",
"got": "^9.0.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-exec": "^3.0.0",
"grunt-string-replace": "^1.3.1",
"grunt-wrap": "^0.3.1",
"parse5": "^5.1.0",
"perfectionist": "^2.4.0",
"postcss": "^7.0.2",
"semver": "^5.5.0",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"updates": "^4.1.2",
"url-toolkit": "^2.1.4"
"css": "2.2.3",
"css-mediaquery": "0.1.2",
"eslint": "5.3.0",
"eslint-config-silverwind": "2.0.3",
"fs-extra": "7.0.0",
"got": "9.0.0",
"grunt": "1.0.3",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-exec": "3.0.0",
"grunt-string-replace": "1.3.1",
"grunt-wrap": "0.3.1",
"parse5": "5.1.0",
"perfectionist": "2.4.0",
"postcss": "7.0.2",
"semver": "5.5.0",
"stylelint": "9.4.0",
"stylelint-config-standard": "18.2.0",
"updates": "4.1.2",
"url-toolkit": "2.1.4"
},
"scripts": {
"eslint": "eslint --quiet --color *.js tools/*.js",
Expand Down

0 comments on commit 8285105

Please sign in to comment.