Skip to content

Commit

Permalink
chore(pluginutils): Use newest rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Feb 21, 2020
1 parent b662126 commit 82c2981
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 35 deletions.
4 changes: 2 additions & 2 deletions packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"estree-walker": "^1.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@types/estree": "0.0.39",
"@types/jest": "^24.9.0",
"@types/micromatch": "^3.1.1",
"@types/node": "^12.12.25",
"micromatch": "^4.0.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.7.5"
},
"ava": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pluginutils/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import commonjs from '@rollup/plugin-commonjs';
import resolve from '@rollup/plugin-node-resolve';
import typescript from '@rollup/plugin-typescript';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';

import pkg from './package.json';

Expand Down
83 changes: 52 additions & 31 deletions pnpm-lock.yaml

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

0 comments on commit 82c2981

Please sign in to comment.