Bump concurrently from 8.2.0 to 8.2.1
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
72517d992c
commit
0e1cc79e24
|
@ -12,7 +12,7 @@
|
|||
"@tailwindcss/typography": "^0.5.9",
|
||||
"alpinejs": "^3.13.0",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"concurrently": "^8.2.0",
|
||||
"concurrently": "^8.2.1",
|
||||
"postcss": "^8.4.28",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"tailwindcss": "^3.3.3"
|
||||
|
@ -457,9 +457,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/concurrently": {
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz",
|
||||
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==",
|
||||
"version": "8.2.1",
|
||||
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
|
||||
"integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@tailwindcss/typography": "^0.5.9",
|
||||
"alpinejs": "^3.13.0",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"concurrently": "^8.2.0",
|
||||
"concurrently": "^8.2.1",
|
||||
"postcss": "^8.4.28",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"tailwindcss": "^3.3.3"
|
||||
|
|
|
@ -15,8 +15,8 @@ devDependencies:
|
|||
specifier: ^10.4.15
|
||||
version: 10.4.15(postcss@8.4.28)
|
||||
concurrently:
|
||||
specifier: ^8.2.0
|
||||
version: 8.2.0
|
||||
specifier: ^8.2.1
|
||||
version: 8.2.1
|
||||
postcss:
|
||||
specifier: ^8.4.28
|
||||
version: 8.4.28
|
||||
|
@ -259,8 +259,8 @@ packages:
|
|||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
dev: true
|
||||
|
||||
/concurrently@8.2.0:
|
||||
resolution: {integrity: sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==}
|
||||
/concurrently@8.2.1:
|
||||
resolution: {integrity: sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==}
|
||||
engines: {node: ^14.13.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue