Skip to content

Commit

Permalink
Update dependency concurrently to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent ba197f9 commit ffdc8f8
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ember-metrics-simple-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/plugin-syntax-decorators": "^7.17.0",
"@embroider/addon-dev": "3.2.0",
"@rollup/plugin-babel": "^6.0.0",
"concurrently": "^7.2.1",
"concurrently": "^8.0.0",
"ember-template-lint": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "pnpm --filter test-app test"
},
"devDependencies": {
"concurrently": "^7.2.1",
"concurrently": "^8.0.0",
"prettier": "^2.5.1",
"release-it": "15.11.0",
"@release-it-plugins/lerna-changelog": "6.0.0",
Expand Down
125 changes: 101 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@glimmer/tracking": "^1.1.2",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^7.6.0",
"concurrently": "^8.0.0",
"ember-auto-import": "^2.5.0",
"ember-cli": "~4.9.2",
"ember-cli-app-version": "^5.0.0",
Expand Down

0 comments on commit ffdc8f8

Please sign in to comment.