-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
6fd887f
commit ce33fea
Showing
11 changed files
with
179 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.14.0 | ||
20.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"build-app": "cd src-tauri && tauri build && cd .." | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "1.6.0" | ||
"@tauri-apps/cli": "1.6.1" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.14.0 | ||
20.17.0 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.16.0 AS deps | ||
FROM node:20.17.0 AS deps | ||
|
||
WORKDIR /usr/src/app | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,30 +56,30 @@ | |
"clsx": "2.1.1", | ||
"cmdk": "1.0.0", | ||
"date-fns": "3.6.0", | ||
"embla-carousel-react": "8.1.8", | ||
"embla-carousel-react": "8.2.0", | ||
"geist": "1.3.1", | ||
"input-otp": "1.2.4", | ||
"lucide-react": "0.427.0", | ||
"next": "14.2.5", | ||
"lucide-react": "0.436.0", | ||
"next": "14.2.7", | ||
"next-auth": "^5.0.0-beta.20", | ||
"next-themes": "0.3.0", | ||
"react": "18.3.1", | ||
"react-day-picker": "8.10.1", | ||
"react-dom": "18.3.1", | ||
"react-hook-form": "7.52.2", | ||
"react-resizable-panels": "2.0.23", | ||
"react-hook-form": "7.53.0", | ||
"react-resizable-panels": "2.1.1", | ||
"sonner": "1.5.0", | ||
"tailwind-merge": "2.5.2", | ||
"tailwindcss-animate": "1.0.7", | ||
"vaul": "0.9.1", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "20.14.15", | ||
"@types/node": "20.16.2", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-next": "14.2.5", | ||
"eslint-config-next": "14.2.7", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-jsdoc": "48.11.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
|
@@ -106,5 +106,5 @@ | |
"prisma": { | ||
"seed": "npx tsx prisma/seed.ts" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].22" | ||
} |
Oops, something went wrong.