Update dependency concurrently to v8.2.2

This commit is contained in:
renovate[bot] 2023-10-19 01:49:56 +00:00 committed by Daniel Lockyer
parent ed885bd6b3
commit f18287eb9b
6 changed files with 9 additions and 9 deletions

View File

@ -73,7 +73,7 @@
"@types/validator": "13.11.3",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -68,7 +68,7 @@
"@vitest/coverage-v8": "0.34.3",
"autoprefixer": "10.4.16",
"bson-objectid": "2.0.4",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",

View File

@ -88,7 +88,7 @@
"@vitejs/plugin-react": "4.1.0",
"@vitest/coverage-v8": "0.34.3",
"@vitest/ui": "0.34.3",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"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.13",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -104,7 +104,7 @@
"*.js": "eslint"
},
"devDependencies": {
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"eslint": "8.44.0",
"eslint-plugin-ghost": "3.3.2",
"eslint-plugin-react": "7.33.0",

View File

@ -13353,10 +13353,10 @@ concat-stream@^2.0.0:
readable-stream "^3.0.2"
typedarray "^0.0.6"
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==
concurrently@8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
dependencies:
chalk "^4.1.2"
date-fns "^2.30.0"