We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51f7d8 commit 3356a33Copy full SHA for 3356a33
package.json
@@ -11,21 +11,21 @@
11
},
12
"dependencies": {
13
"clsx": "2.0.0",
14
- "next": "14.0.2",
+ "next": "14.0.3",
15
"react": "18.2.0",
16
"react-dom": "18.2.0",
17
"tailwind-merge": "2.0.0"
18
19
"devDependencies": {
20
- "@types/node": "20.9.0",
21
- "@types/react": "18.2.37",
+ "@types/node": "20.9.4",
+ "@types/react": "18.2.38",
22
"autoprefixer": "10.4.16",
23
- "eslint": "8.48.0",
24
- "eslint-config-next": "13.4.19",
+ "eslint": "8.54.0",
+ "eslint-config-next": "14.0.3",
25
"eslint-config-prettier": "9.0.0",
26
"postcss": "8.4.31",
27
- "prettier": "3.0.2",
+ "prettier": "3.1.0",
28
"tailwindcss": "3.3.5",
29
- "typescript": "5.2.2"
+ "typescript": "5.3.2"
30
}
31
0 commit comments