Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency rbush to v4 - autoclosed #35

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"d3": "^7.8.5",
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.3.3",
"rbush": "^3.0.1"
"rbush": "^4.0.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-inline-string": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"@types/d3": "^7.4.3",
"@types/eslint": "^8",
"@types/rbush": "^3",
"@types/rbush": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"buffer": "^5.5.0||^6.0.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2241,10 +2241,10 @@ __metadata:
languageName: node
linkType: hard

"@types/rbush@npm:^3":
version: 3.0.3
resolution: "@types/rbush@npm:3.0.3"
checksum: 10c0/a0c2425eb9cb43f442ef48d9d0221c006e0f7303c35f97d443c9832e7c824572b7206a68f9ffe486ba0789cc19600732c3412729211f0c1a5058e7b3f0fd937d
"@types/rbush@npm:^4.0.0":
version: 4.0.0
resolution: "@types/rbush@npm:4.0.0"
checksum: 10c0/15a4da94a2591aedf7915061ce07a85d99ba762b89b25f46dd8b8c09a3cd6087335839773ba99a5159d3db3e97a98856bc94c1eb8e0f93b89edc19bc608998c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4949,19 +4949,19 @@ __metadata:
languageName: node
linkType: hard

"quickselect@npm:^2.0.0":
version: 2.0.0
resolution: "quickselect@npm:2.0.0"
checksum: 10c0/6c8d591bc73beae4c1996b7b7138233a7dbbbdde29b7b6d822a02d08cd220fd27613f47d6e9635989b12e250d42ef9da3448de1ed12ad962974e207ab3c3562c
"quickselect@npm:^3.0.0":
version: 3.0.0
resolution: "quickselect@npm:3.0.0"
checksum: 10c0/3a0d33b0ec06841d953accdfd735aa3d8b7922cddd12970544a2c4b0278871280d8f5ba496803600693c1e7b7b2fb57c31d2b14d99132f478888006a1be6e6b7
languageName: node
linkType: hard

"rbush@npm:^3.0.1":
version: 3.0.1
resolution: "rbush@npm:3.0.1"
"rbush@npm:^4.0.0":
version: 4.0.1
resolution: "rbush@npm:4.0.1"
dependencies:
quickselect: "npm:^2.0.0"
checksum: 10c0/55311586c30cdedaa2220de6f1da45fe1fa806263afbf7b6f4c0078983830c2abc7771187896d68bfc9078cb279079fb4c84971831da4b74384aab2c2c417758
quickselect: "npm:^3.0.0"
checksum: 10c0/1d3c2e2c8b8111a6bcac0b36348ef55c977bc533a7a7bef44c423e24de531e43749bcf5b939008de69d97d3c6e7cf0e9040cecb4492358e6d562ea85165a1620
languageName: node
linkType: hard

Expand Down Expand Up @@ -5447,7 +5447,7 @@ __metadata:
"@pixi/display": "npm:^7.3.3"
"@types/d3": "npm:^7.4.3"
"@types/eslint": "npm:^8"
"@types/rbush": "npm:^3"
"@types/rbush": "npm:^4.0.0"
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
"@typescript-eslint/parser": "npm:^7.0.0"
buffer: "npm:^5.5.0||^6.0.0"
Expand All @@ -5460,7 +5460,7 @@ __metadata:
pixi.js: "npm:^7.3.3"
prettier: "npm:^3.2.4"
punycode: "npm:^2.0.0"
rbush: "npm:^3.0.1"
rbush: "npm:^4.0.0"
typescript: "npm:^5.3.3"
url: "npm:^0.11.0"
languageName: unknown
Expand Down
Loading