Update dependency concurrently to v8.2.1

This commit is contained in:
renovate[bot] 2023-08-22 08:00:46 +00:00 committed by Daniel Lockyer
parent cebe8d7db6
commit 26bdba9d4c
6 changed files with 9 additions and 9 deletions

View File

@ -72,7 +72,7 @@
"@types/validator": "13.11.1",
"@vitejs/plugin-react": "4.0.4",
"autoprefixer": "10.4.15",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -66,7 +66,7 @@
"@vitest/coverage-v8": "0.33.0",
"autoprefixer": "10.4.15",
"bson-objectid": "2.0.4",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -88,7 +88,7 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"cross-fetch": "4.0.0",
"eslint-plugin-i18next": "6.0.3",
"jsdom": "22.1.0",

View File

@ -53,7 +53,7 @@
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"autoprefixer": "10.4.15",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -120,7 +120,7 @@
"*.js": "eslint"
},
"devDependencies": {
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"eslint": "8.44.0",
"eslint-plugin-ghost": "3.3.0",
"eslint-plugin-react": "7.33.0",

View File

@ -12334,10 +12334,10 @@ concat-stream@^1.4.4, concat-stream@^1.5.0, concat-stream@^1.5.2, concat-stream@
readable-stream "^2.2.2"
typedarray "^0.0.6"
concurrently@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.0.tgz#cdc9f621a4d913366600355d68254df2c5e782f3"
integrity sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==
concurrently@8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.1.tgz#bcab9cacc38c23c503839583151e0fa96fd5b584"
integrity sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==
dependencies:
chalk "^4.1.2"
date-fns "^2.30.0"