Skip to content

Commit a97dff3

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 4 updates
Bumps the minor-and-patch group with 4 updates in the / directory: [@solana-program/system](https://github.com/solana-program/system), [@solana-program/token](https://github.com/solana-program/token), [@solana-program/token-2022](https://github.com/solana-program/token-2022) and [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `@solana-program/system` from 0.8.1 to 0.9.0 - [Release notes](https://github.com/solana-program/system/releases) - [Commits](https://github.com/solana-program/system/compare/[email protected]@v0.9.0) Updates `@solana-program/token` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/[email protected]@v0.7.0) Updates `@solana-program/token-2022` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/solana-program/token-2022/releases) - [Commits](https://github.com/solana-program/token-2022/compare/[email protected]@v0.6.0) Updates `lucide-react` from 0.542.0 to 0.546.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.546.0/packages/lucide-react) --- updated-dependencies: - dependency-name: "@solana-program/system" dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/token" dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/token-2022" dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 0.546.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc14d2f commit a97dff3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apps/example-dapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@radix-ui/react-separator": "^1.1.7",
3535
"@radix-ui/react-slot": "^1.2.3",
3636
"@radix-ui/react-tooltip": "^1.2.8",
37-
"@solana-program/system": "^0.8.1",
38-
"@solana-program/token": "^0.6.0",
39-
"@solana-program/token-2022": "^0.5.0",
37+
"@solana-program/system": "^0.9.0",
38+
"@solana-program/token": "^0.7.0",
39+
"@solana-program/token-2022": "^0.6.0",
4040
"@solana/kit": "catalog:",
4141
"@solana/spl-token": "^0.4.14",
4242
"@solana/wallet-adapter-react": "catalog:",
@@ -48,7 +48,7 @@
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
5050
"gill": "catalog:",
51-
"lucide-react": "^0.542.0",
51+
"lucide-react": "^0.546.0",
5252
"react": "catalog:",
5353
"react-dom": "catalog:",
5454
"react-hook-form": "^7.64.0",

packages/gill-extra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@macalinao/solana-batch-accounts-loader": "workspace:^",
5050
"@macalinao/token-utils": "workspace:^",
5151
"@macalinao/zod-solana": "workspace:^",
52-
"@solana-program/system": "^0.8.1",
53-
"@solana-program/token": "^0.6.0"
52+
"@solana-program/system": "^0.9.0",
53+
"@solana-program/token": "^0.7.0"
5454
},
5555
"devDependencies": {
5656
"@macalinao/eslint-config": "catalog:",

packages/grill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@macalinao/solana-batch-accounts-loader": "workspace:^",
5454
"@macalinao/token-utils": "workspace:^",
5555
"@macalinao/zod-solana": "workspace:^",
56-
"@solana-program/token": "^0.6.0"
56+
"@solana-program/token": "^0.7.0"
5757
},
5858
"devDependencies": {
5959
"@macalinao/eslint-config-react": "catalog:",

packages/quarry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@macalinao/clients-quarry": "^0.4.3",
6262
"@macalinao/gill-extra": "workspace:^",
6363
"@macalinao/token-utils": "workspace:^",
64-
"@solana-program/token": "^0.6.0",
64+
"@solana-program/token": "^0.7.0",
6565
"nonempty-array": "^0.1.4"
6666
},
6767
"devDependencies": {

0 commit comments

Comments
 (0)