Update vite to 5.0.12 in `package.json`

Renovate PR to update `vite` to 5.0.12 (https://github.com/ruffle-rs/ruffle/pull/14851) updated only `package-lock.json`, but not `package.json`

This causes `vite`  inside `package-lock.json` to roll back to 5.0.10 after `npm install`. This PR fixes that :)
This commit is contained in:
Oleksandr Kalko 2024-01-20 18:16:04 +02:00 committed by Nathan Adams
parent 233478a273
commit 22e5f16a21
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
}
}