aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 04:48:30 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 01:16:39 -0500
commit9115e0b8ecf666cb15821901813181fa2b425570 (patch)
tree6dcc5b8545671155b1c23db5416ae43f51b7509e /babel.config.json
parentUpgrade electron to '17.4.0' (diff)
downloadferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.tar.gz
ferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.tar.zst
ferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.zip
Upgrade electron to '18.0.4'
Remove deprecated 'nativeWindowOpen' flag
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.json b/babel.config.json
index 4a3352900..fd89ad94e 100644
--- a/babel.config.json
+++ b/babel.config.json
@@ -4,7 +4,7 @@
4 "@babel/preset-env", 4 "@babel/preset-env",
5 { 5 {
6 "targets": { 6 "targets": {
7 "electron": 17 7 "electron": 18
8 } 8 }
9 } 9 }
10 ], 10 ],