From be129d93ce80c6af001b939b2b686e0802b2088b Mon Sep 17 00:00:00 2001 From: Michael Paradis Date: Fri, 24 Mar 2023 07:16:30 -0700 Subject: [PATCH 1/2] Update versions in readme --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index b405be250e..a9ecbd2d0a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,8 +18,8 @@ developers to quickly build beautiful and consistent interfaces for our users. ### Prerequisites -- `node@14` -- `npm@6` +- `node@18` +- `npm@9` To install Atlantis locally for development: From 65cd49aba0b88dfa596049af9e980ea9562cd643 Mon Sep 17 00:00:00 2001 From: Michael Paradis Date: Fri, 24 Mar 2023 07:31:04 -0700 Subject: [PATCH 2/2] Update engines in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 430752eff9..d35bae6d08 100644 --- a/package.json +++ b/package.json @@ -127,5 +127,9 @@ }, "optionalDependencies": { "@jobber/fonts": "^1.1.0" + }, + "engines": { + "node": "18", + "npm": "9" } }