Skip to content

Commit

Permalink
Merge pull request #56 from y3owk1n/squashing
Browse files Browse the repository at this point in the history
Squashing
  • Loading branch information
y3owk1n authored Jul 19, 2023
2 parents 7a46a01 + 6e9e747 commit 3e3b90f
Show file tree
Hide file tree
Showing 12 changed files with 1,135 additions and 835 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@keystatic/core": "^0.0.111",
"@keystatic/core": "^0.0.112",
"@keystatic/next": "^0.0.11",
"@next/env": "^13.4.7",
"@next/env": "^13.4.10",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
Expand All @@ -27,39 +27,39 @@
"@radix-ui/react-slot": "^1.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@vercel/og": "^0.5.8",
"class-variance-authority": "^0.6.1",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.9",
"framer-motion": "^10.12.18",
"lucide-react": "^0.257.0",
"next": "13.4.7",
"next-sitemap": "^4.1.3",
"framer-motion": "^10.12.22",
"lucide-react": "^0.261.0",
"next": "13.4.10",
"next-sitemap": "^4.1.8",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"sharp": "^0.32.1",
"tailwind-merge": "^1.13.2",
"sharp": "^0.32.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.7",
"@next/eslint-plugin-next": "^13.4.10",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.3.3",
"@types/node": "^20.4.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-next": "13.4.7",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.10",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"shiki": "^0.14.3",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"ts-prune": "^0.10.3",
"typescript": "^5.1.6"
},
Expand Down
Loading

1 comment on commit 3e3b90f

@vercel
Copy link

@vercel vercel bot commented on 3e3b90f Jul 19, 2023

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:

blog – ./

blog-y3owk1n.vercel.app
blog-git-main-y3owk1n.vercel.app
www.kylewong.my
kylewong.my

Please sign in to comment.