Skip to content

Commit

Permalink
fix(deps): update dependency concurrently to v9.1.1 (#6697)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 178792c commit 9e03b9f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/node": "22.10.2",
"async-test-util": "2.5.0",
"browser-sync": "^3.0.0",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"copyfiles": "2.4.1",
"local-web-server": "5.4.0",
"testcafe": "3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"rxdb": "file:rxdb-local.tgz",
"@apollo/server": "4.11.2",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"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 @@ -6,7 +6,7 @@
"rxdb": "file:rxdb-local.tgz",
"async-test-util": "2.5.0",
"babel-polyfill": "6.26.0",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"pouchdb-server": "4.2.0",
"react": "18.3.1",
"react-dom": "18.3.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 @@ -16,7 +16,7 @@
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"async-test-util": "2.5.0",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"rollup": "4.28.1",
"rollup-plugin-css-only": "4.5.2",
"rollup-plugin-livereload": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"async-test-util": "2.5.0",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"copyfiles": "2.4.1",
"testcafe": "3.7.1",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vue/compiler-sfc": "3.5.13",
"@vue/eslint-config-typescript": "13.0.0",
"async-test-util": "2.5.0",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"copy-webpack-plugin": "12.0.2",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.32.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"brfs": "2.0.2",
"child-process-promise": "2.2.1",
"clone": "2.1.2",
"concurrently": "9.1.0",
"concurrently": "9.1.1",
"copy-webpack-plugin": "12.0.2",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand Down

0 comments on commit 9e03b9f

Please sign in to comment.