Skip to content

Commit

Permalink
Merge pull request #5 from SporkDAOOfficial/update-v0.2.3
Browse files Browse the repository at this point in the history
Update DAOhaus packages to v0.2.3
  • Loading branch information
earth2travis authored Sep 15, 2023
2 parents 306add1 + d3a2f97 commit 0bba56f
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 202 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"preview": "vite preview"
},
"dependencies": {
"@daohaus/connect": "^0.2.1",
"@daohaus/contract-utils": "^0.2.1",
"@daohaus/form-builder": "^0.2.1",
"@daohaus/tx-builder": "^0.2.1",
"@daohaus/ui": "^0.2.1",
"@daohaus/utils": "^0.2.1",
"@daohaus/moloch-v3-fields": "^0.2.1",
"@daohaus/moloch-v3-legos": "^0.2.1",
"@daohaus/moloch-v3-hooks": "^0.2.1",
"@daohaus/moloch-v3-macro-ui": "^0.2.1",
"@daohaus/connect": "^0.2.3",
"@daohaus/contract-utils": "^0.2.3",
"@daohaus/form-builder": "^0.2.3",
"@daohaus/tx-builder": "^0.2.3",
"@daohaus/ui": "^0.2.3",
"@daohaus/utils": "^0.2.3",
"@daohaus/moloch-v3-fields": "^0.2.3",
"@daohaus/moloch-v3-legos": "^0.2.3",
"@daohaus/moloch-v3-hooks": "^0.2.3",
"@daohaus/moloch-v3-macro-ui": "^0.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
Expand Down
1 change: 0 additions & 1 deletion src/pages/NewProposal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useMemo } from 'react';
import { useLocation, useNavigate } from 'react-router-dom';
import { FormBuilder } from '@daohaus/form-builder';
import { useDao } from '@daohaus/moloch-v3-context';

import { AppFieldLookup } from '../legos/fieldConfig';
import { useCurrentDao } from '@daohaus/moloch-v3-hooks';
Expand Down
Loading

0 comments on commit 0bba56f

Please sign in to comment.