Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 6276716 commit 8f472f5
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
field: "app"

- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@v1.4
uses: superfly/flyctl-actions/setup-flyctl@1.5

- name: 🚀 Deploy Staging
if: ${{ github.ref == 'refs/heads/dev' }}
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"esbuild": "0.19.8",
"esbuild": "0.20.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"happy-dom": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.15.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.335.0",
"lucide-react": "^0.340.0",
"npm-run-all2": "^6.0.0",
"tailwind-merge": "^2.2.0"
},
Expand Down
Loading

0 comments on commit 8f472f5

Please sign in to comment.