Files
TheGame/packages/web/package.json
dependabot[bot] 9cf6d910d5 Bump ethers from 5.3.0 to 5.4.1
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.3.0 to 5.4.1.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.4.1/packages/ethers)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 07:47:46 +05:30

43 lines
1.1 KiB
JSON

{
"name": "@metafam/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"yarn generate --watch\"",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"precommit": "yarn lint-staged",
"generate": "graphql-codegen --config=codegen.yml",
"prepare": "yarn generate"
},
"dependencies": {
"@types/react": "17.0.6",
"@metafam/ds": "0.1.0",
"@metafam/utils": "1.0.0",
"@urql/exchange-retry": "0.2.1",
"@walletconnect/web3-provider": "1.4.1",
"copy-to-clipboard": "3.3.1",
"ethers": "5.4.1",
"fake-tag": "3.0.0",
"graphql": "15.5.0",
"isomorphic-unfetch": "3.1.0",
"moment": "2.29.1",
"next": "10.2.3",
"next-images": "1.7.0",
"next-transpile-modules": "7.2.0",
"next-urql": "3.1.0",
"node-fetch": "2.6.1",
"opensea-js": "1.1.11",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-hook-form": "6.15.5",
"react-icons": "4.2.0",
"react-qr-svg": "2.3.0",
"urql": "2.0.2",
"web3modal": "1.9.3",
"spacetime": "6.16.1",
"spacetime-informal": "0.6.1"
}
}