Skip to content

Commit

Permalink
Merge pull request #17 from near-examples/update-naj-ws-versions
Browse files Browse the repository at this point in the history
Update near-api-js and wallet-selector versions
  • Loading branch information
gagdiez authored Jul 30, 2024
2 parents 7ac5e16 + 4a01644 commit 4ef93d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

# Frontend
**/dist/
**/.parcel-cache
**/.parcel-cache
**/.next
13 changes: 5 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@
"lint": "next lint"
},
"dependencies": {
"@near-wallet-selector/core": "^8.9.7",
"@near-wallet-selector/here-wallet": "^8.9.7",
"@near-wallet-selector/modal-ui": "^8.9.7",
"@near-wallet-selector/my-near-wallet": "^8.9.7",
"@near-wallet-selector/core": "^8.9.11",
"@near-wallet-selector/here-wallet": "^8.9.11",
"@near-wallet-selector/modal-ui": "^8.9.11",
"@near-wallet-selector/my-near-wallet": "^8.9.11",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^3.0.4",
"near-api-js": "^4.0.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
},
"overrides": {
"near-api-js": "^3.0.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3"
Expand Down

0 comments on commit 4ef93d8

Please sign in to comment.