Skip to content

Commit

Permalink
Merge pull request #19 from 0xsequence/sequence-v1.1.0
Browse files Browse the repository at this point in the history
Use sequence v1.1.0
  • Loading branch information
Agusx1211 authored Jul 28, 2023
2 parents 5002fcd + 27af6a1 commit 36e31a9
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 605 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
"build": "BUILD_PATH='./dist' tsc && vite build",
"serve": "vite preview",
"dist": "pnpm build",
"link-sequence": "../sequence.js/scripts/pnpm-link.sh link",
"unlink-sequence": "../sequence.js/scripts/pnpm-link.sh unlink"
"link-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh link",
"unlink-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh unlink",
"clear:vite:cache": "rm -rf node_modules/.vite/"
},
"dependencies": {
"0xsequence": "1.0.4",
"0xsequence": "^1.1.0",
"@0xsequence/design-system": "^1.0.5",
"@0xsequence/ethauth": "^0.8.1",
"@0xsequence/network": "1.0.0",
"@0xsequence/provider": "1.0.0",
"@0xsequence/utils": "1.0.0",
"@0xsequence/network": "^1.1.0",
"@0xsequence/provider": "^1.1.0",
"@0xsequence/utils": "^1.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down
Loading

0 comments on commit 36e31a9

Please sign in to comment.