Skip to content

Commit 1db5ddd

Browse files
chore(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0fc77f commit 1db5ddd

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: namespace-profile-btp-lite
3636
steps:
3737
- name: Checkout
38-
uses: namespacelabs/nscloud-checkout-action@v5
38+
uses: namespacelabs/nscloud-checkout-action@v8
3939
with:
4040
fetch-depth: 2
4141

bun.lockb

-214 KB
Binary file not shown.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
"ci": "next build"
1616
},
1717
"dependencies": {
18-
"@tanstack/react-query": "5.64.0",
19-
"connectkit": "1.8.2",
18+
"@tanstack/react-query": "5.90.21",
19+
"connectkit": "1.9.1",
2020
"encoding": "0.1.13",
21-
"next": "15.1.4",
22-
"openapi-fetch": "0.13.4",
23-
"path-to-regexp": "8.2.0",
24-
"pino-pretty": "13.0.0",
25-
"react": "19.0.0",
26-
"react-dom": "19.0.0",
27-
"wagmi": "2.14.7"
21+
"next": "16.1.6",
22+
"openapi-fetch": "0.17.0",
23+
"path-to-regexp": "8.3.0",
24+
"pino-pretty": "13.1.3",
25+
"react": "19.2.4",
26+
"react-dom": "19.2.4",
27+
"wagmi": "3.5.0"
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "1.9.4",
31-
"@types/bun": "1.1.16",
32-
"@types/node": "22.10.5",
33-
"@types/react": "19.0.6",
34-
"@types/react-dom": "19.0.3",
35-
"openapi-typescript": "7.5.2",
36-
"postcss": "8.4.49",
37-
"tailwindcss": "3.4.17",
38-
"typescript": "5.7.3"
30+
"@biomejs/biome": "2.4.2",
31+
"@types/bun": "1.3.9",
32+
"@types/node": "25.2.3",
33+
"@types/react": "19.2.14",
34+
"@types/react-dom": "19.2.3",
35+
"openapi-typescript": "7.13.0",
36+
"postcss": "8.5.6",
37+
"tailwindcss": "4.2.0",
38+
"typescript": "5.9.3"
3939
}
4040
}

0 commit comments

Comments
 (0)