Skip to content
Merged
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 @@ -81,7 +81,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "~5.9.3"
Expand Down
35 changes: 21 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4428,7 +4428,7 @@ __metadata:
eslint-config-prettier: ^10.1.8
eslint-plugin-prettier: ^5.5.4
eslint-plugin-react: ^7.37.5
npm-run-all2: ^7.0.1
npm-run-all2: ^8.0.4
prettier: ^3.6.2
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -5338,7 +5338,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down Expand Up @@ -5405,24 +5405,24 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^7.0.1":
version: 7.0.2
resolution: "npm-run-all2@npm:7.0.2"
"npm-run-all2@npm:^8.0.4":
version: 8.0.4
resolution: "npm-run-all2@npm:8.0.4"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.6"
memorystream: "npm:^0.3.1"
minimatch: "npm:^9.0.0"
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^4.0.0"
shell-quote: "npm:^1.7.3"
which: "npm:^5.0.0"
ansi-styles: ^6.2.1
cross-spawn: ^7.0.6
memorystream: ^0.3.1
picomatch: ^4.0.2
pidtree: ^0.6.0
read-package-json-fast: ^4.0.0
shell-quote: ^1.7.3
which: ^5.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: ef8f46b61482fccc2e4acef0001f841d0bffb134e1a6955d411bdbe80ae73de9773a83acefb2b7fc3c6a936244f7b9b145c703b16f9f06226e64dde616d42f11
checksum: 3bd96bc2f8763e15192b366411f2e3624ac638487595c30924b60ae7fcb3896ee007282591c1351661b89b8e553a036419d0420b8a87c6e1a3ae3a03a563d2c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -5702,6 +5702,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 6817fb74eb745a71445debe1029768de55fd59a42b75606f478ee1d0dc1aa6e78b711d041a7c9d5550e042642029b7f373dc1a43b224c4b7f12d23436735dba0
languageName: node
linkType: hard

"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
Expand Down