Skip to content

Commit 44eadf3

Browse files
chore(deps): update all non-major dependencies
1 parent e82f33d commit 44eadf3

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

bun.lockb

1.47 KB
Binary file not shown.

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,45 @@
1717
"prepare": "husky"
1818
},
1919
"dependencies": {
20-
"@t3-oss/env-nextjs": "^0.11.1",
21-
"@trpc/client": "^11.0.0-rc.700",
22-
"@trpc/react-query": "^11.0.0-rc.700",
23-
"@trpc/server": "^11.0.0-rc.700",
20+
"@t3-oss/env-nextjs": "^0.13.8",
21+
"@trpc/client": "^11.5.0",
22+
"@trpc/react-query": "^11.5.0",
23+
"@trpc/server": "^11.5.0",
2424
"clsx": "^2.1.1",
25-
"geist": "^1.3.1",
26-
"lucide-react": "0.474.0",
27-
"next": "^15.2.0-canary.33",
28-
"next-themes": "0.4.4",
29-
"react": "^19.0.0",
30-
"react-dom": "^19.0.0",
25+
"geist": "^1.4.2",
26+
"lucide-react": "0.542.0",
27+
"next": "^15.5.2",
28+
"next-themes": "0.4.6",
29+
"react": "^19.1.1",
30+
"react-dom": "^19.1.1",
3131
"superjson": "^2.2.2",
32-
"tailwind-merge": "^3.0.1",
33-
"zod": "^3.24.1"
32+
"tailwind-merge": "^3.3.1",
33+
"zod": "^3.25.76"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "^19.6.1",
37-
"@commitlint/config-conventional": "^19.6.0",
38-
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
39-
"@tailwindcss/postcss": "^4.0.3",
36+
"@commitlint/cli": "^19.8.1",
37+
"@commitlint/config-conventional": "^19.8.1",
38+
"@ianvs/prettier-plugin-sort-imports": "^4.6.2",
39+
"@tailwindcss/postcss": "^4.1.12",
4040
"@total-typescript/ts-reset": "^0.6.1",
4141
"@types/eslint": "9.6.1",
42-
"@types/node": "22.7.5",
43-
"@types/react": "^19.0.8",
44-
"@types/react-dom": "^19.0.3",
45-
"@typescript-eslint/eslint-plugin": "^8.22.0",
46-
"@typescript-eslint/parser": "^8.22.0",
47-
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
48-
"eslint": "9.13.0",
49-
"eslint-config-next": "15.0.1",
50-
"eslint-config-prettier": "^10.0.1",
51-
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
42+
"@types/node": "22.18.0",
43+
"@types/react": "^19.1.11",
44+
"@types/react-dom": "^19.1.8",
45+
"@typescript-eslint/eslint-plugin": "^8.41.0",
46+
"@typescript-eslint/parser": "^8.41.0",
47+
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
48+
"eslint": "9.34.0",
49+
"eslint-config-next": "15.5.2",
50+
"eslint-config-prettier": "^10.1.8",
51+
"eslint-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
5252
"husky": "^9.1.7",
53-
"lint-staged": "^15.4.3",
54-
"postcss": "8.4.47",
55-
"prettier": "^3.4.2",
56-
"prettier-plugin-tailwindcss": "^0.6.11",
57-
"tailwindcss": "^4.0.3",
58-
"typescript": "5.6.3"
53+
"lint-staged": "^15.5.2",
54+
"postcss": "8.5.6",
55+
"prettier": "^3.6.2",
56+
"prettier-plugin-tailwindcss": "^0.6.14",
57+
"tailwindcss": "^4.1.12",
58+
"typescript": "5.9.2"
5959
},
6060
"lint-staged": {
6161
"*.{ts,tsx,md,mdx}": [
@@ -71,6 +71,6 @@
7171
]
7272
},
7373
"engines": {
74-
"node": ">=22.13.0"
74+
"node": ">=22.18.0"
7575
}
7676
}

0 commit comments

Comments
 (0)