diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae99b0..6e8916b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: runs-on: namespace-profile-btp-lite steps: - name: Checkout - uses: namespacelabs/nscloud-checkout-action@v5 + uses: namespacelabs/nscloud-checkout-action@v8 with: fetch-depth: 2 diff --git a/bun.lockb b/bun.lockb index 98d838b..f8ac8eb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5d8bcb1..10478f5 100644 --- a/package.json +++ b/package.json @@ -15,26 +15,26 @@ "ci": "next build" }, "dependencies": { - "@tanstack/react-query": "5.64.0", - "connectkit": "1.8.2", + "@tanstack/react-query": "5.100.11", + "connectkit": "1.9.2", "encoding": "0.1.13", - "next": "15.1.4", - "openapi-fetch": "0.13.4", - "path-to-regexp": "8.2.0", - "pino-pretty": "13.0.0", - "react": "19.0.0", - "react-dom": "19.0.0", - "wagmi": "2.14.7" + "next": "16.2.6", + "openapi-fetch": "0.17.0", + "path-to-regexp": "8.4.2", + "pino-pretty": "13.1.3", + "react": "19.2.6", + "react-dom": "19.2.6", + "wagmi": "3.6.15" }, "devDependencies": { - "@biomejs/biome": "1.9.4", - "@types/bun": "1.1.16", - "@types/node": "22.10.5", - "@types/react": "19.0.6", - "@types/react-dom": "19.0.3", - "openapi-typescript": "7.5.2", - "postcss": "8.4.49", - "tailwindcss": "3.4.17", - "typescript": "5.7.3" + "@biomejs/biome": "2.4.15", + "@types/bun": "1.3.14", + "@types/node": "25.9.1", + "@types/react": "19.2.15", + "@types/react-dom": "19.2.3", + "openapi-typescript": "7.13.0", + "postcss": "8.5.15", + "tailwindcss": "4.3.0", + "typescript": "6.0.3" } }