Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Jan 22, 2020
1 parent 566f14e commit de854ae
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 837 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/register": "^7.5.5",
"@rollup/plugin-commonjs": "^11.0.1",
"ava": "^2.2.0",
"husky": "^3.0.3",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"release-it": "^12.3.5",
"rollup": "^1.19.4",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-minify-html-literals": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
@@ -1,7 +1,7 @@
import resolve from "rollup-plugin-node-resolve";
import { terser } from "rollup-plugin-terser";
import filesize from "rollup-plugin-filesize";
import commonjs from "rollup-plugin-commonjs";
import commonjs from "@rollup/plugin-commonjs";
import minifyHTML from "rollup-plugin-minify-html-literals";
import json from "rollup-plugin-json";

Expand Down

0 comments on commit de854ae

Please sign in to comment.