mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-24 00:53:44 -04:00
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>
21 lines
400 B
JSON
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"
|
|
}
|
|
}
|