Skip to content

Commit 90707e0

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 d361abb commit 90707e0

File tree

3 files changed

+1880
-119
lines changed

3 files changed

+1880
-119
lines changed

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/http-proxy": "^1.17.17",
6666
"@types/node-forge": "^1.3.14",
6767
"@types/yargs": "^17.0.35",
68-
"vite": "^7.3.1",
69-
"vite-plugin-static-copy": "^3.1.5"
68+
"vite": "^8.0.0",
69+
"vite-plugin-static-copy": "^3.3.0"
7070
}
7171
}

apps/studio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@types/shell-quote": "^1.7.5",
9696
"@types/winreg": "^1.2.36",
9797
"@types/yauzl": "^2.10.3",
98-
"@vitejs/plugin-react": "^5.1.4",
98+
"@vitejs/plugin-react": "^6.0.1",
9999
"@wp-playground/blueprints": "3.1.12",
100100
"electron": "^41.0.2",
101101
"electron-devtools-installer": "^4.0.0",
@@ -104,10 +104,10 @@
104104
"postcss": "^8.4.32",
105105
"rimraf": "^6.1.3",
106106
"tailwindcss": "^3.3.6",
107-
"vite": "^7.3.1",
108-
"vite-plugin-static-copy": "^3.1.5",
107+
"vite": "^8.0.0",
108+
"vite-plugin-static-copy": "^3.3.0",
109109
"vite-plugin-top-level-await": "^1.6.0",
110-
"vite-plugin-wasm": "^3.5.0",
110+
"vite-plugin-wasm": "^3.6.0",
111111
"wpcom": "^7.1.1"
112112
},
113113
"optionalDependencies": {

0 commit comments

Comments
 (0)