Skip to content

Commit

Permalink
chore: bump @solana-program/system from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [@solana-program/system](https://github.com/solana-program/system) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/solana-program/system/releases)
- [Commits](https://github.com/solana-program/system/compare/[email protected]@v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent c7d50e2 commit b87ad93
Show file tree
Hide file tree
Showing 5 changed files with 577 additions and 17 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.1",
"@solana-program/system": "^0.6.2",
"@solana-program/system": "^0.7.0",
"@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.6",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.2.0",
"@solana-program/system": "^0.6.2",
"@solana-program/system": "^0.7.0",
"@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.2",
"@solana-program/system": "^0.7.0",
"@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.2",
"@solana-program/system": "^0.7.0",
"@solana/example-utils": "workspace:*",
"@solana/web3.js": "workspace:*"
},
Expand Down
Loading

0 comments on commit b87ad93

Please sign in to comment.