summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-02-14 17:17:30 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-25 12:50:57 +0100
commitecd692db5a819ea06c04c3aca5fc3f8517b24a63 (patch)
tree1e7104c45f1b23796dce7c1e776c0b0dc4a0e505 /desktop
parent3d7510a63c14d204379f36857898b5fcb9d2e0fc (diff)
downloadmullvadvpn-ecd692db5a819ea06c04c3aca5fc3f8517b24a63.tar.xz
mullvadvpn-ecd692db5a819ea06c04c3aca5fc3f8517b24a63.zip
Reorder dependencies alphabetically
This is done automatically by npm when installing a dependency. The order should probably have been alphabetical when the win-shortcuts dependency was added.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/packages/mullvad-vpn/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/packages/mullvad-vpn/package.json b/desktop/packages/mullvad-vpn/package.json
index 0963f79914..dc5015e4f4 100644
--- a/desktop/packages/mullvad-vpn/package.json
+++ b/desktop/packages/mullvad-vpn/package.json
@@ -25,10 +25,10 @@
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"redux": "^4.2.0",
- "win-shortcuts": "0.0.0",
"simple-plist": "^1.3.1",
"sprintf-js": "^1.1.2",
- "styled-components": "^6.1.13"
+ "styled-components": "^6.1.13",
+ "win-shortcuts": "0.0.0"
},
"devDependencies": {
"@playwright/test": "^1.41.1",