chore(deps): refresh workspace dependencies (#43)

* chore(deps): refresh workspace dependencies

* Fix pnpm artifact smoke build approvals
This commit is contained in:
Andrey Avtomonov 2026-05-13 01:15:35 +02:00 committed by GitHub
parent 17a2fee69a
commit 85fc408054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1274 additions and 1153 deletions

View file

@ -10,18 +10,18 @@
"test": "node --test tests/*.test.mjs"
},
"dependencies": {
"fumadocs-core": "15.7.13",
"fumadocs-mdx": "11.10.1",
"fumadocs-ui": "15.7.13",
"next": "^15",
"fumadocs-core": "16.8.10",
"fumadocs-mdx": "15.0.4",
"fumadocs-ui": "16.8.10",
"next": "^16",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^25.7.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5.9",
"typescript": "^6.0",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}