Skip to content

Commit

Permalink
Update dependency size-limit to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 4846f40 commit beba3b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rollup": "^4.5.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"size-limit": "^10.0.3",
"size-limit": "^11.0.0",
"typescript": "^5.3.2"
},
"scripts": {
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6084,7 +6084,7 @@ sisteransi@^1.0.5:
resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==

[email protected], size-limit@^10.0.3:
[email protected]:
version "10.0.3"
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-10.0.3.tgz#76296ecbfb083f01cca80cbe8d098cc1aead3989"
integrity sha512-5k1k2Kykueq5K/PJQclKx2GS1prz4WNNvm+x5CQ2oWLHwmuFnb1z1g412O9aoOFqafXicJTZgZHXRyIe2GZQfA==
Expand All @@ -6096,6 +6096,18 @@ [email protected], size-limit@^10.0.3:
nanospinner "^1.1.0"
picocolors "^1.0.0"

size-limit@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-11.0.0.tgz#0a7c5245cc792d7e520663399b397538f609b061"
integrity sha512-6+i4rE1GRzx/vRpuitRYQiZJNTXJjde+4P2NPg8AK7pURrE1+hA3mGstzvT8vQ8DuYFnvp9fh4CHM7Heq3EKXA==
dependencies:
bytes-iec "^3.1.1"
chokidar "^3.5.3"
globby "^14.0.0"
lilconfig "^2.1.0"
nanospinner "^1.1.0"
picocolors "^1.0.0"

slash@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
Expand Down

0 comments on commit beba3b4

Please sign in to comment.