Skip to content

Commit

Permalink
Merge pull request #33 from FullHuman/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
Ffloriel committed Oct 30, 2019
1 parent 7ae05fd commit 156dff6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5,932 deletions.
2 changes: 1 addition & 1 deletion packages/purgecss-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/c23bd13d30104a7a89bed239166aaf69)](https://www.codacy.com/app/FullHuman/purgecss-webpack-plugin?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/purgecss-webpack-plugin&utm_campaign=Badge_Coverage)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![npm](https://img.shields.io/npm/v/purgecss-webpack-plugin.svg)](https://www.npmjs.com/package/purgecss-webpack-plugin)
[![license](https://img.shields.io/github/license/fullhuman/purgecss-webpack-plugin.svg)]()
[![license](https://img.shields.io/github/license/fullhuman/purgecss-webpack-plugin.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/purgecss-webpack-plugin.svg)](https://greenkeeper.io/)

[Webpack](https://github.com/webpack/webpack) plugin to remove unused css.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"postcss-scss": "^1.0.2",
"purgecss-webpack-plugin": "^0.16.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"purgecss-webpack-plugin": "^1.2.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"sugarss": "^1.0.1",
"webpack": "^3.10.0"
"webpack": "^4.14.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"css-loader": "^0.28.7",
"style-loader": "^0.19.0",
"webpack": "^3.10.0"
"style-loader": "^0.21.0",
"webpack": "^4.14.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"mini-css-extract-plugin": "^0.4.0",
"style-loader": "^0.21.0",
"webpack": "^4.8.3"
"webpack": "^4.14.0"
}
}
9 changes: 9 additions & 0 deletions packages/purgecss-webpack-plugin/greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"groups": {
"default": {
"packages": [
"package.json"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/purgecss-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"babel-preset-env": "^1.7.0",
"codacy-coverage": "^3.0.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint": "^5.0.1",
"jest": "^23.1.0",
"mini-css-extract-plugin": "^0.4.0",
"prettier": "^1.13.4",
"rollup": "^0.60.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-watch": "^4.3.1",
"webpack-cli": "^3.0.2",
"webpack": "^4.11.1"
"webpack": "^4.14.0"
},
"dependencies": {
"purgecss": "^1.0.1",
Expand Down
Loading

0 comments on commit 156dff6

Please sign in to comment.