We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7ad7f commit 9f43b75Copy full SHA for 9f43b75
bun.lockb
9.3 KB
package.json
@@ -11,21 +11,21 @@
11
},
12
"dependencies": {
13
"clsx": "2.1.1",
14
- "next": "14.2.3",
+ "next": "14.2.11",
15
"react": "18.3.1",
16
"react-dom": "18.3.1",
17
- "tailwind-merge": "2.3.0"
+ "tailwind-merge": "2.5.2"
18
19
"devDependencies": {
20
- "@types/node": "20.14.0",
21
- "@types/react": "18.3.3",
+ "@types/node": "22.5.4",
+ "@types/react": "18.3.5",
22
"autoprefixer": "10.4.19",
23
"eslint": "9.4.0",
24
- "eslint-config-next": "14.2.3",
+ "eslint-config-next": "14.2.11",
25
"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"
+ "postcss": "8.4.45",
+ "prettier": "3.3.3",
+ "tailwindcss": "3.4.11",
+ "typescript": "5.6.2"
30
}
31
0 commit comments