aboutsummaryrefslogtreecommitdiffstats
path: root/.npmrc
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-07-27 06:30:15 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-27 01:04:25 +0000
commitf12d77835855d30957fb7b4400e3049ef9bcb621 (patch)
tree878a9ac7ca35a232839fa82bea670f78a7c92ba6 /.npmrc
parentci: modernize github actions (#1287) (diff)
downloadferdium-app-f12d77835855d30957fb7b4400e3049ef9bcb621.tar.gz
ferdium-app-f12d77835855d30957fb7b4400e3049ef9bcb621.tar.zst
ferdium-app-f12d77835855d30957fb7b4400e3049ef9bcb621.zip
Upgrade 'electron' to '25.3.2'
- allow bumping up version of dependencies even when lock file is present
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.npmrc b/.npmrc
index ef1ad604a..537d986a1 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,4 +1,5 @@
1save-exact = true 1save-exact = true
2engine-strict = true 2engine-strict = true
3unsafe-perm = true 3unsafe-perm = true
4strict-peer-dependencies=true 4frozen-lockfile = false
5strict-peer-dependencies = true