Skip to content

Commit 3686203

Browse files
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.1 (#2544)
* chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.1 Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md) - [Commits](vitejs/vite-plugin-react-swc@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-type: direct:development update-type: version-update:semver-patch ... 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 c9ea319 commit 3686203

File tree

6 files changed

+93
-73
lines changed

6 files changed

+93
-73
lines changed

.changeset/dependencies-GH-2544.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@substrate/extension": patch
3+
"@substrate/wallet-template": patch
4+
---
5+
6+
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.1
7+
8+
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.7.0 to 3.7.1.
9+
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
10+
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
11+
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.0...v3.7.1)
12+
13+
---
14+
updated-dependencies:
15+
- dependency-name: "@vitejs/plugin-react-swc"
16+
dependency-type: direct:development
17+
update-type: version-update:semver-patch
18+
...
19+
20+
Signed-off-by: dependabot[bot] <support@github.com>

examples/light-client-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/react-dom": "^18.3.1",
3535
"@typescript-eslint/eslint-plugin": "^8.4.0",
3636
"@typescript-eslint/parser": "^7.11.0",
37-
"@vitejs/plugin-react-swc": "^3.5.0",
37+
"@vitejs/plugin-react-swc": "^3.7.1",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-react-hooks": "^5.0.0",
4040
"eslint-plugin-react-refresh": "^0.4.12",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "^18.3.1",
2626
"@typescript-eslint/eslint-plugin": "^8.4.0",
2727
"@typescript-eslint/parser": "^7.11.0",
28-
"@vitejs/plugin-react-swc": "^3.6.0",
28+
"@vitejs/plugin-react-swc": "^3.7.1",
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-react-hooks": "^5.0.0",
3131
"eslint-plugin-react-refresh": "^0.4.12",

pnpm-lock.yaml

+69-69
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
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"typescript": "5.6.2",
4040
"@playwright/test": "^1.48.2",
41-
"@vitejs/plugin-react-swc": "^3.6.0",
41+
"@vitejs/plugin-react-swc": "^3.7.1",
4242
"autoprefixer": "^10.4.19",
4343
"concurrently": "^8.2.2",
4444
"eslint": "^8.57.0",

projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "5.6.2",
4040
"@playwright/test": "^1.48.2",
4141
"@types/node": "^20.14.10",
42-
"@vitejs/plugin-react-swc": "^3.6.0",
42+
"@vitejs/plugin-react-swc": "^3.7.1",
4343
"@webext-core/storage": "^1.2.0",
4444
"autoprefixer": "^10.4.19",
4545
"concurrently": "^8.2.2",

0 commit comments

Comments
 (0)