Skip to content

Commit

Permalink
fix(deps): update dependency @solana/spl-token to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 4624935 commit e660cc1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions build-a-university-certification-nft/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.8",
"@solana/web3.js": "1.87.1",
"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.3.8",
"@solana/web3.js": "1.87.1"
},
"scripts": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.8",
"@solana/web3.js": "1.87.1"
},
"type": "module"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.8",
"@solana/web3.js": "1.87.1",
"babeliser": "0.6.0",
"borsh": "0.7.0"
Expand Down

0 comments on commit e660cc1

Please sign in to comment.