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

Commit 889e1e5

Browse files
author
Brendan Mullins
committed
Update rollup to 0.67.3
1 parent 95e6b14 commit 889e1e5

File tree

4 files changed

+6417
-17
lines changed

4 files changed

+6417
-17
lines changed

lib/purgecss-webpack-plugin.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import path from 'path';
21
import fs from 'fs';
32
import Purgecss from 'purgecss';
43
import { ConcatSource } from 'webpack-sources';
4+
import path from 'path';
55

66
function _classCallCheck(instance, Constructor) {
77
if (!(instance instanceof Constructor)) {

lib/purgecss-webpack-plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
44

5-
var path = _interopDefault(require('path'));
65
var fs = _interopDefault(require('fs'));
76
var Purgecss = _interopDefault(require('purgecss'));
87
var webpackSources = require('webpack-sources');
8+
var path = _interopDefault(require('path'));
99

1010
function _classCallCheck(instance, Constructor) {
1111
if (!(instance instanceof Constructor)) {

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,30 @@
3939
},
4040
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
4141
"devDependencies": {
42-
"@babel/core": "^7.0.0",
42+
"@babel/core": "^7.1.6",
4343
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
4444
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
45-
"@babel/preset-env": "^7.0.0",
45+
"@babel/preset-env": "^7.1.6",
4646
"babel-core": "^7.0.0-bridge.0",
47-
"babel-eslint": "^10.0.0",
48-
"babel-jest": "^23.4.2",
49-
"codacy-coverage": "^3.0.0",
50-
"css-loader": "^1.0.0",
51-
"eslint": "^5.4.0",
52-
"jest": "^23.5.0",
53-
"mini-css-extract-plugin": "^0.4.0",
54-
"prettier": "^1.14.0",
55-
"rollup": "^0.66.0",
56-
"rollup-plugin-babel": "^4.0.1",
57-
"rollup-plugin-commonjs": "^9.1.3",
58-
"rollup-plugin-node-resolve": "^3.3.0",
47+
"babel-eslint": "^10.0.1",
48+
"babel-jest": "^23.6.0",
49+
"codacy-coverage": "^3.2.0",
50+
"css-loader": "^1.0.1",
51+
"eslint": "^5.9.0",
52+
"jest": "^23.6.0",
53+
"mini-css-extract-plugin": "^0.4.4",
54+
"prettier": "^1.15.2",
55+
"rollup": "^0.67.3",
56+
"rollup-plugin-babel": "^4.0.3",
57+
"rollup-plugin-commonjs": "^9.2.0",
58+
"rollup-plugin-node-resolve": "^3.4.0",
5959
"rollup-watch": "^4.3.1",
6060
"webpack": "^4 || ^3",
6161
"webpack-cli": "^3"
6262
},
6363
"dependencies": {
6464
"purgecss": "^1.1.0",
65-
"webpack-sources": "^1.2.0"
65+
"webpack-sources": "^1.3.0"
6666
},
6767
"peerDependencies": {
6868
"webpack": "^4 || ^3"

0 commit comments

Comments
 (0)