Skip to content

Commit

Permalink
Update rollup to 0.67.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Mullins authored and Ffloriel committed Oct 30, 2019
1 parent 32ac380 commit 8b69afe
Show file tree
Hide file tree
Showing 4 changed files with 6,417 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import fs from 'fs';
import Purgecss from 'purgecss';
import { ConcatSource } from 'webpack-sources';
import path from 'path';

function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

var path = _interopDefault(require('path'));
var fs = _interopDefault(require('fs'));
var Purgecss = _interopDefault(require('purgecss'));
var webpackSources = require('webpack-sources');
var path = _interopDefault(require('path'));

function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
Expand Down
30 changes: 15 additions & 15 deletions packages/purgecss-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@
},
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^23.4.2",
"codacy-coverage": "^3.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"jest": "^23.5.0",
"mini-css-extract-plugin": "^0.4.0",
"prettier": "^1.14.0",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"codacy-coverage": "^3.2.0",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"jest": "^23.6.0",
"mini-css-extract-plugin": "^0.4.4",
"prettier": "^1.15.2",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-watch": "^4.3.1",
"webpack": "^4 || ^3",
"webpack-cli": "^3"
},
"dependencies": {
"purgecss": "^1.1.0",
"webpack-sources": "^1.2.0"
"webpack-sources": "^1.3.0"
},
"peerDependencies": {
"webpack": "^4 || ^3"
Expand Down
Loading

0 comments on commit 8b69afe

Please sign in to comment.