Skip to content

Commit

Permalink
Removing concurrently as dep from a few packages (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jan 27, 2024
1 parent 6f1318e commit de5015a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion integration-tests/environments/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"devDependencies": {
"@realm/mocha-reporter": "*",
"command-line-args": "^5.2.1",
"concurrently": "^8.0.1",
"electron": "^24.1.2",
"electron-builder": "^24.9.1",
"mocha-github-actions-reporter": "^0.3.0",
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/environments/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"devDependencies": {
"@realm/app-importer": "*",
"@realm/mocha-reporter": "*",
"cmake-js": "^6.1.0",
"concurrently": "^6.0.2"
"cmake-js": "^6.1.0"
}
}
2 changes: 0 additions & 2 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"@types/chai-as-promised": "^7.1.5",
"@types/jsrsasign": "^10.5.4",
"@types/mocha": "^10.0.0",
"concurrently": "^6.5.1",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"platform": "^1.3.6",
Expand All @@ -87,7 +86,6 @@
"@thi.ng/bench": "^3.1.16",
"chai": "4.3.6",
"chai-as-promised": "^7.1.1",
"concurrently": "^6.0.2",
"jsrsasign": "^11.0.0",
"node-fetch": "^3.3.2"
},
Expand Down

0 comments on commit de5015a

Please sign in to comment.