Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .changeset/dependencies-GH-2709.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@substrate/extension": patch
"@substrate/wallet-template": patch
---

chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.1.6 to 6.3.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
2 changes: 1 addition & 1 deletion examples/light-client-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^6.1.6",
"vite": "^6.3.6",
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion examples/light-client-extension-helpers-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^6.1.6",
"vite": "^6.3.6",
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion examples/smoldot-discovery-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",
"typescript": "5.6.2",
"vite": "^6.1.6",
"vite": "^6.3.6",
"vitest": "^2.1.9"
}
}
Loading
Loading