Skip to content

Commit c79cc99

Browse files
Bump the vite group with 4 updates
Bumps the vite group with 4 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite-plugin-wasm](https://github.com/Menci/vite-plugin-wasm). Updates `vite` from 7.3.1 to 8.0.0 - [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/create-vite@8.0.0/packages/vite) Updates `vite-plugin-static-copy` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@3.2.0...vite-plugin-static-copy@3.3.0) Updates `@vitejs/plugin-react` from 5.1.4 to 6.0.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.1/packages/plugin-react) Updates `vite-plugin-wasm` from 3.5.0 to 3.6.0 - [Commits](Menci/vite-plugin-wasm@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-plugin-static-copy dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-plugin-wasm dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d67e689 commit c79cc99

File tree

3 files changed

+1960
-209
lines changed

3 files changed

+1960
-209
lines changed

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/node-forge": "^1.3.14",
4141
"@types/yargs": "^17.0.35",
4242
"patch-package": "^8.0.1",
43-
"vite": "^7.3.1",
44-
"vite-plugin-static-copy": "^3.1.5"
43+
"vite": "^8.0.0",
44+
"vite-plugin-static-copy": "^3.3.0"
4545
}
4646
}

apps/studio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/shell-quote": "^1.7.5",
9797
"@types/winreg": "^1.2.36",
9898
"@types/yauzl": "^2.10.3",
99-
"@vitejs/plugin-react": "^5.1.4",
99+
"@vitejs/plugin-react": "^6.0.1",
100100
"@wp-playground/blueprints": "3.1.12",
101101
"electron": "^41.0.2",
102102
"electron-devtools-installer": "^4.0.0",
@@ -105,10 +105,10 @@
105105
"postcss": "^8.4.32",
106106
"rimraf": "^6.1.3",
107107
"tailwindcss": "^3.3.6",
108-
"vite": "^7.3.1",
109-
"vite-plugin-static-copy": "^3.1.5",
108+
"vite": "^8.0.0",
109+
"vite-plugin-static-copy": "^3.3.0",
110110
"vite-plugin-top-level-await": "^1.6.0",
111-
"vite-plugin-wasm": "^3.5.0",
111+
"vite-plugin-wasm": "^3.6.0",
112112
"wpcom": "^7.1.1"
113113
},
114114
"optionalDependencies": {

0 commit comments

Comments
 (0)