summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-02-10 09:43:15 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-25 12:50:57 +0100
commit34d9347e69737ba930904e9ac5d6244cef2cf1a0 (patch)
tree86774dd42c89d41f60cb61e7b77944978f3b7dd6
parentecd692db5a819ea06c04c3aca5fc3f8517b24a63 (diff)
downloadmullvadvpn-34d9347e69737ba930904e9ac5d6244cef2cf1a0.tar.xz
mullvadvpn-34d9347e69737ba930904e9ac5d6244cef2cf1a0.zip
Add vite dependencies
Note that vite had to be pinned to an exact version to fix issues with it not being resolved correctly in the mullvad-vpn package.
-rw-r--r--desktop/packages/mullvad-vpn/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/package.json b/desktop/packages/mullvad-vpn/package.json
index dc5015e4f4..7cd2401ea8 100644
--- a/desktop/packages/mullvad-vpn/package.json
+++ b/desktop/packages/mullvad-vpn/package.json
@@ -46,6 +46,7 @@
"@types/sinon": "^10.0.13",
"@types/sprintf-js": "^1.1.2",
"@types/topojson-specification": "^1.0.2",
+ "@vitejs/plugin-react": "^4.3.4",
"browserify": "^17.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
@@ -70,6 +71,8 @@
"tsc-watch": "^5.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
+ "vite": "6.2.0",
+ "vite-plugin-electron": "^0.29.0",
"xvfb-maybe": "^0.2.1"
},
"scripts": {