Skip to content

Commit

Permalink
Merge pull request #12 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 6a6a9d4 + e7c96dc commit 29e457f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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
15 changes: 6 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@
"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"
}
}
}

0 comments on commit 29e457f

Please sign in to comment.