Skip to content

Commit 969157f

Browse files
authored
Merge pull request #110 from macalinao/igm/bump-deps
Dependency bumps
2 parents 7844c25 + 81133de commit 969157f

File tree

8 files changed

+50
-44
lines changed

8 files changed

+50
-44
lines changed

.changeset/full-bags-count.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@macalinao/wallet-adapter-compat": patch
3+
"example-dapp": patch
4+
---
5+
6+
package bumps

apps/example-dapp/biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": false,
3-
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
44
"extends": ["@macalinao/biome-config/base", "@macalinao/biome-config/react"],
55
"linter": {
66
"domains": {

apps/example-dapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@solana/wallet-adapter-wallets": "^0.19.37",
4545
"@tailwindcss/vite": "^4.1.16",
4646
"@tanstack/react-query": "catalog:",
47-
"@tanstack/react-router": "^1.133.22",
47+
"@tanstack/react-router": "^1.133.36",
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
5050
"gill": "catalog:",
@@ -66,11 +66,11 @@
6666
"@macalinao/grill": "workspace:^",
6767
"@macalinao/tsconfig": "catalog:",
6868
"@tanstack/react-query-devtools": "^5.90.2",
69-
"@tanstack/react-router-devtools": "^1.133.22",
70-
"@tanstack/router-plugin": "^1.133.22",
69+
"@tanstack/react-router-devtools": "^1.133.36",
70+
"@tanstack/router-plugin": "^1.133.36",
7171
"@types/react": "catalog:",
7272
"@types/react-dom": "catalog:",
73-
"@vitejs/plugin-react": "^5.0.4",
73+
"@vitejs/plugin-react": "^5.1.0",
7474
"eslint": "catalog:",
7575
"eslint-plugin-react-hooks": "^5.2.0",
7676
"eslint-plugin-react-refresh": "^0.4.24",

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"extends": ["@macalinao/biome-config/base"]
44
}

bun.lock

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

devenv.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1760162706,
6+
"lastModified": 1761839147,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "0d5ad578728fe4bce66eb4398b8b1e66deceb4e4",
9+
"rev": "bb7849648b68035f6b910120252c22b28195cf54",
1010
"type": "github"
1111
},
1212
"original": {
@@ -19,10 +19,10 @@
1919
"flake-compat": {
2020
"flake": false,
2121
"locked": {
22-
"lastModified": 1747046372,
22+
"lastModified": 1761588595,
2323
"owner": "edolstra",
2424
"repo": "flake-compat",
25-
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
25+
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
2626
"type": "github"
2727
},
2828
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1759523803,
43+
"lastModified": 1760663237,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "cfc9f7bb163ad8542029d303e599c0f7eee09835",
46+
"rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1760256791,
77+
"lastModified": 1761880412,
7878
"owner": "NixOS",
7979
"repo": "nixpkgs",
80-
"rev": "832e3b6db48508ae436c2c7bfc0cf914eac6938e",
80+
"rev": "a7fc11be66bdfb5cdde611ee5ce381c183da8386",
8181
"type": "github"
8282
},
8383
"original": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"codegen": "turbo run codegen"
4949
},
5050
"devDependencies": {
51-
"@biomejs/biome": "^2.3.1",
51+
"@biomejs/biome": "^2.3.2",
5252
"@changesets/cli": "^2.29.7",
5353
"@macalinao/biome-config": "^0.1.4",
5454
"eslint": "^9.38.0",

packages/wallet-adapter-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint": "eslint . --cache"
4444
},
4545
"dependencies": {
46-
"@solana/webcrypto-ed25519-polyfill": "*",
46+
"@solana/webcrypto-ed25519-polyfill": "5.0.0",
4747
"tslib": "catalog:"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)