File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 133
133
"@babel/preset-react" : " ^7.16.7" ,
134
134
"@babel/preset-typescript" : " ^7.16.7" ,
135
135
"@rollup/plugin-babel" : " ^5.3.1" ,
136
- "@rollup/plugin-commonjs" : " ^22.0 .0" ,
136
+ "@rollup/plugin-commonjs" : " 21.1 .0" ,
137
137
"@rollup/plugin-node-resolve" : " ^13.2.1" ,
138
138
"@rollup/plugin-replace" : " ^4.0.0" ,
139
139
"@testing-library/jest-dom" : " ^5.14.1" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ const babelConfig = {
48
48
extensions,
49
49
babelHelpers : 'bundled' ,
50
50
}
51
-
52
51
const resolveConfig = { extensions }
53
52
54
53
const externalPeerDeps = ( ) =>
Original file line number Diff line number Diff line change 2130
2130
" @babel/helper-module-imports" " ^7.10.4"
2131
2131
" @rollup/pluginutils" " ^3.1.0"
2132
2132
2133
- " @rollup/plugin-commonjs@^22.0 .0 " :
2134
- version "22.0 .0"
2135
- resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0 .0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd "
2136
- integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ ==
2133
+ " @rollup/plugin-commonjs@21.1 .0 " :
2134
+ version "21.1 .0"
2135
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1 .0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553 "
2136
+ integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA ==
2137
2137
dependencies :
2138
2138
" @rollup/pluginutils" " ^3.1.0"
2139
2139
commondir "^1.0.1"
You can’t perform that action at this time.
0 commit comments