Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jun 10, 2023
1 parent 476ba26 commit 3548094
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 521 deletions.
5 changes: 0 additions & 5 deletions app/(main)/projects/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ export function ProjectCard({ project }: { project: Project }) {
mouseX.set(clientX - bounds.left)
mouseY.set(clientY - bounds.top)
radius.set(Math.sqrt(bounds.width ** 2 + bounds.height ** 2) / 2)
console.log({
mouseX: mouseX.get(),
mouseY: mouseY.get(),
radius: radius.get(),
})
},
[mouseX, mouseY, radius]
)
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"db:push": "drizzle-kit push:mysql"
},
"dependencies": {
"@clerk/nextjs": "^4.19.0",
"@clerk/nextjs": "^4.20.0",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.1.0",
"@mdx-js/loader": "^2.3.0",
Expand All @@ -40,7 +40,7 @@
"@react-email/text": "^0.0.5",
"@sanity/code-input": "^4.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.3.3",
"@sanity/ui": "^1.5.0",
"@sanity/vision": "^3.12.0",
"@splinetool/react-spline": "^2.2.6",
"@upstash/ratelimit": "^0.4.3",
Expand All @@ -56,7 +56,6 @@
"edge-cors": "^0.2.1",
"framer-motion": "^10.12.16",
"hashids": "^2.3.0",
"jotai": "^2.1.0",
"next": "^13.4.4",
"next-sanity": "^4.3.3",
"next-themes": "^0.2.1",
Expand All @@ -81,20 +80,20 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^8.40.0",
"@types/eslint": "^8.40.1",
"@types/node": "^18.16.15",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.7",
"@types/react": "^18.2.10",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.18.1",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-config-turbo": "^1.10.1",
"eslint-config-turbo": "^1.10.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
Expand All @@ -103,7 +102,7 @@
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"turbo": "^1.10.2",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit 3548094

Please sign in to comment.