Skip to content

Commit

Permalink
Fork of Jordans Dep changes - Updating JS Deps (#676)
Browse files Browse the repository at this point in the history
* package.json changes

* yarn.lock

* yarn.lock now tree-shakeable

* v2.1.0-alpha1

* v2.1.0-alpha1

* revert alpha publishing

* raaaaaaaagggggrrr
  • Loading branch information
Funkatronics authored Jan 19, 2024
1 parent 9798fd3 commit 3e58521
Show file tree
Hide file tree
Showing 4 changed files with 1,064 additions and 892 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@
"dependencies": {
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.2",
"bs58": "^5.0.0",
"js-base64": "^3.7.2"
"js-base64": "^3.7.5"
},
"devDependencies": {
"@solana/web3.js": "^1.58.0",
"agadoo": "^2.0.0",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"shx": "^0.3.4"
}
}
}
6 changes: 4 additions & 2 deletions js/packages/mobile-wallet-adapter-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,20 @@
"prepublishOnly": "agadoo"
},
"dependencies": {
"@solana/wallet-standard": "^1.1.2",
"@solana/wallet-standard-util": "^1.1.1",
"@wallet-standard/core": "^1.0.3",
"js-base64": "^3.7.5"
},
"devDependencies": {
"@solana/wallet-standard": "^1.1.1",
"@solana/web3.js": "^1.58.0",
"@types/react-native": "^0.69.3",
"agadoo": "^2.0.0",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"shx": "^0.3.4"
},
"peerDependencies": {
"@solana/web3.js": "^1.58.0",
"react-native": ">0.69"
}
}
6 changes: 3 additions & 3 deletions js/packages/wallet-adapter-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-standard-features": "^1.1.0",
"js-base64": "^3.7.2"
"@solana/wallet-standard-features": "^1.2.0",
"js-base64": "^3.7.5"
},
"optionalDependencies": {
"@react-native-async-storage/async-storage": "^1.17.7"
Expand All @@ -54,4 +54,4 @@
"cross-env": "^7.0.3",
"shx": "^0.3.4"
}
}
}
Loading

0 comments on commit 3e58521

Please sign in to comment.