Skip to content

Commit

Permalink
fix: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Apr 23, 2024
1 parent f804ff3 commit 1b8c863
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8,443 deletions.
7 changes: 5 additions & 2 deletions templates/frontend/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
"react-dom": "^18",
"zustand": "^4.5.2"
},
"overrides": {
"near-api-js": "^3.0.4"
},
"devDependencies": {
"eslint": "^9.0",
"eslint-config-next": "14.2.0"
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2"
}
}
7 changes: 5 additions & 2 deletions templates/frontend/next-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
"react-singleton-hook": "^4.0.1",
"zustand": "^4.5.2"
},
"overrides": {
"near-api-js": "^3.0.4"
},
"devDependencies": {
"eslint": "^9.0",
"eslint-config-next": "14.2.0"
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2"
}
}
Loading

0 comments on commit 1b8c863

Please sign in to comment.