Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 6fd887f commit ce33fea
Show file tree
Hide file tree
Showing 11 changed files with 179 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.17.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
83 changes: 52 additions & 31 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "=1.5.3", features = [] }
tauri-build = { version = "=1.5.4", features = [] }

[dependencies]
serde_json = "=1.0.125"
serde = { version = "=1.0.208", features = ["derive"] }
tauri = { version = "=1.7.1", features = [] }
serde_json = "=1.0.127"
serde = { version = "=1.0.209", features = ["derive"] }
tauri = { version = "=1.7.2", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
2 changes: 1 addition & 1 deletion web/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.17.0
Empty file modified web/.yarn/releases/yarn-1.22.1.cjs
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion web/Dockerfile
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

Expand Down
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -106,5 +106,5 @@
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].22"
}
Loading

0 comments on commit ce33fea

Please sign in to comment.