aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-28 21:57:27 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-28 22:11:13 +0000
commit12acba7cb0d997375d5ae4dca99555ec16e983ce (patch)
treee099835b29c7c245f91aa9f94d40168c2fbc3447
parentMinor refactoring to use the destructured code pattern while importing from o... (diff)
downloadferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.tar.gz
ferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.tar.zst
ferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.zip
Backporting configs in prep for node upgrade to v16
-rw-r--r--.npmrc1
-rw-r--r--Dockerfile2
-rw-r--r--lerna.json1
3 files changed, 3 insertions, 1 deletions
diff --git a/.npmrc b/.npmrc
index aafab1669..cd7566c82 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,2 +1,3 @@
1save-exact = true 1save-exact = true
2engine-strict = true 2engine-strict = true
3legacy-peer-deps = true
diff --git a/Dockerfile b/Dockerfile
index ef4d1dbe0..c6847a8c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture 1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture
2 2
3FROM node:fermium-buster as builder 3FROM node:14.17.3-buster as builder
4 4
5# TODO: Need to setup a non-root user for security purposes 5# TODO: Need to setup a non-root user for security purposes
6 6
diff --git a/lerna.json b/lerna.json
index 6bd5b5fca..b4ab7a1e0 100644
--- a/lerna.json
+++ b/lerna.json
@@ -5,6 +5,7 @@
5 "packages/ui", 5 "packages/ui",
6 "packages/typings" 6 "packages/typings"
7 ], 7 ],
8 "npmClient": "npm",
8 "version": "independent", 9 "version": "independent",
9 "ignoreChanges": [ 10 "ignoreChanges": [
10 "**/*.md", 11 "**/*.md",