Skip to content

Commit

Permalink
Bump deps, fix package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Sep 17, 2024
1 parent df7fd07 commit 821ee17
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 226 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"bump-deps": "npx npm-check-updates -u && npm install"
"bump-deps": "npx npm-check-updates -u && pnpm install"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.11",
"@next/bundle-analyzer": "^14.2.12",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@tailwindcss/typography": "^0.5.15",
"@upstash/ratelimit": "^2.0.2",
"@upstash/ratelimit": "^2.0.3",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"@vercel/edge-config": "^1.3.0",
"@vercel/kv": "^2.0.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"geist": "^1.3.1",
"hex-rgb": "^5.0.0",
"ky": "^1.7.2",
"lucide-react": "^0.441.0",
"next": "^14.2.11",
"next": "^14.2.12",
"next-secure-headers": "^2.2.0",
"pliny": "^0.3.1",
"react": "^18.3.1",
Expand All @@ -46,12 +46,12 @@
"@content-collections/mdx": "^0.1.5",
"@content-collections/next": "^0.2.1",
"@types/node": "^22",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"fumadocs-core": "^13.4.10",
"postcss": "^8",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"ultracite": "^4.1.1"
}
Expand Down
Loading

0 comments on commit 821ee17

Please sign in to comment.