This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +20
-5932
lines changed Expand file tree Collapse file tree 7 files changed +20
-5932
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ 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 )
9
9
[ ![ styled with prettier] ( https://img.shields.io/badge/styled_with-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
10
10
[ ![ 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/ )
12
12
13
13
[ Webpack] ( https://github.com/webpack/webpack ) plugin to remove unused css.
14
14
Original file line number Diff line number Diff line change 17
17
"postcss-import" : " ^11.0.0" ,
18
18
"postcss-loader" : " ^2.0.9" ,
19
19
"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 " ,
23
23
"sugarss" : " ^1.0.1" ,
24
- "webpack" : " ^3.10 .0"
24
+ "webpack" : " ^4.14 .0"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"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"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 17
17
"extract-text-webpack-plugin" : " ^4.0.0-beta.0" ,
18
18
"mini-css-extract-plugin" : " ^0.4.0" ,
19
19
"style-loader" : " ^0.21.0" ,
20
- "webpack" : " ^4.8.3 "
20
+ "webpack" : " ^4.14.0 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "groups" : {
3
+ "default" : {
4
+ "packages" : [
5
+ " package.json"
6
+ ]
7
+ }
8
+ }
9
+ }
Original file line number Diff line number Diff line change 46
46
"babel-preset-env" : " ^1.7.0" ,
47
47
"codacy-coverage" : " ^3.0.0" ,
48
48
"css-loader" : " ^0.28.11" ,
49
- "eslint" : " ^4.19 .1" ,
49
+ "eslint" : " ^5.0 .1" ,
50
50
"jest" : " ^23.1.0" ,
51
51
"mini-css-extract-plugin" : " ^0.4.0" ,
52
52
"prettier" : " ^1.13.4" ,
53
- "rollup" : " ^0.60 .0" ,
53
+ "rollup" : " ^0.62 .0" ,
54
54
"rollup-plugin-babel" : " ^3.0.4" ,
55
55
"rollup-plugin-commonjs" : " ^9.1.3" ,
56
56
"rollup-plugin-node-resolve" : " ^3.3.0" ,
57
57
"rollup-watch" : " ^4.3.1" ,
58
58
"webpack-cli" : " ^3.0.2" ,
59
- "webpack" : " ^4.11.1 "
59
+ "webpack" : " ^4.14.0 "
60
60
},
61
61
"dependencies" : {
62
62
"purgecss" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments