File tree 3 files changed +71
-952
lines changed
3 files changed +71
-952
lines changed Original file line number Diff line number Diff line change 38
38
"@rollup/plugin-babel" : " ^5.2.2" ,
39
39
"@rollup/plugin-commonjs" : " ^17.0.0" ,
40
40
"@rollup/plugin-node-resolve" : " ^11.0.1" ,
41
- "@semantic-release/changelog" : " ^5 .0.1" ,
42
- "@semantic-release/git" : " ^9 .0.0 " ,
43
- "@semantic-release/github" : " ^7.2.0 " ,
41
+ "@semantic-release/changelog" : " ^6 .0.1" ,
42
+ "@semantic-release/git" : " ^10 .0.1 " ,
43
+ "@semantic-release/github" : " ^8.0.4 " ,
44
44
"@testing-library/dom" : " ^7.29.0" ,
45
45
"@testing-library/jest-dom" : " ^5.11.6" ,
46
46
"@testing-library/react" : " ^11.2.2" ,
58
58
"react-test-renderer" : " ^17.0.1" ,
59
59
"rimraf" : " ^3.0.2" ,
60
60
"rollup" : " ^2.35.1" ,
61
- "rollup-plugin-filesize " : " ^9. 1.0" ,
61
+ "rollup-plugin-sizes " : " ^1.0.4 " ,
62
62
"rollup-plugin-terser" : " ^7.0.2" ,
63
63
"rollup-plugin-visualizer" : " ^4.2.0" ,
64
64
"semantic-release" : " ^19.0.3"
Original file line number Diff line number Diff line change 1
1
import babel from '@rollup/plugin-babel'
2
2
import commonjs from '@rollup/plugin-commonjs'
3
3
import resolve from '@rollup/plugin-node-resolve'
4
- import filesize from 'rollup-plugin-filesize '
4
+ import filesize from 'rollup-plugin-sizes '
5
5
import { terser } from 'rollup-plugin-terser'
6
6
import visualizer from 'rollup-plugin-visualizer'
7
7
You can’t perform that action at this time.
0 commit comments