Skip to content

Commit b0d399b

Browse files
build(deps-dev): bump vite from 5.4.20 to 5.4.21
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a540441 commit b0d399b

File tree

4 files changed

+596
-255
lines changed

4 files changed

+596
-255
lines changed

apps/pinokio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"electron-builder-notarize": "^1.5.2",
164164
"react": "^19.2.0",
165165
"react-dom": "^19.2.0",
166-
"vite": "^7.2.4",
166+
"vite": "^5.4.21",
167167
"wait-on": "^9.0.3"
168168
}
169169
}

apps/tron-core-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "^19.1.0",
2121
"@vitejs/plugin-react": "^4.7.0",
2222
"typescript": "^5.9.3",
23-
"vite": "^5.4.20"
23+
"vite": "^5.4.21"
2424
}
2525
}

apps/tron-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-react-hooks": "^4.6.0",
4141
"rimraf": "^5.0.5",
4242
"typescript": "^5.3.3",
43-
"vite": "^5.0.10",
43+
"vite": "^5.4.21",
4444
"vitest": "^1.1.0",
4545
"wait-on": "^7.2.0"
4646
},

0 commit comments

Comments
 (0)