Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore: engine node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Jul 1, 2022
1 parent 918364e commit 6d93035
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-typescript-redux-boilerplate",
"version": "3.3.0",
"version": "3.3.1",
"description": "React Native Template/Boilerplate for awesome applications, using Typescript with a lot of built-in ready features.",
"dependencies": {
"@freakycoder/react-native-bounceable": "^0.2.5",
Expand Down Expand Up @@ -79,6 +79,10 @@
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"engine": {
"node": ">=16.10.0",
"npm": ">=7.24.0"
},
"resolutions": {
"@types/react": "^17"
},
Expand Down

0 comments on commit 6d93035

Please sign in to comment.