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 26, 2024
1 parent a363003 commit 1e4a64d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/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"
}
}

0 comments on commit 1e4a64d

Please sign in to comment.