Closed jtrein closed 3 years ago
Fixes #412
🥳 Adds
.npmrc
engine-strict=true
npm install
engines
✨ Updates
package-lock.json
🧹 Chores done
node
^14.0.0
npm
^7.0.0
ts-jest
create-react-app
@testing-library/react
Fixes #412
🥳 Adds
.npmrc
and setsengine-strict=true
. Upon runningnpm install
, if the versions specified in theengines
struct do not match, the install will fail.✨ Updates
package-lock.json
is now upgraded to version 2.🧹 Chores done
npm install
: Locks thenode
version to^14.0.0
npm install
: Locks thenpm
version to^7.0.0
ts-jest
package as it was causing conflicts withcreate-react-app
@testing-library/react