Skip to content

Commit

Permalink
Bump the npm-minor group in /dapp with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm-minor group in /dapp with 2 updates: [typescript](https://github.com/Microsoft/TypeScript) and [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk).


Updates `typescript` from 5.3.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.5.4)

Updates `@stellar/stellar-sdk` from 12.1.0 to 12.2.0
- [Release notes](https://github.com/stellar/js-stellar-sdk/releases)
- [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md)
- [Commits](stellar/js-stellar-sdk@v12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@stellar/stellar-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent eae0ea6 commit c4c8462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/packages/soroban_versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"buffer": "6.0.3",
"@stellar/stellar-sdk": "12.1.0"
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}

0 comments on commit c4c8462

Please sign in to comment.