Skip to content

Commit

Permalink
fix eslint peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Nov 12, 2024
1 parent a15dc6d commit 1705ca0
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 174 deletions.
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-root-import": "^6.6.0",
"dotenv": "^16.3.1",
"eslint": "^9.12.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-no-instanceof": "^1.0.1",
Expand All @@ -76,7 +76,7 @@
"reactotron-react-native-mmkv": "^0.2.7",
"reactotron-react-query": "^1.0.4",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^7.1.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 1705ca0

Please sign in to comment.