Skip to content

Commit

Permalink
Update dependency @size-limit/webpack to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent f997613 commit 161862d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@livekit/components-styles": "~1.0.6",
"@microsoft/api-extractor": "^7.36.0",
"@size-limit/file": "^8.2.4",
"@size-limit/webpack": "^8.2.4",
"@size-limit/webpack": "^10.0.0",
"eslint-config-lk-custom": "^0.1.1",
"size-limit": "^8.2.4",
"tsup": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.35.0",
"@size-limit/file": "^8.2.4",
"@size-limit/webpack": "^8.2.4",
"@size-limit/webpack": "^10.0.0",
"@svgr/cli": "^8.0.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.25",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3018,13 +3018,13 @@
dependencies:
semver "7.5.3"

"@size-limit/webpack@^8.2.4":
version "8.2.6"
resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-8.2.6.tgz#3a3c98293b80f7c5fb6e8499199ae6f94f05b463"
integrity sha512-y2sB66m5sJxIjZ8SEAzpWbiw3/+bnQHDHfk9cSbV5ChKklq02AlYg8BS5KxGWmMpdyUo4TzpjSCP9oEudY+hxQ==
"@size-limit/webpack@^10.0.0":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-10.0.2.tgz#82477a9eec9a09b37e89cd1fe7349921427fe030"
integrity sha512-dw+26aHKYKZaLr0xxKdUYb/VIws+W4ED6rw4Te8OfoTtZZ9cx4NxiKzYGAs/OUSmEUPGFxa12qj8iMW4nrxTWQ==
dependencies:
nanoid "^3.3.6"
webpack "^5.88.0"
nanoid "^5.0.2"
webpack "^5.89.0"

"@storybook/[email protected]":
version "7.5.2"
Expand Down Expand Up @@ -10092,6 +10092,11 @@ nanoid@^3.3.4, nanoid@^3.3.6:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==

nanoid@^5.0.2:
version "5.0.3"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.3.tgz#6c97f53d793a7a1de6a38ebb46f50f95bf9793c7"
integrity sha512-I7X2b22cxA4LIHXPSqbBCEQSL+1wv8TuoefejsX4HFWyC6jc5JG7CEaxOltiKjc1M+YCS2YkrZZcj4+dytw9GA==

nanospinner@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/nanospinner/-/nanospinner-1.1.0.tgz#d17ff621cb1784b0a206b400da88a0ef6db39b97"
Expand Down Expand Up @@ -13145,7 +13150,7 @@ webpack-virtual-modules@^0.5.0:
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c"
integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==

webpack@^5.75.0, webpack@^5.88.0:
webpack@^5.75.0, webpack@^5.89.0:
version "5.89.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.89.0.tgz#56b8bf9a34356e93a6625770006490bf3a7f32dc"
integrity sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==
Expand Down

0 comments on commit 161862d

Please sign in to comment.