Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit e9cfd50

Browse files
authored
Merge pull request #33 from FullHuman/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 0b6e1bc + dee130d commit e9cfd50

File tree

7 files changed

+20
-5932
lines changed

7 files changed

+20
-5932
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![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)
99
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1010
[![npm](https://img.shields.io/npm/v/purgecss-webpack-plugin.svg)](https://www.npmjs.com/package/purgecss-webpack-plugin)
11-
[![license](https://img.shields.io/github/license/fullhuman/purgecss-webpack-plugin.svg)]()
11+
[![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/)
1212

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

examples/postcss-and-scss/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"postcss-import": "^11.0.0",
1818
"postcss-loader": "^2.0.9",
1919
"postcss-scss": "^1.0.2",
20-
"purgecss-webpack-plugin": "^0.16.0",
21-
"sass-loader": "^6.0.6",
22-
"style-loader": "^0.19.1",
20+
"purgecss-webpack-plugin": "^1.2.0",
21+
"sass-loader": "^7.0.3",
22+
"style-loader": "^0.21.0",
2323
"sugarss": "^1.0.1",
24-
"webpack": "^3.10.0"
24+
"webpack": "^4.14.0"
2525
}
2626
}

examples/simple-with-exclusion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"css-loader": "^0.28.7",
18-
"style-loader": "^0.19.0",
19-
"webpack": "^3.10.0"
18+
"style-loader": "^0.21.0",
19+
"webpack": "^4.14.0"
2020
}
2121
}

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"extract-text-webpack-plugin": "^4.0.0-beta.0",
1818
"mini-css-extract-plugin": "^0.4.0",
1919
"style-loader": "^0.21.0",
20-
"webpack": "^4.8.3"
20+
"webpack": "^4.14.0"
2121
}
2222
}

greenkeeper.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"package.json"
6+
]
7+
}
8+
}
9+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"babel-preset-env": "^1.7.0",
4747
"codacy-coverage": "^3.0.0",
4848
"css-loader": "^0.28.11",
49-
"eslint": "^4.19.1",
49+
"eslint": "^5.0.1",
5050
"jest": "^23.1.0",
5151
"mini-css-extract-plugin": "^0.4.0",
5252
"prettier": "^1.13.4",
53-
"rollup": "^0.60.0",
53+
"rollup": "^0.62.0",
5454
"rollup-plugin-babel": "^3.0.4",
5555
"rollup-plugin-commonjs": "^9.1.3",
5656
"rollup-plugin-node-resolve": "^3.3.0",
5757
"rollup-watch": "^4.3.1",
5858
"webpack-cli": "^3.0.2",
59-
"webpack": "^4.11.1"
59+
"webpack": "^4.14.0"
6060
},
6161
"dependencies": {
6262
"purgecss": "^1.0.1",

0 commit comments

Comments
 (0)