Skip to content

Commit

Permalink
revert to next 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Cali93 committed May 10, 2022
1 parent 26dd6d1 commit 98075e0
Show file tree
Hide file tree
Showing 3 changed files with 1,024 additions and 721 deletions.
28 changes: 6 additions & 22 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@apollo/client": "^3.6.2",
"@chakra-ui/anatomy": "^1.3.0",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "2.0.0-next.4",
"@chakra-ui/react": "^1.8.8",
"@chakra-ui/theme-tools": "^1.3.6",
"@datamodels/identity-accounts-web": "^0.1.2",
"@discovery-dao/hardhat": "^0.0.13",
Expand Down Expand Up @@ -71,16 +71,16 @@
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"multiparty": "^4.2.2",
"next": "12.1.6",
"next": "^11.1.2",
"next-i18next": "^11.0.0",
"next-pwa": "^5.4.0",
"next-remove-imports": "^1.0.6",
"next-seo": "^5.4.0",
"nft.storage": "^6.0.0",
"react": "^18.1.0",
"react": "^17.0.1",
"react-blockies": "^1.4.1",
"react-device-detect": "^2.1.2",
"react-dom": "^18.1.0",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.1",
"react-hook-form": "^7.31.0",
"react-hot-toast": "^2.2.0",
Expand All @@ -95,30 +95,14 @@
"web3.storage": "^3.5.4",
"web3modal": "^1.9.7"
},
"overrides": {
"chakra-ui-markdown-renderer": {
"@chakra-ui/react": "2.0.0-next.4"
},
"chakra-ui-steps": {
"@chakra-ui/react": "2.0.0-next.4"
}
},
"resolutions": {
"chakra-ui-markdown-renderer": {
"@chakra-ui/react": "2.0.0-next.4"
},
"chakra-ui-steps": {
"@chakra-ui/react": "2.0.0-next.4"
}
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.4",
"@types/mime-types": "^2.1.1",
"@types/multiparty": "^0.0.33",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-blockies": "^1.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.3",
"@types/react-blockies": "^1.4.1",
"commitlint": "^13.2.1",
"eslint": "^7.32.0",
"eslint-config-next": "^12.1.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.22",
"@types/react": "^18.0.9",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.3",
"babel-loader": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-is": "^18.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"semantic-release": "^18.0.0",
"size-limit": "^6.0.1",
"tsdx": "^0.14.1",
Expand All @@ -81,7 +81,7 @@
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "2.0.0-next.4",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/inter": "^4.5.1",
Expand Down
Loading

0 comments on commit 98075e0

Please sign in to comment.