Files
FossFLOW/packages/fossflow-lib/docs/package.json
dependabot[bot] 64b6c4c36d chore(deps): bump cross-spawn, nextra and nextra-theme-docs (#88)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [nextra](https://github.com/shuding/nextra) and [nextra-theme-docs](https://github.com/shuding/nextra). These dependencies need to be updated together.


Updates `cross-spawn` from 5.1.0 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v7.0.6)

Updates `nextra` from 2.12.1 to 4.3.0
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra@2.12.1...nextra@4.3.0)

Updates `nextra-theme-docs` from 2.12.1 to 4.3.0
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@2.12.1...nextra-theme-docs@4.3.0)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-version: 7.0.6
  dependency-type: indirect
- dependency-name: nextra
  dependency-version: 4.3.0
  dependency-type: direct:production
- dependency-name: nextra-theme-docs
  dependency-version: 4.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 08:23:59 +00:00

21 lines
400 B
JSON

{
"name": "isoflow-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002"
},
"author": "",
"license": "ISC",
"dependencies": {
"next": "^15.4.6",
"nextra": "^4.3.0",
"nextra-theme-docs": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}