Skip to content

Commit 623ec2d

Browse files
Update rbush to v4
1 parent 9efa527 commit 623ec2d

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
"proxy-from-env": "1.0.0",
12301230
"puppeteer": "23.7.0",
12311231
"query-string": "^6.13.2",
1232-
"rbush": "^3.0.1",
1232+
"rbush": "^4.0.1",
12331233
"re-resizable": "^6.9.9",
12341234
"re2js": "0.4.3",
12351235
"react": "^17.0.2",
@@ -1641,7 +1641,7 @@
16411641
"@types/pixelmatch": "^5.2.4",
16421642
"@types/pngjs": "^6.0.5",
16431643
"@types/prop-types": "^15.7.5",
1644-
"@types/rbush": "^3.0.0",
1644+
"@types/rbush": "^4.0.0",
16451645
"@types/react": "~18.2.0",
16461646
"@types/react-dom": "~18.2.0",
16471647
"@types/react-grid-layout": "^1.3.2",

yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -12169,10 +12169,10 @@
1216912169
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
1217012170
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
1217112171

12172-
"@types/rbush@^3.0.0":
12173-
version "3.0.0"
12174-
resolved "https://registry.yarnpkg.com/@types/rbush/-/rbush-3.0.0.tgz#b6887d99b159e87ae23cd14eceff34f139842aa6"
12175-
integrity sha512-W3ue/GYWXBOpkRm0VSoifrP3HV0Ni47aVJWvXyWMcbtpBy/l/K/smBRiJ+fI8f7shXRjZBiux+iJzYbh7VmcZg==
12172+
"@types/rbush@^4.0.0":
12173+
version "4.0.0"
12174+
resolved "https://registry.yarnpkg.com/@types/rbush/-/rbush-4.0.0.tgz#b327bf54952e9c924ea6702c36904c2ce1d47f35"
12175+
integrity sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==
1217612176

1217712177
"@types/react-dom@~18.2.0":
1217812178
version "18.2.25"
@@ -27360,6 +27360,11 @@ quickselect@^2.0.0:
2736027360
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018"
2736127361
integrity sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==
2736227362

27363+
quickselect@^3.0.0:
27364+
version "3.0.0"
27365+
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-3.0.0.tgz#a37fc953867d56f095a20ac71c6d27063d2de603"
27366+
integrity sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==
27367+
2736327368
quote-unquote@^1.0.0:
2736427369
version "1.0.0"
2736527370
resolved "https://registry.yarnpkg.com/quote-unquote/-/quote-unquote-1.0.0.tgz#67a9a77148effeaf81a4d428404a710baaac8a0b"
@@ -27446,13 +27451,20 @@ raw-loader@^4.0.2:
2744627451
loader-utils "^2.0.0"
2744727452
schema-utils "^3.0.0"
2744827453

27449-
rbush@^3.0.0, rbush@^3.0.1:
27454+
rbush@^3.0.0:
2745027455
version "3.0.1"
2745127456
resolved "https://registry.yarnpkg.com/rbush/-/rbush-3.0.1.tgz#5fafa8a79b3b9afdfe5008403a720cc1de882ecf"
2745227457
integrity sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==
2745327458
dependencies:
2745427459
quickselect "^2.0.0"
2745527460

27461+
rbush@^4.0.1:
27462+
version "4.0.1"
27463+
resolved "https://registry.yarnpkg.com/rbush/-/rbush-4.0.1.tgz#1f55afa64a978f71bf9e9a99bc14ff84f3cb0d6d"
27464+
integrity sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==
27465+
dependencies:
27466+
quickselect "^3.0.0"
27467+
2745627468
rc-pagination@^1.20.1:
2745727469
version "1.21.1"
2745827470
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-1.21.1.tgz#24206cf4be96119baae8decd3f9ffac91cc2c4d3"

0 commit comments

Comments
 (0)