Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 03e75f5 commit 9fff552
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: namespace-profile-btp-lite
steps:
- name: Checkout
uses: namespacelabs/nscloud-checkout-action@v4
uses: namespacelabs/nscloud-checkout-action@v5
with:
fetch-depth: 2

Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"ci": "next build"
},
"dependencies": {
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query": "5.51.9",
"connectkit": "1.8.2",
"encoding": "0.1.13",
"next": "14.2.5",
"openapi-fetch": "0.10.2",
"path-to-regexp": "7.0.0",
"path-to-regexp": "7.1.0",
"pino-pretty": "11.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"wagmi": "2.10.10"
"wagmi": "2.11.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "1.1.6",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"openapi-typescript": "7.0.2",
"openapi-typescript": "7.0.4",
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}

0 comments on commit 9fff552

Please sign in to comment.