Skip to content

Commit b23a1d3

Browse files
chore(deps): update all non-major dependencies
1 parent b8a9018 commit b23a1d3

File tree

11 files changed

+297
-207
lines changed

11 files changed

+297
-207
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.14.0
1+
20.17.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build-app": "cd src-tauri && tauri build && cd .."
3030
},
3131
"devDependencies": {
32-
"@tauri-apps/cli": "1.6.0"
32+
"@tauri-apps/cli": "1.6.2"
3333
},
34-
"packageManager": "yarn@4.4.0"
34+
"packageManager": "yarn@4.5.0"
3535
}

src-tauri/Cargo.lock

Lines changed: 54 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.60"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "=1.5.3", features = [] }
15+
tauri-build = { version = "=1.5.5", features = [] }
1616

1717
[dependencies]
18-
serde_json = "=1.0.125"
19-
serde = { version = "=1.0.208", features = ["derive"] }
20-
tauri = { version = "=1.7.1", features = [] }
18+
serde_json = "=1.0.128"
19+
serde = { version = "=1.0.210", features = ["derive"] }
20+
tauri = { version = "=1.8.0", features = [] }
2121

2222
[features]
2323
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.

web/.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.14.0
1+
20.17.0

web/.yarn/releases/yarn-1.22.1.cjs

100644100755
File mode changed.

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.16.0 AS deps
1+
FROM node:20.17.0 AS deps
22

33
WORKDIR /usr/src/app
44

web/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,43 +56,43 @@
5656
"clsx": "2.1.1",
5757
"cmdk": "1.0.0",
5858
"date-fns": "3.6.0",
59-
"embla-carousel-react": "8.1.8",
59+
"embla-carousel-react": "8.3.0",
6060
"geist": "1.3.1",
6161
"input-otp": "1.2.4",
62-
"lucide-react": "0.427.0",
62+
"lucide-react": "0.446.0",
6363
"next": "14.2.5",
64-
"next-auth": "^5.0.0-beta.20",
64+
"next-auth": "^5.0.0-beta",
6565
"next-themes": "0.3.0",
6666
"react": "18.3.1",
6767
"react-day-picker": "8.10.1",
6868
"react-dom": "18.3.1",
69-
"react-hook-form": "7.52.2",
70-
"react-resizable-panels": "2.0.23",
69+
"react-hook-form": "7.53.0",
70+
"react-resizable-panels": "2.1.3",
7171
"sonner": "1.5.0",
7272
"tailwind-merge": "2.5.2",
7373
"tailwindcss-animate": "1.0.7",
74-
"vaul": "0.9.1",
74+
"vaul": "0.9.9",
7575
"zod": "3.23.8"
7676
},
7777
"devDependencies": {
78-
"@types/node": "20.14.15",
78+
"@types/node": "20.16.9",
7979
"@types/react": "18.3.3",
8080
"@types/react-dom": "18.3.0",
81-
"eslint": "8.57.0",
82-
"eslint-config-next": "14.2.5",
81+
"eslint": "8.57.1",
82+
"eslint-config-next": "14.2.13",
8383
"eslint-config-prettier": "9.1.0",
8484
"eslint-plugin-jsdoc": "48.11.0",
8585
"eslint-plugin-prettier": "5.2.1",
86-
"eslint-plugin-react": "7.35.0",
86+
"eslint-plugin-react": "7.36.1",
8787
"eslint-plugin-tailwindcss": "3.17.4",
88-
"postcss": "8.4.41",
88+
"postcss": "8.4.47",
8989
"prettier": "3.3.3",
9090
"prettier-plugin-organize-imports": "3.2.4",
9191
"prisma": "^5.18.0",
9292
"prisma-dbml-generator": "0.12.0",
9393
"prompt-confirm": "2.0.4",
94-
"tailwindcss": "3.4.10",
95-
"typescript": "5.5.4"
94+
"tailwindcss": "3.4.13",
95+
"typescript": "5.6.2"
9696
},
9797
"pkg": {
9898
"scripts": ".next/standalone/**/*.*",
@@ -106,5 +106,5 @@
106106
"prisma": {
107107
"seed": "npx tsx prisma/seed.ts"
108108
},
109-
"packageManager": "yarn@1.22.1"
109+
"packageManager": "yarn@1.22.22"
110110
}

0 commit comments

Comments
 (0)