Skip to content

Commit

Permalink
chore(deps): update dependency concurrently to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 8ebdae2 commit de417cb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/qunit": "^2.19.3",
"@types/rsvp": "^4.0.4",
"autoprefixer": "^10.4.12",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"cssnano": "^7.0.0",
"ember-auto-import": "^2.4.2",
"ember-cli": "~5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.0",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"prettier": "^2.8.4",
"turbo": "^1.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/ember__routing": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"ember-changeset": "^4.0.0",
"ember-template-lint": "^4.0.0",
"ember-source": "~5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/ember__utils": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"ember-source": "^5.0.0",
"ember-template-imports": "^3.4.1",
"ember-template-lint": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/ember__routing": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"ember-template-lint": "^4.0.0",
"ember-source": "~5.8.0",
"eslint": "^7.32.0",
Expand Down
36 changes: 15 additions & 21 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 @@ -74,7 +74,7 @@
"@typescript-eslint/parser": "^5.45.1",
"@babel/eslint-parser": "^7.11.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"ember-a11y-testing": "^7.0.0",
"ember-async-data": "^1.0.3",
"ember-auto-import": "^2.5.0",
Expand Down

0 comments on commit de417cb

Please sign in to comment.