Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"husky": "^9.1.7",
"lerna": "^9.0.3",
"lint-staged": "^17.0.0",
"npm-run-all2": "^8.0.4",
"npm-run-all2": "^9.0.0",
"oxfmt": "^0.51.0",
"oxlint": "^1.38.0",
"prettier": "^3.7.4",
Expand Down
51 changes: 38 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5637,6 +5637,13 @@ __metadata:
languageName: node
linkType: hard

"json-parse-even-better-errors@npm:^6.0.0":
version: 6.0.0
resolution: "json-parse-even-better-errors@npm:6.0.0"
checksum: 10c0/d90b1fee6aa37eddbebe9a79564ec5d2b8cf2629f9eecc6d383e43121097a29213211f62765e5c963c589efacb7be1ed22fbd4917f737c4d073481b76ba0d6c0
languageName: node
linkType: hard

"json-schema-traverse@npm:^1.0.0":
version: 1.0.0
resolution: "json-schema-traverse@npm:1.0.0"
Expand Down Expand Up @@ -6507,7 +6514,7 @@ __metadata:
husky: "npm:^9.1.7"
lerna: "npm:^9.0.3"
lint-staged: "npm:^17.0.0"
npm-run-all2: "npm:^8.0.4"
npm-run-all2: "npm:^9.0.0"
oxfmt: "npm:^0.51.0"
oxlint: "npm:^1.38.0"
prettier: "npm:^3.7.4"
Expand Down Expand Up @@ -6612,6 +6619,13 @@ __metadata:
languageName: node
linkType: hard

"npm-normalize-package-bin@npm:^6.0.0":
version: 6.0.0
resolution: "npm-normalize-package-bin@npm:6.0.0"
checksum: 10c0/0edede94ea6b6a71d665e04f256bd3db893317c60536f75f954fa2fe1b3b64bad61308ffa88be8567a5594186d11ab85475e5d2d9dadf2def982fe1c0aec57b5
languageName: node
linkType: hard

"npm-package-arg@npm:13.0.1":
version: 13.0.1
resolution: "npm-package-arg@npm:13.0.1"
Expand Down Expand Up @@ -6724,24 +6738,24 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^8.0.4":
version: 8.0.4
resolution: "npm-run-all2@npm:8.0.4"
"npm-run-all2@npm:^9.0.0":
version: 9.0.0
resolution: "npm-run-all2@npm:9.0.0"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.6"
memorystream: "npm:^0.3.1"
picomatch: "npm:^4.0.2"
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^4.0.0"
read-package-json-fast: "npm:^6.0.0"
shell-quote: "npm:^1.7.3"
which: "npm:^5.0.0"
which: "npm:^7.0.0"
bin:
npm-run-all: bin/npm-run-all/index.js
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10c0/cfc2987df224e55456629301991b5fa6980cc644d1836fe3c22d74a4508512737d30389795b759bb5d659103e54281c59741ecdc0241cfd2615cb9bffbf7cceb
checksum: 10c0/96368c5df6ede7e0fed895a64df0b40df68c31fb9fc8e31321e23163f1a2244c17c80b61b7d7069465eaa7f31d91ef0b7d3fb465b252803da13eb535f3b42759
languageName: node
linkType: hard

Expand Down Expand Up @@ -7655,13 +7669,13 @@ __metadata:
languageName: node
linkType: hard

"read-package-json-fast@npm:^4.0.0":
version: 4.0.0
resolution: "read-package-json-fast@npm:4.0.0"
"read-package-json-fast@npm:^6.0.0":
version: 6.0.0
resolution: "read-package-json-fast@npm:6.0.0"
dependencies:
json-parse-even-better-errors: "npm:^4.0.0"
npm-normalize-package-bin: "npm:^4.0.0"
checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582
json-parse-even-better-errors: "npm:^6.0.0"
npm-normalize-package-bin: "npm:^6.0.0"
checksum: 10c0/a34947f099982de1db56ecde8bf4cbc440ca06839d92c14936da4c6bfc712bc3df84f8ddda8b457772e30ea5e567831c73679cb319a304c5bf126b0ce1a8a49d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8900,6 +8914,17 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^7.0.0":
version: 7.0.0
resolution: "which@npm:7.0.0"
dependencies:
isexe: "npm:^4.0.0"
bin:
node-which: bin/which.js
checksum: 10c0/ca0b54f198f78bbc4b7c02e34bda8d335cb352e0adb4cbca1c37b1a957af3a879a82c4c27ca6525bc942f548d8b64f816ef6528360af9f3de55ffb9b979b620d
languageName: node
linkType: hard

"wide-align@npm:1.1.5":
version: 1.1.5
resolution: "wide-align@npm:1.1.5"
Expand Down
Loading