Skip to content

Commit

Permalink
Update dependency concurrently to v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2022
1 parent 3b7928e commit 2b48030
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/pouchdb-adapter-idb": "6.1.4",
"@types/pouchdb-adapter-memory": "6.1.3",
"async-test-util": "2.0.0",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"got": "11.8.6",
"local-web-server": "5.2.1",
"pouchdb-server": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"apollo-server-express": "3.11.1",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"cors": "2.8.5",
"express-graphql": "0.12.0",
"graphql-client": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"async-test-util": "2.0.0",
"babel-polyfill": "6.26.0",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"pouchdb-adapter-http": "7.3.1",
"pouchdb-adapter-idb": "7.3.1",
"pouchdb-replication": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"local-web-server": "5.2.1",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"async-test-util": "2.0.0",
"css-loader": "6.7.3",
"testcafe": "1.20.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"async-test-util": "2.0.0",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"pouchdb-adapter-idb": "7.3.1",
"rollup": "2.77.2",
"rollup-plugin-css-only": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "pubkey",
"license": "ISC",
"dependencies": {
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"local-web-server": "5.2.1",
"normalize.css": "8.0.1",
"pouchdb-adapter-http": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vue/compiler-sfc": "3.2.45",
"@vue/eslint-config-typescript": "10.0.0",
"async-test-util": "2.0.0",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.16.0",
"eslint-plugin-vue": "8.7.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"brfs": "2.0.2",
"browserify": "17.0.0",
"child-process-promise": "2.2.1",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"convert-hrtime": "3.0.0",
"clone": "2.1.2",
"copy-webpack-plugin": "11.0.0",
Expand Down

0 comments on commit 2b48030

Please sign in to comment.