Skip to content

Commit

Permalink
upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 23, 2019
1 parent 8e60498 commit c9a36da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"kdbush": "^3.0.0"
},
"devDependencies": {
"c8": "^4.1.4",
"eslint": "^5.16.0",
"c8": "^5.0.1",
"eslint": "^6.1.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.2.22",
"esm": "^3.2.25",
"mkdirp": "^0.5.1",
"rollup": "^1.11.3",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"tape": "^4.10.1"
"rollup": "^1.17.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"tape": "^4.11.0"
},
"eslintConfig": {
"extends": "mourner",
Expand Down

0 comments on commit c9a36da

Please sign in to comment.