From 9655ab794162eb62c866cbd068f098dd020c751b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:18:13 +0000 Subject: [PATCH] Bump the npm-minor group with 3 updates Bumps the npm-minor group with 3 updates: [@creit.tech/stellar-wallets-kit](https://github.com/Creit-Tech/Stellar-Wallets-Kit), [prettier](https://github.com/prettier/prettier) and [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills). Updates `@creit.tech/stellar-wallets-kit` from 2.0.0 to 2.2.0 - [Release notes](https://github.com/Creit-Tech/Stellar-Wallets-Kit/releases) - [Changelog](https://github.com/Creit-Tech/Stellar-Wallets-Kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v2.0.0...v2.2.0) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.1...3.8.3) Updates `vite-plugin-node-polyfills` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases) - [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: "@creit.tech/stellar-wallets-kit" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: vite-plugin-node-polyfills dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c0e114..66e89fa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "packages/*" ], "dependencies": { - "@creit.tech/stellar-wallets-kit": "2.0.0", + "@creit.tech/stellar-wallets-kit": "2.2.0", "@stellar/design-system": "^3.2.5", "@stellar/stellar-sdk": "^14.3.3", "@stellar/stellar-xdr-json": "^23.0.0", @@ -50,11 +50,11 @@ "globals": "^16.5.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "prettier": "3.8.1", + "prettier": "3.8.3", "typescript": "~5.9.3", "typescript-eslint": "^8.48.1", "vite": "^7.2.6", - "vite-plugin-node-polyfills": "^0.25.0", + "vite-plugin-node-polyfills": "^0.26.0", "vite-plugin-wasm": "^3.5.0" }, "lint-staged": {