Skip to content

Commit 9f43b75

Browse files
committed
chore: upgraded dependencies
1 parent bf7ad7f commit 9f43b75

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bun.lockb

9.3 KB
Binary file not shown.

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
},
1212
"dependencies": {
1313
"clsx": "2.1.1",
14-
"next": "14.2.3",
14+
"next": "14.2.11",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
17-
"tailwind-merge": "2.3.0"
17+
"tailwind-merge": "2.5.2"
1818
},
1919
"devDependencies": {
20-
"@types/node": "20.14.0",
21-
"@types/react": "18.3.3",
20+
"@types/node": "22.5.4",
21+
"@types/react": "18.3.5",
2222
"autoprefixer": "10.4.19",
2323
"eslint": "9.4.0",
24-
"eslint-config-next": "14.2.3",
24+
"eslint-config-next": "14.2.11",
2525
"eslint-config-prettier": "9.1.0",
26-
"postcss": "8.4.38",
27-
"prettier": "3.3.0",
28-
"tailwindcss": "3.4.3",
29-
"typescript": "5.4.5"
26+
"postcss": "8.4.45",
27+
"prettier": "3.3.3",
28+
"tailwindcss": "3.4.11",
29+
"typescript": "5.6.2"
3030
}
3131
}

0 commit comments

Comments
 (0)