Skip to content

Commit 7056aef

Browse files
chore(deps-dev): bump vite from 6.0.9 to 6.0.12 in the npm_and_yarn group (#2669)
* chore(deps-dev): bump vite 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.9 to 6.0.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.0.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.12/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 36605d8 commit 7056aef

9 files changed

Lines changed: 325 additions & 675 deletions

File tree

.changeset/dependencies-GH-2669.md

Lines changed: 23 additions & 0 deletions
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 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.9 to 6.0.12
12+
- [Release notes](https://github.com/vitejs/vite/releases)
13+
- [Changelog](https://github.com/vitejs/vite/blob/v6.0.12/packages/vite/CHANGELOG.md)
14+
- [Commits](https://github.com/vitejs/vite/commits/v6.0.12/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

Lines changed: 1 addition & 1 deletion
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.18",
41-
"vite": "^6.0.9",
41+
"vite": "^6.1.6",
4242
"vitest": "^2.1.9"
4343
}
4444
}

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

Lines changed: 1 addition & 1 deletion
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.18",
32-
"vite": "^6.0.9",
32+
"vite": "^6.1.6",
3333
"vitest": "^2.1.9"
3434
}
3535
}

examples/smoldot-discovery-example/package.json

Lines changed: 1 addition & 1 deletion
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.9",
77+
"vite": "^6.1.6",
7878
"vitest": "^2.1.9"
7979
}
8080
}

0 commit comments

Comments
 (0)