diff options
author | dependabot[bot] | 2022-11-21 17:06:47 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 8bf8888ced2ce0297bcc7b302b244520cdbfb1da (patch) | |
tree | 71bde5552c175d98fe0397589e259a9d653dd8a9 /vnext/package.json | |
parent | 631cccd97960601f892b9e3e511718ea3475d186 (diff) |
Bump concurrently from 7.5.0 to 7.6.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 21211f56..a742e1c7 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -22,7 +22,7 @@ "@testing-library/react": "^13.4.0", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", - "concurrently": "^7.5.0", + "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", "eslint": "^8.27.0", |