Skip to content

Commit

Permalink
Merge pull request #190 from declanlscott/dependabot/npm_and_yarn/pro…
Browse files Browse the repository at this point in the history
…duction-dependencies-7a396499f0
  • Loading branch information
declanlscott authored Dec 17, 2024
2 parents 3f2ce96 + b45041a commit 05ce3d6
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 238 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@fodder/env": "workspace:*",
"@fodder/schemas": "workspace:*",
"hono": "^4.6.13",
"hono": "^4.6.14",
"valibot": "^0.42.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@fodder/schemas": "workspace:*",
"@fodder/ui": "workspace:*",
"@icons-pack/react-simple-icons": "^10.2.0",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-router": "^1.87.3",
"@tanstack/router-devtools": "^1.87.3",
"@tanstack/router-vite-plugin": "^1.87.4",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-router": "^1.91.0",
"@tanstack/router-devtools": "^1.91.0",
"@tanstack/router-vite-plugin": "^1.91.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"remeda": "^2.17.4",
"remeda": "^2.18.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "^0.42.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pnpm": {
"patchedDependencies": {
"valibot@0.42.1": "patches/valibot@0.42.1.patch",
"hono@4.6.13": "patches/hono@4.6.13.patch"
"hono@4.6.14": "patches/hono@4.6.14.patch"
}
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"build": "tsup src/index.tsx --format esm,cjs --dts --external react"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.1",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.0",
"lucide-react": "^0.468.0",
Expand Down
File renamed without changes.
Loading

0 comments on commit 05ce3d6

Please sign in to comment.