Skip to content

Commit

Permalink
chore: Update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 29, 2023
1 parent 1341665 commit 3dd2578
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 249 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
---

Fixed `WalletConnect` automatic connection issue in the follow scenario: connect the WalletConnect
-> close browser -> reopen browser -> disconnect -> select WalletConnect, will automatically
connect.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"initialVersions": {
"example-nextjs": "0.0.1",
"example-vite": "0.0.1",
"@totejs/walletkit": "1.0.6",
"@totejs/walletkit": "1.0.7-alpha.1",
"website": "0.0.1"
},
"changesets": []
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- alpha
- 0.x
- 0.x-alpha
- dev

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.19.8",
"viem": "^1.19.9",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@totejs/walletkit": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.19.8",
"viem": "^1.19.9",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ci:publish": "pnpm changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/walletkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
Expand All @@ -52,7 +52,7 @@
"react-dom": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.3.2",
"viem": "^1.19.8",
"viem": "^1.19.9",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"wagmi": "^1.4.7"
Expand Down
Loading

0 comments on commit 3dd2578

Please sign in to comment.