blob: 9b535c316016ddab0e9a6cdfa660d0c3975a6960 (
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 19769afbd..0873a4361 100644
--- a/package.json
+++ b/package.json
@@ -121,6 +121,9 @@
"@leafygreen-ui/text-input": "^16.2.2",
"@leafygreen-ui/tokens": "^4.2.1",
"@leafygreen-ui/typography": "^22.2.3",
- "kerberos": "^2.2.2"
+ "kerberos": "^2.2.2",
+ "electron": "%%ELECTRON_VERSION%%",
+ "electron-to-chromium": "latest",
+ "html-webpack-plugin": "5.6.5"
}
}
|