We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906951d + 72f39f0 commit 6b688edCopy full SHA for 6b688ed
2 files changed
package.json
@@ -9,18 +9,18 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "next": "^15.3.1",
+ "next": "^15.3.2",
13
"nextra": "^4.2.17",
14
"nextra-theme-docs": "^4.2.17",
15
"react": "^19.1.0",
16
"react-dom": "^19.1.0"
17
18
"devDependencies": {
19
- "@tailwindcss/postcss": "^4.1.4",
20
- "@types/node": "^20.17.30",
21
- "@types/react": "^19.1.2",
22
- "@types/react-dom": "^19.1.2",
23
- "tailwindcss": "^4.1.4",
+ "@tailwindcss/postcss": "^4.1.6",
+ "@types/node": "^20.17.46",
+ "@types/react": "^19.1.3",
+ "@types/react-dom": "^19.1.3",
+ "tailwindcss": "^4.1.6",
24
"typescript": "^5.8.3"
25
}
26
0 commit comments