Skip to content

Commit

Permalink
Merge pull request #1209 from kkhys/staging
Browse files Browse the repository at this point in the history
Production deploy
  • Loading branch information
kkhys committed Jun 20, 2024
2 parents 01af422 + a569776 commit 11e1e3f
Show file tree
Hide file tree
Showing 12 changed files with 740 additions and 342 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@storybook/nextjs": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/testing-library": "0.2.2",
"@types/node": "20.14.2",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"dotenv-cli": "7.4.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/content
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@next/third-parties": "14.2.4",
"@radix-ui/react-icons": "1.3.0",
"@t3-oss/env-nextjs": "0.10.1",
"@tanstack/react-query": "5.45.0",
"@tanstack/react-query-devtools": "5.45.0",
"@trpc/client": "11.0.0-rc.403",
"@trpc/react-query": "11.0.0-rc.403",
"@trpc/server": "11.0.0-rc.403",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-devtools": "5.45.1",
"@trpc/client": "11.0.0-rc.413",
"@trpc/react-query": "11.0.0-rc.413",
"@trpc/server": "11.0.0-rc.413",
"@vercel/analytics": "1.3.1",
"@vercel/edge-config": "1.2.0",
"bech32": "2.0.0",
Expand All @@ -44,15 +44,15 @@
"embla-carousel-class-names": "8.1.5",
"emoji-regex": "10.3.0",
"feed": "4.2.2",
"framer-motion": "11.2.10",
"framer-motion": "11.2.11",
"lucide-react": "0.395.0",
"mdast-util-to-hast": "13.2.0",
"next": "14.2.4",
"next-contentlayer": "0.3.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.5",
"react-hook-form": "7.52.0",
"react-tweet": "3.2.1",
"rehype-mermaid": "2.1.0",
"rehype-pretty-code": "0.13.2",
Expand Down Expand Up @@ -93,7 +93,7 @@
"@types/jest": "29.5.12",
"@types/mdast": "4.0.4",
"@types/mdx": "2.0.13",
"@types/node": "20.14.2",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/unist": "3.0.2",
Expand Down
Binary file added apps/web/public/images/tech/2024-06-20/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions apps/web/src/config/search-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ export const searchItems = [
emoji: '🇪🇪',
category: 'Life',
},
{
title: 'Animations on the web に登録した',
href: '/posts/p1gvayx',
emoji: '🧈',
category: 'Tech',
},
],
},
] satisfies SearchItem[];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@commitlint/types": "19.0.3",
"@kkhys/prettier-config": "workspace:0.1.0",
"@turbo/gen": "1.13.4",
"@types/node": "20.14.2",
"@types/node": "20.14.6",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"http-server": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@kkhys/auth": "workspace:*",
"@kkhys/db": "workspace:*",
"@trpc/server": "11.0.0-rc.403",
"@trpc/server": "11.0.0-rc.413",
"superjson": "2.2.1",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "8.57.0",
"pg": "8.12.0",
"prettier": "3.3.2",
"tsx": "4.15.5",
"tsx": "4.15.6",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@radix-ui/react-alert-dialog": "1.0.5",
"@radix-ui/react-aspect-ratio": "1.0.3",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-checkbox": "1.1.0",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-context-menu": "2.1.5",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-hover-card": "1.0.7",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-menubar": "1.0.4",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-menubar": "1.1.0",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-progress": "1.0.3",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-scroll-area": "1.0.5",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slider": "1.1.2",
Expand All @@ -52,12 +52,12 @@
"embla-carousel-autoplay": "8.1.5",
"embla-carousel-class-names": "8.1.5",
"embla-carousel-react": "8.1.5",
"framer-motion": "11.2.10",
"framer-motion": "11.2.11",
"input-otp": "1.2.4",
"lucide-react": "0.395.0",
"next-themes": "0.3.0",
"react-day-picker": "8.10.1",
"react-hook-form": "7.51.5",
"react-hook-form": "7.52.0",
"react-resizable-panels": "2.0.19",
"recharts": "2.12.7",
"sonner": "1.5.0",
Expand Down
Loading

2 comments on commit 11e1e3f

@vercel
Copy link

@vercel vercel bot commented on 11e1e3f Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

me-web – ./apps/web

me-web-git-main-kkhys-team.vercel.app
me-web-ten.vercel.app
kkhys.me
me-web-kkhys-team.vercel.app
www.kkhys.me

@vercel
Copy link

@vercel vercel bot commented on 11e1e3f Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.