Skip to content

Commit b6ffe3a

Browse files
fix(deps): update all non-major dependencies (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ef11d6 commit b6ffe3a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.1.1",
2525
"crisp-sdk-web": "^1.0.21",
26-
"lucide-react": "^0.474.0",
27-
"next": "15.1.6",
26+
"lucide-react": "^0.476.0",
27+
"next": "15.2.0",
2828
"openai": "^4.79.1",
2929
"react": "^19",
3030
"react-dom": "^19",
@@ -40,14 +40,14 @@
4040
"zustand": "^5.0.3"
4141
},
4242
"devDependencies": {
43-
"@types/node": "22.12.0",
44-
"@types/react": "19.0.8",
45-
"@types/react-dom": "19.0.3",
43+
"@types/node": "22.13.5",
44+
"@types/react": "19.0.10",
45+
"@types/react-dom": "19.0.4",
4646
"autoprefixer": "10.4.20",
4747
"eslint": "8.57.1",
48-
"eslint-config-next": "15.1.6",
49-
"postcss": "8.5.1",
50-
"prisma": "6.3.0",
48+
"eslint-config-next": "15.2.0",
49+
"postcss": "8.5.3",
50+
"prisma": "6.4.1",
5151
"tailwindcss": "3.4.17",
5252
"typescript": "5.7.3"
5353
}

0 commit comments

Comments
 (0)