File tree 3 files changed +253
-41
lines changed
3 files changed +253
-41
lines changed Original file line number Diff line number Diff line change 27
27
"author" : " Wang Zuo" ,
28
28
"license" : " MIT" ,
29
29
"devDependencies" : {
30
+ "@babel/core" : " ^7.9.0" ,
31
+ "@rollup/plugin-commonjs" : " ^11.0.2" ,
32
+ "@rollup/plugin-node-resolve" : " ^7.1.1" ,
30
33
"babel-jest" : " ^24.8.0" ,
31
34
"babel-preset-swiftcarrot" : " ^1.0.0" ,
32
35
"jest" : " ^24.8.0" ,
33
36
"react" : " ^16.8.6" ,
34
37
"react-dom" : " ^16.8.6" ,
35
38
"react-test-renderer" : " ^16.8.6" ,
36
39
"rollup" : " ^1.17.0" ,
37
- "rollup-plugin-babel" : " ^4.3.3" ,
38
- "rollup-plugin-commonjs" : " ^10.0.1" ,
39
- "rollup-plugin-node-resolve" : " ^5.2.0"
40
+ "rollup-plugin-babel" : " ^4.3.3"
40
41
},
41
42
"dependencies" : {
42
43
"@babel/runtime" : " ^7.5.5" ,
Original file line number Diff line number Diff line change 1
1
import babel from 'rollup-plugin-babel' ;
2
- import commonjs from 'rollup- plugin-commonjs' ;
3
- import nodeResolve from 'rollup- plugin-node-resolve' ;
2
+ import commonjs from '@ rollup/ plugin-commonjs' ;
3
+ import nodeResolve from '@ rollup/ plugin-node-resolve' ;
4
4
import pkg from './package.json' ;
5
5
6
6
const input = './src/index.js' ;
You can’t perform that action at this time.
0 commit comments