Skip to content

Commit 6b688ed

Browse files
authored
Merge pull request #8 from zecdev/update
Update PNPM and package.json
2 parents 906951d + 72f39f0 commit 6b688ed

2 files changed

Lines changed: 344 additions & 249 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^15.3.1",
12+
"next": "^15.3.2",
1313
"nextra": "^4.2.17",
1414
"nextra-theme-docs": "^4.2.17",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0"
1717
},
1818
"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",
19+
"@tailwindcss/postcss": "^4.1.6",
20+
"@types/node": "^20.17.46",
21+
"@types/react": "^19.1.3",
22+
"@types/react-dom": "^19.1.3",
23+
"tailwindcss": "^4.1.6",
2424
"typescript": "^5.8.3"
2525
}
2626
}

0 commit comments

Comments
 (0)