Skip to content

Commit 98075e0

Browse files
committed
revert to next 11
1 parent 26dd6d1 commit 98075e0

3 files changed

Lines changed: 1024 additions & 721 deletions

File tree

packages/dapp/package.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@apollo/client": "^3.6.2",
2525
"@chakra-ui/anatomy": "^1.3.0",
2626
"@chakra-ui/icons": "^1.1.7",
27-
"@chakra-ui/react": "2.0.0-next.4",
27+
"@chakra-ui/react": "^1.8.8",
2828
"@chakra-ui/theme-tools": "^1.3.6",
2929
"@datamodels/identity-accounts-web": "^0.1.2",
3030
"@discovery-dao/hardhat": "^0.0.13",
@@ -71,16 +71,16 @@
7171
"lodash": "^4.17.21",
7272
"mime-types": "^2.1.35",
7373
"multiparty": "^4.2.2",
74-
"next": "12.1.6",
74+
"next": "^11.1.2",
7575
"next-i18next": "^11.0.0",
7676
"next-pwa": "^5.4.0",
7777
"next-remove-imports": "^1.0.6",
7878
"next-seo": "^5.4.0",
7979
"nft.storage": "^6.0.0",
80-
"react": "^18.1.0",
80+
"react": "^17.0.1",
8181
"react-blockies": "^1.4.1",
8282
"react-device-detect": "^2.1.2",
83-
"react-dom": "^18.1.0",
83+
"react-dom": "^17.0.1",
8484
"react-dropzone": "^14.2.1",
8585
"react-hook-form": "^7.31.0",
8686
"react-hot-toast": "^2.2.0",
@@ -95,30 +95,14 @@
9595
"web3.storage": "^3.5.4",
9696
"web3modal": "^1.9.7"
9797
},
98-
"overrides": {
99-
"chakra-ui-markdown-renderer": {
100-
"@chakra-ui/react": "2.0.0-next.4"
101-
},
102-
"chakra-ui-steps": {
103-
"@chakra-ui/react": "2.0.0-next.4"
104-
}
105-
},
106-
"resolutions": {
107-
"chakra-ui-markdown-renderer": {
108-
"@chakra-ui/react": "2.0.0-next.4"
109-
},
110-
"chakra-ui-steps": {
111-
"@chakra-ui/react": "2.0.0-next.4"
112-
}
113-
},
11498
"devDependencies": {
11599
"@commitlint/config-conventional": "^16.2.4",
116100
"@types/mime-types": "^2.1.1",
117101
"@types/multiparty": "^0.0.33",
118102
"@types/node": "^17.0.31",
119-
"@types/react": "^18.0.9",
120-
"@types/react-blockies": "^1.4.1",
103+
"@types/react": "^17.0.39",
121104
"@types/react-dom": "^18.0.3",
105+
"@types/react-blockies": "^1.4.1",
122106
"commitlint": "^13.2.1",
123107
"eslint": "^7.32.0",
124108
"eslint-config-next": "^12.1.6",

packages/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
"@storybook/builder-webpack5": "^6.4.19",
6565
"@storybook/manager-webpack5": "^6.4.19",
6666
"@storybook/react": "^6.4.22",
67-
"@types/react": "^18.0.9",
67+
"@types/react": "^17.0.39",
6868
"@types/react-dom": "^18.0.3",
6969
"babel-loader": "^8.2.2",
7070
"cz-conventional-changelog": "^3.3.0",
7171
"html-webpack-plugin": "^5.5.0",
7272
"husky": "^7.0.2",
73-
"react": "^18.1.0",
74-
"react-dom": "^18.1.0",
75-
"react-is": "^18.1.0",
73+
"react": "^17.0.1",
74+
"react-dom": "^17.0.1",
75+
"react-is": "^17.0.1",
7676
"semantic-release": "^18.0.0",
7777
"size-limit": "^6.0.1",
7878
"tsdx": "^0.14.1",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@chakra-ui/icons": "^1.1.7",
84-
"@chakra-ui/react": "2.0.0-next.4",
84+
"@chakra-ui/react": "^1.8.8",
8585
"@emotion/react": "^11.9.0",
8686
"@emotion/styled": "^11.8.1",
8787
"@fontsource/inter": "^4.5.1",

0 commit comments

Comments
 (0)