Skip to content

Commit

Permalink
Merge pull request #186 from declanlscott/dependabot/npm_and_yarn/pro…
Browse files Browse the repository at this point in the history
…duction-dependencies-df22ce605f
  • Loading branch information
declanlscott authored Dec 10, 2024
2 parents 4a6030d + 1fcd753 commit f9f1d77
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 370 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.12",
"hono": "^4.6.13",
"valibot": "^0.42.1"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@fodder/schemas": "workspace:*",
"@fodder/ui": "workspace:*",
"@icons-pack/react-simple-icons": "^10.2.0",
"@tanstack/react-query": "^5.62.1",
"@tanstack/react-query-devtools": "^5.62.1",
"@tanstack/react-router": "^1.85.3",
"@tanstack/router-devtools": "^1.85.3",
"@tanstack/router-vite-plugin": "^1.85.3",
"@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",
"date-fns": "^4.1.0",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"remeda": "^2.17.4",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -38,8 +38,8 @@
"@fodder/prettier-config": "workspace:*",
"@fodder/typescript-config": "workspace:*",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"fontaine": "^0.5.0",
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.12": "patches/hono@4.6.12.patch"
"hono@4.6.13": "patches/hono@4.6.13.patch"
}
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"@radix-ui/react-toggle": "^1.1.0",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.0",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@fodder/eslint-config": "workspace:*",
"@fodder/prettier-config": "workspace:*",
"@fodder/typescript-config": "workspace:*",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"tailwindcss": "^3.4.16",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions patches/hono@4.6.12.patch → patches/hono@4.6.13.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/dist/adapter/aws-lambda/handler.js b/dist/adapter/aws-lambda/handler.js
index eb3bdd687a63a369317520c7bde36b184034929d..89f592942e3c3294a980481e1ee37ba8edcd2dea 100644
index 8cf9ffeae1619103db7c3b576fd82132243eaaf9..13e1c1e50c24dcce83c653c00f2067ee4801efa0 100644
--- a/dist/adapter/aws-lambda/handler.js
+++ b/dist/adapter/aws-lambda/handler.js
@@ -252,12 +252,12 @@ var getProcessor = (event) => {
@@ -256,12 +256,12 @@ var getProcessor = (event) => {
};
var isProxyEventALB = (event) => {
if (event.requestContext) {
Expand All @@ -18,10 +18,10 @@ index eb3bdd687a63a369317520c7bde36b184034929d..89f592942e3c3294a980481e1ee37ba8
var isContentTypeBinary = (contentType) => {
return !/^(text\/(plain|html|css|javascript|csv).*|application\/(.*json|.*xml).*|image\/svg\+xml.*)$/.test(
diff --git a/dist/cjs/adapter/aws-lambda/handler.js b/dist/cjs/adapter/aws-lambda/handler.js
index e34d7d461b55b82bd1eb75231ca051664d41dd51..c6fe1083090c2439f5268f9fe8ce8e1d6b7919c1 100644
index 3541891e63f0fc04ce12f42d7b03c575cfb2f338..4f3bec0576e9880d34f41d68b56003b881380125 100644
--- a/dist/cjs/adapter/aws-lambda/handler.js
+++ b/dist/cjs/adapter/aws-lambda/handler.js
@@ -288,12 +288,12 @@ const getProcessor = (event) => {
@@ -292,12 +292,12 @@ const getProcessor = (event) => {
};
const isProxyEventALB = (event) => {
if (event.requestContext) {
Expand Down
Loading

0 comments on commit f9f1d77

Please sign in to comment.