From 00dc22b3b5d51b1c23f021126cd84181d85a5975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:39:22 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/main.yml | 2 +- package.json | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1aa266..4e23e8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,6 @@ jobs: - test steps: - uses: actions/checkout@v3 - - uses: superfly/flyctl-actions@1.3 + - uses: superfly/flyctl-actions@1.5 with: args: "deploy --build-arg NODE_AUTH_TOKEN=${{secrets.NODE_AUTH_TOKEN}}" diff --git a/package.json b/package.json index ffad9ce..a4a3ea6 100644 --- a/package.json +++ b/package.json @@ -26,45 +26,45 @@ "@heroicons/react": "1.0.6", "@icons-pack/react-simple-icons": "5.11.0", "@mando-collabs/tailwind-ui": "1.15.2", - "@netlify/functions": "1.4.0", + "@netlify/functions": "1.6.0", "@prisma/client": "4.6.0", "@remix-run/node": "1.6.8", "@remix-run/react": "1.6.8", "@remix-run/serve": "1.6.8", - "@remix-validated-form/with-zod": "2.0.5", - "@travi/any": "2.1.6", - "classnames": "2.3.2", - "http-status-codes": "2.2.0", - "pusher": "5.1.2", + "@remix-validated-form/with-zod": "2.0.7", + "@travi/any": "2.1.10", + "classnames": "2.5.1", + "http-status-codes": "2.3.0", + "pusher": "5.2.0", "pusher-js": "7.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-use": "17.4.0", - "remix-auth": "3.4.0", - "remix-auth-github": "1.3.0", + "react-use": "17.6.0", + "remix-auth": "3.7.0", + "remix-auth-github": "1.8.0", "remix-utils": "3.4.0", - "remix-validated-form": "4.6.7", - "zod": "3.20.2", - "zod-form-data": "1.2.4" + "remix-validated-form": "4.6.12", + "zod": "3.24.1", + "zod-form-data": "1.3.1" }, "devDependencies": { "@remix-run/dev": "1.6.8", "@remix-run/eslint-config": "1.6.8", - "@tailwindcss/forms": "0.5.3", + "@tailwindcss/forms": "0.5.9", "@types/pusher-js": "5.1.0", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "eslint": "8.31.0", - "eslint-config-prettier": "8.6.0", + "eslint-config-prettier": "8.10.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-tailwindcss": "3.8.0", + "eslint-plugin-tailwindcss": "3.17.5", "husky": "8.0.3", - "lint-staged": "13.1.0", + "lint-staged": "13.3.0", "npm-run-all": "4.1.5", - "prettier": "2.8.2", + "prettier": "2.8.8", "prisma": "4.6.0", - "tailwindcss": "3.2.4", - "typescript": "4.9.4" + "tailwindcss": "3.4.16", + "typescript": "4.9.5" }, "engines": { "node": ">=14"