Skip to content

Commit

Permalink
chore(deps): update web deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSingleton committed Sep 20, 2024
1 parent 5d071f3 commit 8f48060
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 246 deletions.
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
"prettier:write": "prettier --write ."
},
"dependencies": {
"@react-email/components": "^0.0.23",
"@react-email/components": "^0.0.25",
"@repo/ui": "workspace:*",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.30",
"date-fns": "^4.1.0",
"framer-motion": "^11.5.6",
"geist": "^1.3.1",
"lucide-react": "^0.436.0",
"next": "^14.2.7",
"lucide-react": "^0.445.0",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-day-picker": "^9.1.1",
"react-dom": "^18.3.1",
"resend": "^4.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.7",
"@next/eslint-plugin-next": "^14.2.13",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 8f48060

Please sign in to comment.