Skip to content

Commit

Permalink
Updating to sequence.js v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Sep 4, 2024
1 parent bf64ec9 commit 377ba26
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 161 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"clear:vite:cache": "rm -rf node_modules/.vite/"
},
"dependencies": {
"0xsequence": "2.0.0",
"@0xsequence/abi": "2.0.0",
"@0xsequence/design-system": "^1.7.5",
"0xsequence": "2.0.1",
"@0xsequence/abi": "2.0.1",
"@0xsequence/design-system": "^1.7.6",
"@0xsequence/ethauth": "^1.0.0",
"@0xsequence/network": "2.0.0",
"@0xsequence/provider": "2.0.0",
"@0xsequence/utils": "2.0.0",
"@0xsequence/network": "2.0.1",
"@0xsequence/provider": "2.0.1",
"@0xsequence/utils": "2.0.1",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
Expand All @@ -33,6 +33,13 @@
"react-dom": "^18.2.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@vanilla-extract/vite-plugin": "^4.0.6",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"eslintConfig": {
"extends": [
"react-app"
Expand All @@ -49,12 +56,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vanilla-extract/vite-plugin": "^4.0.6",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit 377ba26

Please sign in to comment.