Skip to content

Commit

Permalink
chore: bump @solana-program/system from 0.5.3 to 0.5.4 (#3437)
Browse files Browse the repository at this point in the history
Bumps [@solana-program/system](https://github.com/solana-program/system) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/solana-program/system/releases)
- [Commits](https://github.com/solana-program/system/compare/js@v0.5.3...js@v0.5.4)

---
updated-dependencies:
- dependency-name: "@solana-program/system"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent ff6cfbf commit 7b90a8d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/deserialize-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@solana-program/memo": "^0.5.4",
"@solana-program/system": "^0.5.3",
"@solana-program/system": "^0.5.4",
"@solana/example-utils": "workspace:*",
"@solana/web3.js": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.1.4",
"@solana-program/system": "^0.5.3",
"@solana-program/system": "^0.5.4",
"@solana/react": "workspace:*",
"@solana/web3.js": "workspace:*",
"@wallet-standard/core": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:typecheck": "tsc"
},
"dependencies": {
"@solana-program/system": "^0.5.3",
"@solana-program/system": "^0.5.4",
"@solana/example-utils": "workspace:*",
"@solana/web3.js": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/transfer-lamports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:typecheck": "tsc"
},
"dependencies": {
"@solana-program/system": "^0.5.3",
"@solana-program/system": "^0.5.4",
"@solana/example-utils": "workspace:*",
"@solana/web3.js": "workspace:*"
},
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 7b90a8d

Please sign in to comment.