File tree 2 files changed +5
-17
lines changed
2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@size-limit/preset-small-lib" : " 8.1.1" ,
24
24
"husky" : " 8.0.2" ,
25
- "size-limit" : " 8.1.1 " ,
25
+ "size-limit" : " 8.1.2 " ,
26
26
"tsdx" : " 0.14.1" ,
27
27
"tslib" : " 2.4.1" ,
28
28
"typescript" : " 4.9.4"
Original file line number Diff line number Diff line change @@ -2168,11 +2168,6 @@ ci-info@^2.0.0:
2168
2168
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
2169
2169
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
2170
2170
2171
- ci-job-number@^1.2.2 :
2172
- version "1.2.2"
2173
- resolved "https://registry.yarnpkg.com/ci-job-number/-/ci-job-number-1.2.2.tgz#f4e5918fcaeeda95b604f214be7d7d4a961fe0c0"
2174
- integrity sha512-CLOGsVDrVamzv8sXJGaILUVI6dsuAkouJP/n6t+OxLPeeA4DDby7zn9SB6EUpa1H7oIKoE+rMmkW80zYsFfUjA==
2175
-
2176
2171
class-utils@^0.3.5 :
2177
2172
version "0.3.6"
2178
2173
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
@@ -4696,11 +4691,6 @@ mkdirp@0.x, mkdirp@^0.5.1:
4696
4691
dependencies :
4697
4692
minimist "^1.2.6"
4698
4693
4699
- mkdirp@^1.0.4 :
4700
- version "1.0.4"
4701
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
4702
- integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
4703
-
4704
4694
mri@^1.1.0 :
4705
4695
version "1.2.0"
4706
4696
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
@@ -5734,17 +5724,15 @@ sisteransi@^1.0.5:
5734
5724
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
5735
5725
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
5736
5726
5737
- size-limit@8.1.1 :
5738
- version "8.1.1 "
5739
- resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-8.1.1 .tgz#509cb6f37ae9e15592917a25c59c9575b3d52dd1 "
5740
- integrity sha512-8Zx+SJVxwcsDBYEl3Xt+FilpuxshVcgq446L8e1k8xD+Qa4LuUmFeesb+oiaRpoJnWCrOd7QUaiU9kFVocIeHQ ==
5727
+ size-limit@8.1.2 :
5728
+ version "8.1.2 "
5729
+ resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-8.1.2 .tgz#dee99a39442e96092ab143d620d679215901abe2 "
5730
+ integrity sha512-/EfKz9I/K2ouBN+BcrTX2WiaPTOX5yiCXtM07jYpuVtyzX9r4FDUsuCq13nNmoWqRFYbtH/7wqgRLvF40AGKoQ ==
5741
5731
dependencies :
5742
5732
bytes-iec "^3.1.1"
5743
5733
chokidar "^3.5.3"
5744
- ci-job-number "^1.2.2"
5745
5734
globby "^11.1.0"
5746
5735
lilconfig "^2.0.6"
5747
- mkdirp "^1.0.4"
5748
5736
nanospinner "^1.1.0"
5749
5737
picocolors "^1.0.0"
5750
5738
You can’t perform that action at this time.
0 commit comments