This repository was archived by the owner on May 19, 2023. It is now read-only.
File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 49
49
"@babel/preset-env" : " ^7.12.11" ,
50
50
"@babel/preset-typescript" : " ^7.12.7" ,
51
51
"@rollup/plugin-babel" : " ^5.2.2" ,
52
- "@rollup/plugin-commonjs" : " 17.1 .0" ,
52
+ "@rollup/plugin-commonjs" : " 18.0 .0" ,
53
53
"@rollup/plugin-node-resolve" : " 11.2.0" ,
54
54
"@testing-library/dom" : " ^7.28.1" ,
55
55
"@types/jest" : " ^26.0.22" ,
56
56
"coveralls" : " ^3.1.0" ,
57
57
"del-cli" : " ^3.0.1" ,
58
- "esbuild" : " ^0.10.2 " ,
58
+ "esbuild" : " ^0.11.1 " ,
59
59
"jest" : " ^26.6.1" ,
60
60
"prettier" : " ^2.1.2" ,
61
- "rollup" : " 2.42.4 " ,
61
+ "rollup" : " 2.44.0 " ,
62
62
"rollup-plugin-filesize" : " ^9.1.1" ,
63
63
"rollup-plugin-terser" : " ^7.0.2" ,
64
64
"rollup-plugin-typescript2" : " ^0.30.0" ,
Original file line number Diff line number Diff line change 1168
1168
" @babel/helper-module-imports" " ^7.10.4"
1169
1169
" @rollup/pluginutils" " ^3.1.0"
1170
1170
1171
- " @rollup/plugin-commonjs@17.1 .0 " :
1172
- version "17.1 .0"
1173
- resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1 .0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d "
1174
- integrity sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew ==
1171
+ " @rollup/plugin-commonjs@18.0 .0 " :
1172
+ version "18.0 .0"
1173
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-18.0 .0.tgz#50dc7518b5aa9e66a270e529ea85115d269825c4 "
1174
+ integrity sha512-fj92shhg8luw7XbA0HowAqz90oo7qtLGwqTKbyZ8pmOyH8ui5e+u0wPEgeHLH3djcVma6gUCUrjY6w5R2o1u6g ==
1175
1175
dependencies :
1176
1176
" @rollup/pluginutils" " ^3.1.0"
1177
1177
commondir "^1.0.1"
@@ -2369,10 +2369,10 @@ error-ex@^1.3.1:
2369
2369
dependencies :
2370
2370
is-arrayish "^0.2.1"
2371
2371
2372
- esbuild@^0.10.2 :
2373
- version "0.10.2 "
2374
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.10.2 .tgz#caa65a8f3096d547d89159918039df6c5c6c90be "
2375
- integrity sha512-/5vsZD7wTJJHC3yNXLUjXNvUDwqwNoIMvFvLd9tcDQ9el5l13pspYm3yufavjIeYvNtAbo+6N/6uoWx9dGA6ug ==
2372
+ esbuild@^0.11.1 :
2373
+ version "0.11.1 "
2374
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.1 .tgz#8b11cda40909b8736466547718e453ee146f655a "
2375
+ integrity sha512-aqhODgreee+PW3vFG96/jtVgzGYqDoUncOk2XEwEquJH/NrfvPtigqkth1QSAMrv/44Z/7pKxmcL6RTJm2L3Og ==
2376
2376
2377
2377
escalade@^3.1.1 :
2378
2378
version "3.1.1"
@@ -4860,10 +4860,10 @@ rollup-plugin-typescript2@^0.30.0:
4860
4860
resolve "1.20.0"
4861
4861
tslib "2.1.0"
4862
4862
4863
- rollup@2.42.4 :
4864
- version "2.42.4 "
4865
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.42.4 .tgz#97c910a48bd0db6aaa4271dd48745870cbbbf970 "
4866
- integrity sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw ==
4863
+ rollup@2.44.0 :
4864
+ version "2.44.0 "
4865
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.44.0 .tgz#8da324d1c4fd12beef9ae6e12f4068265b6d95eb "
4866
+ integrity sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ ==
4867
4867
optionalDependencies :
4868
4868
fsevents "~2.3.1"
4869
4869
You can’t perform that action at this time.
0 commit comments