Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit d95f7bb

Browse files
chore(deps-dev): bump concurrently from 6.5.1 to 7.0.0 (#561)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.1 to 7.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v6.5.1...v7.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d99e72f commit d95f7bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/relay-runtime": "^12.0.0",
8181
"babel-plugin-relay": "^12.0.0",
8282
"chokidar-cli": "^3.0.0",
83-
"concurrently": "^6.2.2",
83+
"concurrently": "^7.0.0",
8484
"glob": "^7.1.6",
8585
"graphql": "^15.6.0",
8686
"husky": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,10 +1594,10 @@ [email protected]:
15941594
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
15951595
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
15961596

1597-
concurrently@^6.2.2:
1598-
version "6.5.1"
1599-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
1600-
integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==
1597+
concurrently@^7.0.0:
1598+
version "7.0.0"
1599+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.0.0.tgz#78d31b441cec338dab03316c221a2f9a67c529b0"
1600+
integrity sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==
16011601
dependencies:
16021602
chalk "^4.1.0"
16031603
date-fns "^2.16.1"

0 commit comments

Comments
 (0)