blob: 15affddae3216648d9043e43aca89394e592ddca (
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 bc7dbbe91..18756afa2 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"
}
}
|