File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@commitlint/cli" : " ^8.3.5" ,
42
42
"@commitlint/config-conventional" : " ^8.3.4" ,
43
+ "@rollup/plugin-commonjs" : " ^12.0.0" ,
44
+ "@rollup/plugin-node-resolve" : " ^8.0.0" ,
43
45
"@types/react" : " ^16.9.35" ,
44
46
"benchmark" : " ^2.1.4" ,
45
47
"dtslint" : " ^3.6.10" ,
55
57
"react-dom" : " ^16" ,
56
58
"rimraf" : " ^3.0.2" ,
57
59
"rollup" : " ^2.12.1" ,
58
- "rollup-plugin-commonjs" : " ^10.1.0" ,
59
- "rollup-plugin-node-resolve" : " ^5.2.0" ,
60
60
"rollup-plugin-uglify" : " ^6.0.4" ,
61
61
"standard-version" : " ^5" ,
62
62
"typescript" : " ^3.9.3"
Original file line number Diff line number Diff line change 1
- import commonjs from 'rollup- plugin-commonjs' ;
2
- import resolve from 'rollup- plugin-node-resolve' ;
1
+ import commonjs from '@ rollup/ plugin-commonjs' ;
2
+ import resolve from '@ rollup/ plugin-node-resolve' ;
3
3
import { uglify } from 'rollup-plugin-uglify' ;
4
4
5
5
/**
You can’t perform that action at this time.
0 commit comments