Skip to content

Commit f26f3a5

Browse files
committed
chore: update dependencies
1 parent 5630a1d commit f26f3a5

File tree

2 files changed

+1111
-1040
lines changed

2 files changed

+1111
-1040
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saas-starter",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"author": {
66
"name": "mickasmt",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@auth/prisma-adapter": "^2.1.0",
21-
"@hookform/resolvers": "^3.4.0",
21+
"@hookform/resolvers": "^3.4.2",
2222
"@prisma/client": "^5.14.0",
2323
"@radix-ui/react-accessible-icon": "^1.0.3",
2424
"@radix-ui/react-accordion": "^1.1.2",
@@ -49,19 +49,19 @@
4949
"@radix-ui/react-toggle-group": "^1.0.4",
5050
"@radix-ui/react-tooltip": "^1.0.7",
5151
"@react-email/button": "0.0.15",
52-
"@react-email/components": "0.0.17",
52+
"@react-email/components": "0.0.19",
5353
"@react-email/html": "0.0.8",
5454
"@t3-oss/env-nextjs": "^0.10.1",
55-
"@typescript-eslint/parser": "^7.9.0",
56-
"@vercel/analytics": "^1.2.2",
55+
"@typescript-eslint/parser": "^7.11.0",
56+
"@vercel/analytics": "^1.3.1",
5757
"@vercel/og": "^0.6.2",
5858
"class-variance-authority": "^0.7.0",
5959
"clsx": "^2.1.1",
6060
"cmdk": "^1.0.0",
6161
"concurrently": "^8.2.2",
6262
"contentlayer2": "^0.4.6",
6363
"date-fns": "^3.6.0",
64-
"lucide-react": "^0.378.0",
64+
"lucide-react": "^0.379.0",
6565
"ms": "^2.1.3",
6666
"next": "14.2.3",
6767
"next-auth": "5.0.0-beta.18",
@@ -72,13 +72,13 @@
7272
"react": "18.3.1",
7373
"react-day-picker": "^8.10.1",
7474
"react-dom": "18.3.1",
75-
"react-email": "2.1.2",
76-
"react-hook-form": "^7.51.4",
75+
"react-email": "2.1.4",
76+
"react-hook-form": "^7.51.5",
7777
"react-textarea-autosize": "^8.5.3",
7878
"resend": "^3.2.0",
7979
"sharp": "^0.33.4",
80-
"shiki": "^1.6.0",
81-
"stripe": "^15.7.0",
80+
"shiki": "^1.6.1",
81+
"stripe": "^15.8.0",
8282
"tailwind-merge": "^2.3.0",
8383
"tailwindcss-animate": "^1.0.7",
8484
"vaul": "^0.9.1",
@@ -92,14 +92,14 @@
9292
"@tailwindcss/line-clamp": "^0.4.4",
9393
"@tailwindcss/typography": "^0.5.13",
9494
"@types/node": "^20.12.12",
95-
"@types/react": "18.3.2",
95+
"@types/react": "18.3.3",
9696
"@types/react-dom": "18.3.0",
9797
"autoprefixer": "^10.4.19",
9898
"eslint": "^8.57.0",
9999
"eslint-config-next": "14.2.3",
100100
"eslint-config-prettier": "^9.1.0",
101-
"eslint-plugin-react": "^7.34.1",
102-
"eslint-plugin-tailwindcss": "^3.15.2",
101+
"eslint-plugin-react": "^7.34.2",
102+
"eslint-plugin-tailwindcss": "^3.17.0",
103103
"husky": "^9.0.11",
104104
"mdast-util-toc": "^7.0.1",
105105
"postcss": "^8.4.38",

0 commit comments

Comments
 (0)