Skip to content

Commit f2e3c3b

Browse files
committed
Update dependency concurrently to v4.1.1
1 parent 7cc8c86 commit f2e3c3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

react-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react-dom": "16.0.11",
1515
"@types/react-router-dom": "^4.3.1",
1616
"apollo-boost": "^0.1.20",
17-
"concurrently": "4.1.0",
17+
"concurrently": "4.1.1",
1818
"graphql": "^14.0.2",
1919
"graphql-code-generator": "0.15.0",
2020
"graphql-codegen-typescript-client": "0.15.0",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"typescript": "3.2.4"
4343
},
4444
"devDependencies": {
45-
"concurrently": "4.1.0",
45+
"concurrently": "4.1.1",
4646
"nodemon": "1.18.8"
4747
}
4848
}

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,10 +1217,10 @@ concat-map@0.0.1:
12171217
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
12181218
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
12191219

1220-
concurrently@4.1.0:
1221-
version "4.1.0"
1222-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.1.0.tgz#17fdf067da71210685d9ea554423ef239da30d33"
1223-
integrity sha512-pwzXCE7qtOB346LyO9eFWpkFJVO3JQZ/qU/feGeaAHiX1M3Rw3zgXKc5cZ8vSH5DGygkjzLFDzA/pwoQDkRNGg==
1220+
concurrently@4.1.1:
1221+
version "4.1.1"
1222+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.1.1.tgz#42cf84d625163f3f5b2e2262568211ad76e1dbe8"
1223+
integrity sha512-48+FE5RJ0qc8azwKv4keVQWlni1hZeSjcWr8shBelOBtBHcKj1aJFM9lHRiSc1x7lq416pkvsqfBMhSRja+Lhw==
12241224
dependencies:
12251225
chalk "^2.4.1"
12261226
date-fns "^1.23.0"

0 commit comments

Comments
 (0)