Skip to content

Commit 145f619

Browse files
chore(deps): update all dependencies (#6)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03e75f5 commit 145f619

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.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@v4
38+
uses: namespacelabs/nscloud-checkout-action@v5
3939
with:
4040
fetch-depth: 2
4141

bun.lockb

10 KB
Binary file not shown.

package.json

Lines changed: 10 additions & 10 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.51.1",
18+
"@tanstack/react-query": "5.51.16",
1919
"connectkit": "1.8.2",
2020
"encoding": "0.1.13",
2121
"next": "14.2.5",
22-
"openapi-fetch": "0.10.2",
23-
"path-to-regexp": "7.0.0",
24-
"pino-pretty": "11.2.1",
22+
"openapi-fetch": "0.10.4",
23+
"path-to-regexp": "7.1.0",
24+
"pino-pretty": "11.2.2",
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
27-
"wagmi": "2.10.10"
27+
"wagmi": "2.12.2"
2828
},
2929
"devDependencies": {
3030
"@biomejs/biome": "1.8.3",
3131
"@types/bun": "1.1.6",
32-
"@types/node": "20.14.10",
32+
"@types/node": "22.0.2",
3333
"@types/react": "18.3.3",
3434
"@types/react-dom": "18.3.0",
35-
"openapi-typescript": "7.0.2",
36-
"postcss": "8.4.39",
37-
"tailwindcss": "3.4.4",
38-
"typescript": "5.5.3"
35+
"openapi-typescript": "7.2.0",
36+
"postcss": "8.4.40",
37+
"tailwindcss": "3.4.7",
38+
"typescript": "5.5.4"
3939
}
4040
}

0 commit comments

Comments
 (0)