mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.9 to 18.2.22. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
465 B
JSON
16 lines
465 B
JSON
{
|
|
"name": "toshiki-notebook/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"description": "Extra modules and dependencies applied upon the monorepos and used in toshiki-notebook for in-markdown shiki twoslash program node behavior analysis only in docs root",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.22",
|
|
"react": "^18.2.0"
|
|
}
|
|
}
|