Skip to content

Commit 5a33922

Browse files
chore(deps-dev): bump concurrently from 8.2.2 to 9.1.2 (#2641)
* chore(deps-dev): bump concurrently from 8.2.2 to 9.1.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v8.2.2...v9.1.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): changeset for dependency update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 6de41a0 commit 5a33922

File tree

6 files changed

+51
-67
lines changed

6 files changed

+51
-67
lines changed

.changeset/dependencies-GH-2641.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"substrate-connect": patch
3+
"@substrate/extension": patch
4+
"@substrate/wallet-template": patch
5+
---
6+
7+
chore(deps-dev): bump concurrently from 8.2.2 to 9.1.2
8+
9+
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.2.
10+
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
11+
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.2)
12+
13+
---
14+
updated-dependencies:
15+
- dependency-name: concurrently
16+
dependency-type: direct:development
17+
update-type: version-update:semver-major
18+
...
19+
20+
Signed-off-by: dependabot[bot] <support@github.com>

examples/light-client-extension-helpers-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@playwright/test": "^1.48.2",
2525
"@types/chrome": "^0.0.270",
2626
"@types/node": "^20.14.10",
27-
"concurrently": "^8.2.2",
27+
"concurrently": "^9.1.2",
2828
"vitest": "^2.1.9",
2929
"web-ext": "^8.2.0"
3030
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "^18.3.1",
4444
"@types/react-router-dom": "^5.3.3",
4545
"@typescript-eslint/parser": "^7.11.0",
46-
"concurrently": "^8.2.2",
46+
"concurrently": "^9.1.2",
4747
"eslint": "^8.57.0",
4848
"eslint-config-prettier": "^9.1.0",
4949
"eslint-config-react-app": "^7.0.1",

pnpm-lock.yaml

+27-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@playwright/test": "^1.48.2",
4141
"@vitejs/plugin-react-swc": "^3.7.2",
4242
"autoprefixer": "^10.4.19",
43-
"concurrently": "^8.2.2",
43+
"concurrently": "^9.1.2",
4444
"eslint": "^8.57.0",
4545
"postcss": "^8.4.47",
4646
"tailwindcss": "^3.4.17",

projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vitejs/plugin-react-swc": "^3.7.2",
4343
"@webext-core/storage": "^1.2.0",
4444
"autoprefixer": "^10.4.19",
45-
"concurrently": "^8.2.2",
45+
"concurrently": "^9.1.2",
4646
"eslint": "^8.57.0",
4747
"postcss": "^8.4.47",
4848
"tailwindcss": "^3.4.17",

0 commit comments

Comments
 (0)