Skip to content

Commit

Permalink
fix dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cali93 committed May 13, 2022
1 parent 59733cd commit de0c820
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 159 deletions.
6 changes: 3 additions & 3 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@discovery-dao/schemas": "^0.0.12",
"@discovery-dao/tree": "^0.0.1",
"@discovery-dao/ui": "^0.0.19",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.0.0",
"@emotion/cache": "^11.4.1",
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@emotion/styled": "^11.3.0",
"@ethersproject/providers": "^5.5.1",
"@fontsource/lexend": "^4.5.1",
"@fontsource/poppins": "^4.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"framer-motion": "^6.3.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.1",
"@vitejs/plugin-react": "^1.3.1",
"typescript": "^4.6.4",
"vite": "^2.9.6"
Expand Down
Loading

0 comments on commit de0c820

Please sign in to comment.