Skip to content

Commit

Permalink
chore: bump @solana-program/system from 0.6.1 to 0.6.2 (#3573)
Browse files Browse the repository at this point in the history
Bumps [@solana-program/system](https://github.com/solana-program/system) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/solana-program/system/releases)
- [Commits](https://github.com/solana-program/system/compare/js@v0.6.1...js@v0.6.2)

---
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 Nov 15, 2024
1 parent a430f75 commit 15aa195
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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.6.0",
"@solana-program/system": "^0.6.1",
"@solana-program/system": "^0.6.2",
"@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.1",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"@solana-program/system": "^0.6.1",
"@solana-program/system": "^0.6.2",
"@solana/react": "workspace:*",
"@solana/web3.js": "workspace:*",
"@wallet-standard/core": "^1.1.0",
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.6.1",
"@solana-program/system": "^0.6.2",
"@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.6.1",
"@solana-program/system": "^0.6.2",
"@solana/example-utils": "workspace:*",
"@solana/web3.js": "workspace:*"
},
Expand Down
24 changes: 12 additions & 12 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 15aa195

Please sign in to comment.