Skip to content

Commit

Permalink
update wallet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ildarH committed Aug 15, 2024
1 parent 6d4921d commit 5e5a0d6
Show file tree
Hide file tree
Showing 3 changed files with 13,023 additions and 6,648 deletions.
9 changes: 8 additions & 1 deletion apps/nuxt-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.3.3",
"@bitget-wallet/aptos-wallet-adapter": "^0.1.0",
"@martianwallet/aptos-wallet-adapter": "^0.0.5",
"@msafe/aptos-wallet-adapter": "^1.0.11",
"@okwallet/aptos-wallet-adapter": "^0.0.3",
"@pontem/wallet-adapter-plugin": "^0.2.1",
"@trustwallet/aptos-wallet-adapter": "^0.1.6",
"fewcha-plugin-wallet-adapter": "^0.1.3"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.4.2",
Expand Down
1 change: 1 addition & 0 deletions packages/wallet-adapter-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"resolveJsonModule": true,
"noImplicitThis": true,
"strict": true,
"module": "ESNext",
"target": "ESNext",
"useDefineForClassFields": true,
"esModuleInterop": true,
Expand Down
Loading

0 comments on commit 5e5a0d6

Please sign in to comment.