Skip to content

Commit ced29dc

Browse files
author
Andrew Luca
committed
chore: update rollup
1 parent fde4136 commit ced29dc

File tree

3 files changed

+140
-64
lines changed

3 files changed

+140
-64
lines changed

package-lock.json

Lines changed: 135 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"@babel/cli": "^7.8.4",
3737
"@babel/core": "^7.8.4",
3838
"@babel/preset-env": "^7.8.4",
39+
"@rollup/plugin-commonjs": "^11.0.2",
40+
"@rollup/plugin-node-resolve": "^7.1.1",
3941
"@size-limit/preset-small-lib": "^4.0.1",
4042
"babel-core": "^7.0.0-bridge.0",
4143
"coveralls": "^3.0.9",
@@ -47,10 +49,8 @@
4749
"jest-fetch-mock": "^1.7.5",
4850
"prettier": "^1.19.1",
4951
"rimraf": "^2.7.1",
50-
"rollup": "^0.67.4",
52+
"rollup": "^1.31.1",
5153
"rollup-plugin-babel": "^4.3.3",
52-
"rollup-plugin-commonjs": "^9.3.4",
53-
"rollup-plugin-node-resolve": "^3.4.0",
5454
"size-limit": "^4.0.1"
5555
},
5656
"files": [

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import resolve from 'rollup-plugin-node-resolve';
2-
import commonjs from 'rollup-plugin-commonjs';
1+
import resolve from '@rollup/plugin-node-resolve';
2+
import commonjs from '@rollup/plugin-commonjs';
33
import babel from 'rollup-plugin-babel';
44
import pkg from './package.json';
55

0 commit comments

Comments
 (0)