Skip to content

Commit 5a0e89b

Browse files
build: update devdependency size-limit to ~4.6.0 (#470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e9d2feb commit 5a0e89b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rollup-plugin-delete": "~2.0.0",
5252
"rollup-plugin-local-resolve": "~1.0.7",
5353
"rollup-plugin-terser": "~7.0.0",
54-
"size-limit": "~4.5.0",
54+
"size-limit": "~4.6.0",
5555
"typescript": "~4.0.0"
5656
},
5757
"jest": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8632,10 +8632,10 @@ optionator@^0.9.1:
86328632
type-check "^0.4.0"
86338633
word-wrap "^1.2.3"
86348634

8635-
ora@^5.0.0:
8636-
version "5.0.0"
8637-
resolved "https://registry.yarnpkg.com/ora/-/ora-5.0.0.tgz#4f0b34f2994877b49b452a707245ab1e9f6afccb"
8638-
integrity sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==
8635+
ora@^5.1.0:
8636+
version "5.1.0"
8637+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.1.0.tgz#b188cf8cd2d4d9b13fd25383bc3e5cba352c94f8"
8638+
integrity sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==
86398639
dependencies:
86408640
chalk "^4.1.0"
86418641
cli-cursor "^3.1.0"
@@ -10499,18 +10499,18 @@ sisteransi@^1.0.4:
1049910499
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
1050010500
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
1050110501

10502-
size-limit@~4.5.0:
10503-
version "4.5.7"
10504-
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.5.7.tgz#0bfb8b3bddad0c38388bd0bd3d98bbd7d5b7daee"
10505-
integrity sha512-ANvwaaTvMPGyvsoYnzw7AUUA1Xcj0kC4Pu/Mvvii0RS78TVE7mLL/F0kyVXOw0ytdcq0HoPnT2OaXhwxLlvsyA==
10502+
size-limit@~4.6.0:
10503+
version "4.6.0"
10504+
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.6.0.tgz#1c053f7829d13c9c63c65638eb51a4053ef8465c"
10505+
integrity sha512-3HHBgucY8Gi/od3O6xFj43uF15bYIg7Z5eFN0ftH1HbrIm3DqPjGckI64IMf1aAA27kze0NFcpi0z4iCJfq7Cw==
1050610506
dependencies:
1050710507
bytes "^3.1.0"
1050810508
chokidar "^3.4.2"
1050910509
ci-job-number "^1.2.2"
1051010510
colorette "^1.2.1"
1051110511
cosmiconfig "^7.0.0"
1051210512
globby "^11.0.1"
10513-
ora "^5.0.0"
10513+
ora "^5.1.0"
1051410514
read-pkg-up "^7.0.1"
1051510515

1051610516
slash@^2.0.0:

0 commit comments

Comments
 (0)