Skip to content

Commit

Permalink
Bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Jan 29, 2020
1 parent 9f752d0 commit 7a60ada
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 1,233 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,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.2",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"release-it": "^12.3.5",
"rollup": "^1.19.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-filesize": "^6.1.1",
"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
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 7a60ada

Please sign in to comment.