Skip to content

Commit

Permalink
Merge pull request #16 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 1b671c1 + 7345bcf commit fded0b0
Showing 1 changed file with 6 additions and 9 deletions.
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 fded0b0

Please sign in to comment.