|
24 | 24 | "@apollo/client": "^3.6.2", |
25 | 25 | "@chakra-ui/anatomy": "^1.3.0", |
26 | 26 | "@chakra-ui/icons": "^1.1.7", |
27 | | - "@chakra-ui/react": "2.0.0-next.4", |
| 27 | + "@chakra-ui/react": "^1.8.8", |
28 | 28 | "@chakra-ui/theme-tools": "^1.3.6", |
29 | 29 | "@datamodels/identity-accounts-web": "^0.1.2", |
30 | 30 | "@discovery-dao/hardhat": "^0.0.13", |
|
71 | 71 | "lodash": "^4.17.21", |
72 | 72 | "mime-types": "^2.1.35", |
73 | 73 | "multiparty": "^4.2.2", |
74 | | - "next": "12.1.6", |
| 74 | + "next": "^11.1.2", |
75 | 75 | "next-i18next": "^11.0.0", |
76 | 76 | "next-pwa": "^5.4.0", |
77 | 77 | "next-remove-imports": "^1.0.6", |
78 | 78 | "next-seo": "^5.4.0", |
79 | 79 | "nft.storage": "^6.0.0", |
80 | | - "react": "^18.1.0", |
| 80 | + "react": "^17.0.1", |
81 | 81 | "react-blockies": "^1.4.1", |
82 | 82 | "react-device-detect": "^2.1.2", |
83 | | - "react-dom": "^18.1.0", |
| 83 | + "react-dom": "^17.0.1", |
84 | 84 | "react-dropzone": "^14.2.1", |
85 | 85 | "react-hook-form": "^7.31.0", |
86 | 86 | "react-hot-toast": "^2.2.0", |
|
95 | 95 | "web3.storage": "^3.5.4", |
96 | 96 | "web3modal": "^1.9.7" |
97 | 97 | }, |
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 | | - }, |
114 | 98 | "devDependencies": { |
115 | 99 | "@commitlint/config-conventional": "^16.2.4", |
116 | 100 | "@types/mime-types": "^2.1.1", |
117 | 101 | "@types/multiparty": "^0.0.33", |
118 | 102 | "@types/node": "^17.0.31", |
119 | | - "@types/react": "^18.0.9", |
120 | | - "@types/react-blockies": "^1.4.1", |
| 103 | + "@types/react": "^17.0.39", |
121 | 104 | "@types/react-dom": "^18.0.3", |
| 105 | + "@types/react-blockies": "^1.4.1", |
122 | 106 | "commitlint": "^13.2.1", |
123 | 107 | "eslint": "^7.32.0", |
124 | 108 | "eslint-config-next": "^12.1.6", |
|
0 commit comments