blob: a685883fb1a4a8c36e9f7eaadd19da3f26f9faea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/package.json b/package.json
index 8fa2ebd07..7d138fbde 100644
--- a/package.json
+++ b/package.json
@@ -115,6 +115,9 @@
"@leafygreen-ui/select": "^17.0.3",
"@leafygreen-ui/text-input": "^16.2.3",
"@leafygreen-ui/tokens": "^4.2.2",
- "@leafygreen-ui/typography": "^22.2.4"
+ "@leafygreen-ui/typography": "^22.2.4",
+ "electron": "%%ELECTRON_VERSION%%",
+ "electron-to-chromium": "latest",
+ "html-webpack-plugin": "5.6.5"
}
}
|