Skip to content

Commit 8480a6f

Browse files
chore(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group (#2627)
* chore(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.0.7 to 6.0.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... 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 e4569e2 commit 8480a6f

File tree

9 files changed

+311
-99
lines changed

9 files changed

+311
-99
lines changed

.changeset/dependencies-GH-2627.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
"@substrate/extension": patch
3+
"@substrate/wallet-template": patch
4+
---
5+
6+
chore(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group
7+
8+
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
9+
10+
11+
Updates `vite` from 6.0.7 to 6.0.9
12+
- [Release notes](https://github.com/vitejs/vite/releases)
13+
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
14+
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: vite
19+
dependency-type: direct:development
20+
dependency-group: npm_and_yarn
21+
...
22+
23+
Signed-off-by: dependabot[bot] <support@github.com>

examples/light-client-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-react-hooks": "^5.0.0",
4040
"eslint-plugin-react-refresh": "^0.4.12",
41-
"vite": "^6.0.7",
41+
"vite": "^6.0.9",
4242
"vitest": "^2.1.4"
4343
}
4444
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-react-hooks": "^5.0.0",
3131
"eslint-plugin-react-refresh": "^0.4.12",
32-
"vite": "^6.0.7",
32+
"vite": "^6.0.9",
3333
"vitest": "^2.1.4"
3434
}
3535
}

examples/smoldot-discovery-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"postcss": "^8.4.47",
7575
"tailwindcss": "^3.4.17",
7676
"typescript": "5.6.2",
77-
"vite": "^6.0.7",
77+
"vite": "^6.0.9",
7878
"vitest": "^2.1.4"
7979
}
8080
}

0 commit comments

Comments
 (0)