Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from nonoakij/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
nonoakij authored Jul 18, 2024
2 parents 20c4ef1 + 1f7799f commit 90a98e8
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 361 deletions.
6 changes: 3 additions & 3 deletions apps/solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"lucide-react": "0.407.0",
"lucide-react": "0.408.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,11 +36,11 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions apps/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"lucide-react": "0.407.0",
"lucide-react": "0.408.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,11 +36,11 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@hono/zod-validator": "0.2.2",
"hono": "4.4.12",
"hono": "4.5.0",
"zod": "3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240620.0",
"wrangler": "3.63.2"
"@cloudflare/workers-types": "4.20240712.0",
"wrangler": "3.65.0"
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"port": 5050
},
"dependencies": {
"@astrojs/check": "0.8.1",
"@astrojs/check": "0.8.2",
"@astrojs/starlight": "0.25.1",
"astro": "4.11.5",
"astro": "4.11.6",
"sharp": "0.33.4",
"typescript": "5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"lefthook": "1.7.1"
"lefthook": "1.7.2"
},
"volta": {
"node": "20.15.1"
Expand Down
Loading

0 comments on commit 90a98e8

Please sign in to comment.