blob: c7f9dd5efcd982123be80fe7cae649a731b90123 (
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 597aa80e3..483e75c5e 100644
--- a/package.json
+++ b/package.json
@@ -122,6 +122,9 @@
"@leafygreen-ui/text-input": "^16.2.3",
"@leafygreen-ui/tokens": "^4.2.2",
"@leafygreen-ui/typography": "^22.2.4",
- "kerberos": "^2.2.2"
+ "kerberos": "^2.2.2",
+ "electron": "%%ELECTRON_VERSION%%",
+ "electron-to-chromium": "latest",
+ "html-webpack-plugin": "5.6.5"
}
}
|