Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorTom327 committed Oct 12, 2023
1 parent b5b7ad5 commit 04e3c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@prisma/client": "^5.3.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@remix-run/css-bundle": "*",
Expand All @@ -41,7 +41,7 @@
"clsx": "^2.0.0",
"crypto-js": "^4.1.1",
"isbot": "^3.6.8",
"lucide-react": "^0.279.0",
"lucide-react": "^0.285.0",
"luxon": "^3.4.3",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
Expand All @@ -53,7 +53,7 @@
"remix-auth": "^3.5.1",
"remix-auth-form": "^1.3.0",
"remix-hook-form": "^2.0.1",
"remix-utils": "^6.6.0",
"remix-utils": "^7.0.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.0.5",
Expand Down

0 comments on commit 04e3c33

Please sign in to comment.