Skip to content

Commit

Permalink
build: update concurrently to version 5.3.0 (#1791)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 10, 2020
1 parent b5c2eb2 commit 34ec6be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"protractor": "file:../../node_modules/protractor",
"raw-loader": "^0.5.1",
"webpack": "^2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion integration/express-engine-ivy-prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
"codelyzer": "6.0.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/express-engine-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
"codelyzer": "6.0.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/express-engine-ve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
"codelyzer": "6.0.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/hapi-engine-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
"codelyzer": "6.0.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/hapi-engine-ve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
"codelyzer": "6.0.0",
"concurrently": "5.2.0",
"concurrently": "5.3.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
Expand Down

0 comments on commit 34ec6be

Please sign in to comment.