aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 01:56:59 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-19 10:07:50 +0400
commitd15680096e6e3c1b6e9f13a8b07d3f97d56060c9 (patch)
tree00816de4fc3701dc58f757a09083042082adbbcc /babel.config.json
parentPulled in rebranded recipes submodule (diff)
downloadferdium-app-d15680096e6e3c1b6e9f13a8b07d3f97d56060c9.tar.gz
ferdium-app-d15680096e6e3c1b6e9f13a8b07d3f97d56060c9.tar.zst
ferdium-app-d15680096e6e3c1b6e9f13a8b07d3f97d56060c9.zip
Upgrade electron to '16.2.2'
Remove deprecated 'webPreference' 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 7ef38a9a8..97250ae80 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": 15 7 "electron": 16
8 } 8 }
9 } 9 }
10 ], 10 ],