Skip to content

Commit

Permalink
Merge pull request #10 from TerryRPatterson/updatePluginUtils
Browse files Browse the repository at this point in the history
Update @rollup/pluginutils to latest version
  • Loading branch information
malchata authored Mar 2, 2021
2 parents 375f1c2 + 31286df commit 5b54deb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 13 deletions.
51 changes: 41 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"mkpath": "^1.0.0",
"rollup-pluginutils": "^2.8.1"
"@rollup/pluginutils": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand All @@ -54,7 +54,7 @@
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"rollup": "^1.16.7",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.3.3",
"simple-mock": "^0.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import util from "util";
import crypto from "crypto";

// Plugin-specific
import { createFilter } from "rollup-pluginutils";
import { createFilter } from "@rollup/pluginutils";
import chalk from "chalk";
import mkpath from "mkpath";
import imagemin from "imagemin";
Expand Down

0 comments on commit 5b54deb

Please sign in to comment.