Skip to content

Commit

Permalink
Package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanson-github committed Dec 10, 2024
1 parent deba95d commit f5ba84d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
"dependencies": {
"@heroicons/react": "2.0.18",
"@rainbow-me/rainbowkit": "1.0.7",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.3",
"@walletconnect/modal": "^2.6.2",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev",
"@walletconnect/modal": "2.6.2",
"chart.js": "4.3.0",
"cookie-parser": "^1.4.6",
"csrf-csrf": "^3.0.6",
"cookie-parser": "1.4.6",
"csrf-csrf": "3.0.6",
"daisyui": "2.52.0",
"dotenv": "16.3.1",
"ethers": "5.7.2",
"express": "4.18.2",
"express-rate-limit": "6.7.1",
"geist": "^1.3.0",
"geist": "1.3.0",
"helmet": "6.2.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.1",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"jszip": "3.10.1",
"moment": "2.30.1",
"next": "13.4.7",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.2",
"react-jazzicon": "^1.0.4",
"react-jazzicon": "1.0.4",
"swr": "2.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"viem": "1.3.0",
"wagmi": "1.3.9",
"zustand": "^4.5.2"
"zustand": "4.5.2"
},
"devDependencies": {
"@types/express": "4.17.17",
Expand Down Expand Up @@ -69,4 +69,4 @@
"typescript": "5.1.6",
"typescript-estree": "18.1.0"
}
}
}

0 comments on commit f5ba84d

Please sign in to comment.