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..6b94977 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.34 \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index bbfcb68..a685ae9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1eb9551..6ed557d 100644 --- a/package.json +++ b/package.json @@ -14,36 +14,36 @@ "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.16.0", + "@vanilla-extract/sprinkles": "1.6.3", "clsx": "2.1.1", - "i18next": "23.11.5", + "i18next": "23.16.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.53.2", + "react-hotkeys-hook": "4.6.1", "react-i18next": "13.5.0", "yup": "1.4.0" }, "devDependencies": { - "@klnjs/prettier-config": "4.0.6", - "@klnjs/eslint-config": "4.0.6", - "@mswjs/http-middleware": "0.10.1", + "@klnjs/prettier-config": "4.1.0", + "@klnjs/eslint-config": "4.1.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", + "@types/react-dom": "18.3.1", + "@types/react": "18.3.12", + "@types/yargs": "17.0.33", + "@vanilla-extract/next-plugin": "2.4.6", "chalk": "5.3.0", - "eslint": "9.13.0", + "eslint": "9.14.0", "express": "4.21.1", - "msw": "2.4.9", + "msw": "2.6.2", "prettier": "3.3.3", "ts-morph": "19.0.0", "typescript": "5.6.3",