Skip to content

Commit 088b01a

Browse files
chore(deps): update all non-major dependencies (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff9bd15 commit 088b01a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

bun.lockb

2.79 KB
Binary file not shown.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,40 @@
1717
"prepare": "husky"
1818
},
1919
"dependencies": {
20-
"@t3-oss/env-nextjs": "^0.13.6",
20+
"@t3-oss/env-nextjs": "^0.13.8",
2121
"clsx": "^2.1.1",
2222
"geist": "^1.4.2",
23-
"lucide-react": "0.513.0",
24-
"next": "^15.3.3",
23+
"lucide-react": "0.525.0",
24+
"next": "^15.3.4",
2525
"next-themes": "0.4.6",
2626
"react": "^19.1.0",
2727
"react-dom": "^19.1.0",
28-
"tailwind-merge": "^3.3.0",
29-
"zod": "^3.25.56"
28+
"tailwind-merge": "^3.3.1",
29+
"zod": "^3.25.67"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "^19.8.1",
3333
"@commitlint/config-conventional": "^19.8.1",
3434
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
35-
"@tailwindcss/postcss": "^4.1.8",
35+
"@tailwindcss/postcss": "^4.1.11",
3636
"@total-typescript/ts-reset": "^0.6.1",
3737
"@types/eslint": "9.6.1",
38-
"@types/node": "22.15.30",
39-
"@types/react": "^19.1.6",
38+
"@types/node": "22.15.34",
39+
"@types/react": "^19.1.8",
4040
"@types/react-dom": "^19.1.6",
41-
"@typescript-eslint/eslint-plugin": "^8.33.1",
42-
"@typescript-eslint/parser": "^8.33.1",
41+
"@typescript-eslint/eslint-plugin": "^8.35.0",
42+
"@typescript-eslint/parser": "^8.35.0",
4343
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
44-
"eslint": "9.28.0",
45-
"eslint-config-next": "15.3.3",
44+
"eslint": "9.30.0",
45+
"eslint-config-next": "15.3.4",
4646
"eslint-config-prettier": "^10.1.5",
4747
"eslint-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
4848
"husky": "^9.1.7",
4949
"lint-staged": "^15.5.2",
50-
"postcss": "8.5.4",
51-
"prettier": "^3.5.3",
52-
"prettier-plugin-tailwindcss": "^0.6.12",
53-
"tailwindcss": "^4.1.8",
50+
"postcss": "8.5.6",
51+
"prettier": "^3.6.2",
52+
"prettier-plugin-tailwindcss": "^0.6.13",
53+
"tailwindcss": "^4.1.11",
5454
"typescript": "5.8.3"
5555
},
5656
"lint-staged": {
@@ -67,6 +67,6 @@
6767
]
6868
},
6969
"engines": {
70-
"node": ">=22.16.0"
70+
"node": ">=22.17.0"
7171
}
7272
}

0 commit comments

Comments
 (0)