Skip to content

Commit

Permalink
Bump the npm-minor group in /dapp with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm-minor group in /dapp with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [typescript](https://github.com/Microsoft/TypeScript) and [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk).


Updates `@astrojs/check` from 0.4.1 to 0.9.3
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)

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: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- 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 Aug 26, 2024
1 parent f24b4e7 commit ecc33ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/check": "^0.9.3",
"@astrojs/tailwind": "^5.1.0",
"@creit.tech/stellar-wallets-kit": "^1.0.0",
"astro": "^4.2.4",
"install": "^0.13.0",
"js-sha3": "^0.9.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},
"devDependencies": {
"dotenv": "^16.4.1",
Expand Down
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 ecc33ed

Please sign in to comment.