Files
docs/package.json
dependabot[bot] fe29473d0b build(deps): bump @react-aria/ssr from 3.9.2 to 3.9.4
Bumps [@react-aria/ssr](https://github.com/adobe/react-spectrum) from 3.9.2 to 3.9.4.
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/ssr@3.9.2...@react-aria/ssr@3.9.4)

---
updated-dependencies:
- dependency-name: "@react-aria/ssr"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 08:29:01 +00:00

26 lines
550 B
JSON

{
"name": "learnhouse-docs",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-aria/ssr": "^3.9.4",
"@vercel/analytics": "^1.3.1",
"next": "^14.2.3",
"next-sitemap": "^4.1.8",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "20.13.0",
"typescript": "5.4.5"
}
}