Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent d420815 commit 58c8816
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1",
"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.23.8",
"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.8",
"@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.4",
"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.10",
"typescript": "4.9.5"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 58c8816

Please sign in to comment.