Skip to content

Commit d183f3d

Browse files
chore(deps): bump the npm_and_yarn group with 2 updates (#2509)
* chore(deps): bump the npm_and_yarn group with 2 updates Bumps the npm_and_yarn group with 2 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [rollup](https://github.com/rollup/rollup). Updates `vite` from 5.3.4 to 5.3.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite) Updates `rollup` from 4.18.0 to 4.20.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.18.0...v4.20.0) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): changeset for dependency update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]>
1 parent 21c0e30 commit d183f3d

File tree

9 files changed

+87
-227
lines changed

9 files changed

+87
-227
lines changed

.changeset/dependencies-GH-2509.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
"@substrate/extension": patch
3+
"@substrate/wallet-template": patch
4+
---
5+
6+
chore(deps): bump the npm_and_yarn group with 2 updates
7+
8+
Bumps the npm_and_yarn group with 2 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [rollup](https://github.com/rollup/rollup).
9+
10+
11+
Updates `vite` from 5.3.4 to 5.3.6
12+
- [Release notes](https://github.com/vitejs/vite/releases)
13+
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
14+
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)
15+
16+
Updates `rollup` from 4.18.0 to 4.20.0
17+
- [Release notes](https://github.com/rollup/rollup/releases)
18+
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
19+
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.20.0)
20+
21+
---
22+
updated-dependencies:
23+
- dependency-name: vite
24+
dependency-type: direct:development
25+
dependency-group: npm_and_yarn
26+
- dependency-name: rollup
27+
dependency-type: indirect
28+
dependency-group: npm_and_yarn
29+
...
30+
31+
Signed-off-by: dependabot[bot] <[email protected]>

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": "^4.6.2",
4040
"eslint-plugin-react-refresh": "^0.4.12",
41-
"vite": "^5.3.4",
41+
"vite": "^5.3.6",
4242
"vitest": "^2.0.5"
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": "^4.6.2",
3131
"eslint-plugin-react-refresh": "^0.4.12",
32-
"vite": "^5.3.4",
32+
"vite": "^5.3.6",
3333
"vitest": "^2.0.5"
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.14",
7676
"typescript": "catalog:",
77-
"vite": "^5.3.2",
77+
"vite": "^5.3.6",
7878
"vitest": "^2.0.5"
7979
}
8080
}

0 commit comments

Comments
 (0)