diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 4a089b2..de38ba5 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -26,7 +26,7 @@ jobs: script: [lint, check, format] steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Tools uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 diff --git a/.tool-versions b/.tool-versions index e7bac36..a59e3f2 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ nodejs 20.17.0 -bun 1.1.27 \ No newline at end of file +bun 1.1.42 \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index bbfcb68..a130b03 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1eb9551..c12a941 100644 --- a/package.json +++ b/package.json @@ -14,39 +14,39 @@ "format": "prettier . --check" }, "dependencies": { - "@hookform/resolvers": "3.6.0", + "@hookform/resolvers": "3.9.1", "@tanstack/react-query": "4.35.7", - "@vanilla-extract/css": "1.15.3", - "@vanilla-extract/sprinkles": "1.6.2", + "@vanilla-extract/css": "1.17.0", + "@vanilla-extract/sprinkles": "1.6.3", "clsx": "2.1.1", "i18next": "23.11.5", "lottie-react": "2.4.0", "next": "13.5.6", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.52.0", - "react-hotkeys-hook": "4.5.0", + "react-hook-form": "7.54.2", + "react-hotkeys-hook": "4.6.1", "react-i18next": "13.5.0", - "yup": "1.4.0" + "yup": "1.6.1" }, "devDependencies": { - "@klnjs/prettier-config": "4.0.6", - "@klnjs/eslint-config": "4.0.6", - "@mswjs/http-middleware": "0.10.1", + "@klnjs/prettier-config": "4.3.0", + "@klnjs/eslint-config": "4.3.0", + "@mswjs/http-middleware": "0.10.2", "@svgr/webpack": "8.1.0", "@types/express": "4.17.21", "@types/node": "20.14.8", "@types/react-dom": "18.3.0", "@types/react": "18.3.4", - "@types/yargs": "17.0.32", - "@vanilla-extract/next-plugin": "2.4.2", - "chalk": "5.3.0", - "eslint": "9.13.0", - "express": "4.21.1", - "msw": "2.4.9", - "prettier": "3.3.3", + "@types/yargs": "17.0.33", + "@vanilla-extract/next-plugin": "2.4.8", + "chalk": "5.4.1", + "eslint": "9.17.0", + "express": "4.21.2", + "msw": "2.7.0", + "prettier": "3.4.2", "ts-morph": "19.0.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "yargs": "17.7.2" } }