mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-13 07:25:03 -05:00
Bumps [urql](https://github.com/FormidableLabs/urql/tree/HEAD/packages/react-urql) from 1.11.6 to 2.0.1. - [Release notes](https://github.com/FormidableLabs/urql/releases) - [Changelog](https://github.com/FormidableLabs/urql/blob/main/packages/react-urql/CHANGELOG.md) - [Commits](https://github.com/FormidableLabs/urql/commits/urql@2.0.1/packages/react-urql) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
953 B
JSON
37 lines
953 B
JSON
{
|
|
"name": "@metafam/metamaps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build && next export",
|
|
"start": "next start",
|
|
"typecheck": "tsc",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"3box": "1.22.2",
|
|
"@chakra-ui/core": "0.8.0",
|
|
"@emotion/core": "10.0.35",
|
|
"@emotion/styled": "10.0.27",
|
|
"@types/styled-components": "5.1.7",
|
|
"babel-plugin-styled-components": "1.12.0",
|
|
"emotion-theming": "10.0.27",
|
|
"graphql": "15.4.0",
|
|
"immutability-helper": "3.1.1",
|
|
"isomorphic-unfetch": "3.1.0",
|
|
"next": "latest",
|
|
"next-redux-wrapper": "6.0.2",
|
|
"react": "16.14.0",
|
|
"react-addons-update": "15.6.2",
|
|
"react-dnd": "11.1.3",
|
|
"react-dnd-html5-backend": "11.1.3",
|
|
"react-dom": "16.14.0",
|
|
"react-redux": "7.2.2",
|
|
"redux": "4.0.5",
|
|
"redux-thunk": "2.3.0",
|
|
"styled-components": "5.2.1",
|
|
"urql": "2.0.1"
|
|
}
|
|
}
|