Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jun 24, 2023
1 parent a0ac75c commit a82249b
Show file tree
Hide file tree
Showing 2 changed files with 1,122 additions and 966 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"start": "next start"
},
"dependencies": {
"@clerk/nextjs": "^4.21.3",
"@clerk/nextjs": "^4.21.10",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.1.1",
"@mdx-js/loader": "^2.3.0",
"@planetscale/database": "^1.7.0",
"@portabletext/react": "^3.0.2",
"@portabletext/react": "^3.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/body": "^0.0.2",
"@react-email/button": "^0.0.8",
"@react-email/button": "^0.0.9",
"@react-email/column": "^0.0.7",
"@react-email/container": "^0.0.8",
"@react-email/head": "^0.0.5",
Expand All @@ -41,9 +41,9 @@
"@sanity/code-input": "^4.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.6.0",
"@sanity/vision": "^3.12.1",
"@sanity/vision": "^3.12.2",
"@splinetool/react-spline": "^2.2.6",
"@tremor/react": "^3.2.1",
"@tremor/react": "^3.2.3",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/analytics": "^1.0.1",
Expand All @@ -52,32 +52,32 @@
"@zolplay/utils": "^1.3.4",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.8",
"dotenv": "^16.3.0",
"drizzle-orm": "^0.26.5",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.27.0",
"edge-cors": "^0.2.1",
"framer-motion": "^10.12.16",
"framer-motion": "^10.12.17",
"hashids": "^2.3.0",
"next": "^13.4.6",
"next-sanity": "^4.3.3",
"next": "^13.4.7",
"next-sanity": "^5.0.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.4",
"react-hook-form": "^7.44.3",
"react-hook-form": "^7.45.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-rewards": "^2.0.4",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.1",
"react-tweet": "^2.0.1",
"react-textarea-autosize": "^8.5.0",
"react-tweet": "^2.0.2",
"react-wrap-balancer": "^1.0.0",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"resend": "^0.15.3",
"rss": "^1.2.2",
"sanity": "^3.12.1",
"sanity": "^3.12.2",
"sanity-plugin-media": "^2.0.5",
"valtio": "^1.10.5",
"valtio": "^1.10.6",
"zod": "^3.21.4"
},
"devDependencies": {
Expand All @@ -86,17 +86,17 @@
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.15",
"@types/prettier": "^2.7.3",
"@types/react": "18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react": "18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.18.1",
"drizzle-kit": "^0.19.2",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-turbo": "^1.10.3",
"eslint-config-next": "^13.4.7",
"eslint-config-turbo": "^1.10.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
Expand All @@ -105,7 +105,7 @@
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"turbo": "^1.10.3",
"turbo": "^1.10.6",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit a82249b

Please sign in to comment.