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:11:17 -0500
commit1fc1edadf1948560248325e7eb18a75e4b80b911 (patch)
tree60a072a7e03ab4509ee0ea6b341835f86f4d9740 /babel.config.json
parentUpgrade electron to '16.2.2' (diff)
downloadferdium-app-1fc1edadf1948560248325e7eb18a75e4b80b911.tar.gz
ferdium-app-1fc1edadf1948560248325e7eb18a75e4b80b911.tar.zst
ferdium-app-1fc1edadf1948560248325e7eb18a75e4b80b911.zip
Upgrade electron to '17.4.0'
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 97250ae80..4a3352900 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": 16 7 "electron": 17
8 } 8 }
9 } 9 }
10 ], 10 ],