Skip to content

Commit

Permalink
chore(deps): update dependency concurrently to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 8445705 commit 43618fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/neo-place/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ws": "^8.11.0"
},
"devDependencies": {
"concurrently": "8.2.2",
"concurrently": "9.0.1",
"parcel": "2.12.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"concurrently": "8.2.2",
"concurrently": "9.0.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down
32 changes: 7 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.5.5":
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.5.5":
version: 7.24.5
resolution: "@babel/runtime@npm:7.24.5"
dependencies:
Expand Down Expand Up @@ -7544,23 +7544,21 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:8.2.2":
version: 8.2.2
resolution: "concurrently@npm:8.2.2"
"concurrently@npm:9.0.1":
version: 9.0.1
resolution: "concurrently@npm:9.0.1"
dependencies:
chalk: "npm:^4.1.2"
date-fns: "npm:^2.30.0"
lodash: "npm:^4.17.21"
rxjs: "npm:^7.8.1"
shell-quote: "npm:^1.8.1"
spawn-command: "npm:0.0.2"
supports-color: "npm:^8.1.1"
tree-kill: "npm:^1.2.2"
yargs: "npm:^17.7.2"
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10c0/0e9683196fe9c071d944345d21d8f34aa6c0cc50c0dd897e95619f2f1c9eb4871dca851b2569da17888235b7335b4c821ca19deed35bebcd9a131ee5d247f34c
checksum: 10c0/e2c3d3f3d1b1457ccd27e69f0d840ba4915d571fae4e1088498234ec1174fd547c127de0df6dbe5eb71b2df973b26a6fdc931a9e7e3658f25287ef2106bdb413
languageName: node
linkType: hard

Expand Down Expand Up @@ -8327,15 +8325,6 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.30.0":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
"@babel/runtime": "npm:^7.21.0"
checksum: 10c0/e4b521fbf22bc8c3db332bbfb7b094fd3e7627de0259a9d17c7551e2d2702608a7307a449206065916538e384f37b181565447ce2637ae09828427aed9cb5581
languageName: node
linkType: hard

"dayjs@npm:~1.11.5":
version: 1.11.11
resolution: "dayjs@npm:1.11.11"
Expand Down Expand Up @@ -15284,7 +15273,7 @@ __metadata:
"@neo4j/graphql": "npm:^5.4.0"
"@neo4j/graphql-amqp-subscriptions-engine": "npm:^2.0.0"
"@urql/core": "npm:^5.0.3"
concurrently: "npm:8.2.2"
concurrently: "npm:9.0.1"
dotenv: "npm:^16.0.3"
express: "npm:^4.18.2"
graphql: "npm:^16.6.0"
Expand Down Expand Up @@ -15335,7 +15324,7 @@ __metadata:
"@tsconfig/node16": "npm:1.0.4"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
concurrently: "npm:8.2.2"
concurrently: "npm:9.0.1"
dotenv: "npm:16.4.5"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:9.1.0"
Expand Down Expand Up @@ -18472,13 +18461,6 @@ __metadata:
languageName: node
linkType: hard

"spawn-command@npm:0.0.2":
version: 0.0.2
resolution: "spawn-command@npm:0.0.2"
checksum: 10c0/b22f2d71239e6e628a400831861ba747750bbb40c0a53323754cf7b84330b73d81e40ff1f9055e6d1971818679510208a9302e13d9ff3b32feb67e74d7a1b3ef
languageName: node
linkType: hard

"spawndamnit@npm:^2.0.0":
version: 2.0.0
resolution: "spawndamnit@npm:2.0.0"
Expand Down

0 comments on commit 43618fe

Please sign in to comment.