Skip to content

Commit

Permalink
Yarn Outdated (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Jul 19, 2024
1 parent f01a983 commit 678eae2
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 127 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"devDependencies": {
"@types/elliptic": "^6.4.18",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"dotenv": "^16.4.5",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"ethers": "^6.13.1",
"jest": "^29.7.0",
"opensea-js": "^7.1.10",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"tsx": "^4.16.0",
"opensea-js": "^7.1.12",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@walletconnect/web3wallet": "^1.12.3",
"elliptic": "^6.5.5",
"near-api-js": "^4.0.2",
"viem": "^2.16.5"
"@walletconnect/web3wallet": "^1.13.0",
"elliptic": "^6.5.6",
"near-api-js": "^4.0.3",
"viem": "^2.17.5"
}
}
Loading

0 comments on commit 678eae2

Please sign in to comment.