Files
TheGame/packages/app-react/package.json
dependabot[bot] 9ffdd80b5c Bump @testing-library/user-event from 7.2.1 to 12.1.8 (#164)
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v12.1.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 15:12:25 +05:30

52 lines
1.3 KiB
JSON

{
"name": "@metafam/app-react",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"dev": "yarn start",
"eject": "react-scripts eject",
"typecheck": "tsc --noEmit",
"precommit": "yarn lint-staged"
},
"dependencies": {
"3box": "^1.20.3",
"@apollo/client": "^3.0.0-beta.43",
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^4.9.10",
"@metafam/utils": "1.0.0",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.8",
"@walletconnect/web3-provider": "^1.0.0-beta.47",
"apollo-boost": "^0.4.7",
"ethers": "^5.0.8",
"graphql": "^15.0.0",
"graphql-codegen-hasura-core": "^4.8.4",
"graphql-tag": "^2.10.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"web3": "^1.2.6",
"web3modal": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@types/react-router-dom": "^5.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}