Skip to content

Commit

Permalink
fix(deps): update dependency @solana/spl-token to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 36bb9ff commit 66a0e75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-a-university-certification-nft/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@metaplex-foundation/js": "0.18.3",
"@solana/spl-token": "0.3.7",
"@solana/spl-token": "0.4.4",
"@solana/web3.js": "1.87.7",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion learn-the-metaplex-sdk-by-minting-an-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "learn-the-metaplex-sdk-by-minting-an-nft",
"type": "module",
"dependencies": {
"@solana/spl-token": "0.3.7",
"@solana/spl-token": "0.4.4",
"@solana/web3.js": "1.87.7"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@solana/spl-token": "0.3.7",
"@solana/spl-token": "0.4.4",
"@solana/web3.js": "1.87.7"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/parser": "7.23.0",
"@freecodecamp/freecodecamp-os": "1.10.0",
"@metaplex-foundation/js": "0.19.3",
"@solana/spl-token": "0.3.7",
"@solana/spl-token": "0.4.4",
"@solana/web3.js": "1.87.7",
"babeliser": "0.6.0",
"borsh": "0.7.0"
Expand Down

0 comments on commit 66a0e75

Please sign in to comment.