diff options
author | dependabot[bot] | 2022-01-04 11:40:45 +0000 |
---|---|---|
committer | vitalyster | 2022-01-04 14:47:45 +0300 |
commit | 30e32f0bacfee777bd8be8e53575eebcd31075c9 (patch) | |
tree | 34f8ff14ee8cf59ac8a04eae1a352a9980e28ce4 /package.json | |
parent | 4eb887bf209647cd4a0c451f1b02b20a1cd5fa19 (diff) |
Bump concurrently from 6.5.1 to 7.0.0
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](https://github.com/open-cli-tools/concurrently/compare/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] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ea0ccf2a..82a4e4ce 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "babel-loader": "^8.2.3", - "concurrently": "^6.5.1", + "concurrently": "^7.0.0", "copy-webpack-plugin": "^10.2.0", "core-js": "^3.20.2", "cross-env": "^7.0.3", |