Skip to content

Commit fe5b246

Browse files
authoredJun 7, 2022
Merge pull request #3837 from pubkey/renovate/concurrently-7.x
Update dependency concurrently to v7.2.1
2 parents 7239b31 + feba58e commit fe5b246

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎examples/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/pouchdb-adapter-idb": "6.1.4",
7575
"@types/pouchdb-adapter-memory": "6.1.3",
7676
"async-test-util": "2.0.0",
77-
"concurrently": "7.0.0",
77+
"concurrently": "7.2.1",
7878
"got": "11.8.5",
7979
"local-web-server": "5.1.1",
8080
"pouchdb-server": "4.2.0",

‎examples/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"apollo-server-express": "3.8.1",
25-
"concurrently": "7.0.0",
25+
"concurrently": "7.2.1",
2626
"cors": "2.8.5",
2727
"express-graphql": "0.12.0",
2828
"graphql": "15.8.0",

‎examples/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"async-test-util": "2.0.0",
66
"babel-polyfill": "6.26.0",
7-
"concurrently": "7.0.0",
7+
"concurrently": "7.2.1",
88
"pouchdb-adapter-http": "7.2.2",
99
"pouchdb-adapter-idb": "7.2.2",
1010
"pouchdb-replication": "7.2.2",

‎examples/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"rollup-plugin-css-only": "3.1.0",
2020
"rollup-plugin-livereload": "2.0.5",
2121
"rollup-plugin-node-builtins": "2.1.2",
22-
"concurrently": "7.0.0",
22+
"concurrently": "7.2.1",
2323
"rollup-plugin-svelte": "7.1.0",
2424
"rollup-plugin-terser": "7.0.2",
2525
"rxdb": "file:rxdb-local.tgz",

‎examples/vanilla/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "pubkey",
1414
"license": "ISC",
1515
"dependencies": {
16-
"concurrently": "7.0.0",
16+
"concurrently": "7.2.1",
1717
"local-web-server": "5.1.1",
1818
"normalize.css": "8.0.1",
1919
"pouchdb-adapter-http": "7.2.2",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"brfs": "2.0.2",
193193
"browserify": "17.0.0",
194194
"child-process-promise": "2.2.1",
195-
"concurrently": "7.0.0",
195+
"concurrently": "7.2.1",
196196
"convert-hrtime": "3.0.0",
197197
"cross-env": "7.0.3",
198198
"delete": "1.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.