Skip to content

Commit

Permalink
Use npm-run-all2 instead of npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jan 29, 2025
1 parent 604542c commit 27bb4a6
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"mkdirp": "^1.0.4",
"npm-run-all2": "^7.0.2",
"prettier": "^2.1.1",
"react": "^18.2.0",
"rimraf": "^3.0.2",
Expand Down
102 changes: 101 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ __metadata:
eslint-config-prettier: ^8.0.0
eslint-plugin-prettier: ^4.0.0
mkdirp: ^1.0.4
npm-run-all2: ^7.0.2
prettier: ^2.1.1
react: ^18.2.0
rimraf: ^3.0.2
Expand Down Expand Up @@ -2792,7 +2793,7 @@ __metadata:
languageName: node
linkType: hard

"ansi-styles@npm:^6.1.0":
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1":
version: 6.2.1
resolution: "ansi-styles@npm:6.2.1"
checksum: ef940f2f0ced1a6347398da88a91da7930c33ecac3c77b72c5905f8b8fe402c52e6fde304ff5347f616e27a742da3f1dc76de98f6866c69251ad0b07a66776d9
Expand Down Expand Up @@ -3164,6 +3165,17 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
path-key: ^3.1.0
shebang-command: ^2.0.0
which: ^2.0.1
checksum: 8d306efacaf6f3f60e0224c287664093fa9185680b2d195852ba9a863f85d02dcc737094c6e512175f8ee0161f9b87c73c6826034c2422e39de7d6569cf4503b
languageName: node
linkType: hard

"css-functions-list@npm:^3.1.0":
version: 3.2.2
resolution: "css-functions-list@npm:3.2.2"
Expand Down Expand Up @@ -4585,6 +4597,13 @@ __metadata:
languageName: node
linkType: hard

"json-parse-even-better-errors@npm:^4.0.0":
version: 4.0.0
resolution: "json-parse-even-better-errors@npm:4.0.0"
checksum: da1ae7ef0cc9db02972a06a71322f26bdcda5d7f648c23b28ce7f158ba35707461bcbd91945d8aace10d8d79c383b896725c65ffa410242352692328aa9b5edf
languageName: node
linkType: hard

"json-schema-compare@npm:^0.2.2":
version: 0.2.2
resolution: "json-schema-compare@npm:0.2.2"
Expand Down Expand Up @@ -4883,6 +4902,13 @@ __metadata:
languageName: node
linkType: hard

"memorystream@npm:^0.3.1":
version: 0.3.1
resolution: "memorystream@npm:0.3.1"
checksum: f18b42440d24d09516d01466c06adf797df7873f0d40aa7db02e5fb9ed83074e5e65412d0720901d7069363465f82dc4f8bcb44f0cde271567a61426ce6ca2e9
languageName: node
linkType: hard

"meow@npm:^9.0.0":
version: 9.0.0
resolution: "meow@npm:9.0.0"
Expand Down Expand Up @@ -4980,6 +5006,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
brace-expansion: ^2.0.1
checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
version: 9.0.4
resolution: "minimatch@npm:9.0.4"
Expand Down Expand Up @@ -5234,6 +5269,34 @@ __metadata:
languageName: node
linkType: hard

"npm-normalize-package-bin@npm:^4.0.0":
version: 4.0.0
resolution: "npm-normalize-package-bin@npm:4.0.0"
checksum: e1a0971e5640bc116c5197f9707d86dc404b6d8e13da2c7ea82baa5583b8da279a3c8607234aa1d733c2baac3b3eba87b156f021f20ae183dc4806530e61675d
languageName: node
linkType: hard

"npm-run-all2@npm:^7.0.2":
version: 7.0.2
resolution: "npm-run-all2@npm:7.0.2"
dependencies:
ansi-styles: ^6.2.1
cross-spawn: ^7.0.6
memorystream: ^0.3.1
minimatch: ^9.0.0
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
languageName: node
linkType: hard

"object-assign@npm:^4.1.1":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
Expand Down Expand Up @@ -5427,6 +5490,15 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
bin:
pidtree: bin/pidtree.js
checksum: 8fbc073ede9209dd15e80d616e65eb674986c93be49f42d9ddde8dbbd141bb53d628a7ca4e58ab5c370bb00383f67d75df59a9a226dede8fa801267a7030c27a
languageName: node
linkType: hard

"pkg-dir@npm:^4.2.0":
version: 4.2.0
resolution: "pkg-dir@npm:4.2.0"
Expand Down Expand Up @@ -5701,6 +5773,16 @@ __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"
dependencies:
json-parse-even-better-errors: ^4.0.0
npm-normalize-package-bin: ^4.0.0
checksum: bf0becd7d0b652dcc5874b466d1dbd98313180e89505c072f35ff48a1ad6bdaf2427143301e1924d64e4af5064cda8be5df16f14de882f03130e29051bbaab87
languageName: node
linkType: hard

"read-pkg-up@npm:^7.0.1":
version: 7.0.1
resolution: "read-pkg-up@npm:7.0.1"
Expand Down Expand Up @@ -6024,6 +6106,13 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.7.3":
version: 1.8.2
resolution: "shell-quote@npm:1.8.2"
checksum: 1e97b62ced1c4c5135015978ebf273bed1f425a68cf84163e83fbb0f34b3ff9471e656720dab2b7cbb4ae0f58998e686d17d166c28dfb3662acd009e8bd7faed
languageName: node
linkType: hard

"signal-exit@npm:^3.0.7":
version: 3.0.7
resolution: "signal-exit@npm:3.0.7"
Expand Down Expand Up @@ -7413,6 +7502,17 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^5.0.0":
version: 5.0.0
resolution: "which@npm:5.0.0"
dependencies:
isexe: ^3.1.1
bin:
node-which: bin/which.js
checksum: 6ec99e89ba32c7e748b8a3144e64bfc74aa63e2b2eacbb61a0060ad0b961eb1a632b08fb1de067ed59b002cec3e21de18299216ebf2325ef0f78e0f121e14e90
languageName: node
linkType: hard

"wildcard@npm:^2.0.0":
version: 2.0.1
resolution: "wildcard@npm:2.0.1"
Expand Down

0 comments on commit 27bb4a6

Please sign in to comment.