Skip to content

Commit 32ce20d

Browse files
committed
Update dependencies
1 parent 7f37269 commit 32ce20d

File tree

2 files changed

+390
-247
lines changed

2 files changed

+390
-247
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"postinstall": "prisma generate"
1111
},
1212
"dependencies": {
13-
"@clerk/nextjs": "^4.29.3",
13+
"@clerk/nextjs": "^4.29.6",
1414
"@hello-pangea/dnd": "^16.3.0",
15-
"@prisma/client": "^5.8.0",
15+
"@prisma/client": "^5.9.1",
1616
"@radix-ui/react-accordion": "^1.1.2",
1717
"@radix-ui/react-avatar": "^1.0.4",
1818
"@radix-ui/react-dialog": "^1.0.4",
@@ -21,34 +21,34 @@
2121
"@radix-ui/react-separator": "^1.0.3",
2222
"@radix-ui/react-slot": "^1.0.2",
2323
"@radix-ui/react-tooltip": "^1.0.7",
24-
"@tanstack/react-query": "^5.17.10",
24+
"@tanstack/react-query": "^5.18.1",
2525
"class-variance-authority": "^0.7.0",
2626
"clsx": "^2.1.0",
2727
"date-fns": "^2.30.0",
2828
"lodash": "^4.17.21",
29-
"lucide-react": "^0.309.0",
30-
"next": "14.0.4",
29+
"lucide-react": "^0.323.0",
30+
"next": "14.1.0",
3131
"react": "^18",
3232
"react-dom": "^18",
33-
"sonner": "^1.3.1",
33+
"sonner": "^1.4.0",
3434
"stripe": "^14.4.0",
35-
"tailwind-merge": "^2.2.0",
35+
"tailwind-merge": "^2.2.1",
3636
"tailwindcss-animate": "^1.0.7",
3737
"unsplash-js": "^7.0.18",
38-
"usehooks-ts": "^2.9.2",
38+
"usehooks-ts": "^2.13.0",
3939
"zod": "^3.22.4",
40-
"zustand": "^4.4.6"
40+
"zustand": "^4.5.0"
4141
},
4242
"devDependencies": {
4343
"@types/lodash": "^4.14.201",
44-
"@types/node": "^20.11.0",
45-
"@types/react": "^18.2.47",
44+
"@types/node": "^20.11.16",
45+
"@types/react": "^18.2.55",
4646
"@types/react-dom": "^18",
47-
"autoprefixer": "^10.0.1",
47+
"autoprefixer": "^10.4.17",
4848
"eslint": "^8",
49-
"eslint-config-next": "14.0.4",
50-
"postcss": "^8.4.33",
51-
"prisma": "^5.8.0",
49+
"eslint-config-next": "14.1.0",
50+
"postcss": "^8.4.34",
51+
"prisma": "^5.9.1",
5252
"tailwindcss": "^3.4.1",
5353
"typescript": "^5"
5454
}

0 commit comments

Comments
 (0)