mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Bumps [shell-quote](https://github.com/substack/node-shell-quote) to 1.7.3 and updates ancestor dependencies [shell-quote](https://github.com/substack/node-shell-quote), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together. Updates `shell-quote` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Commits](https://github.com/substack/node-shell-quote/commits) Updates `@docusaurus/core` from 2.0.0-beta.ff31de0ff to 2.1.0 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.1.0/packages/docusaurus) Updates `@docusaurus/preset-classic` from 2.0.0-beta.ff31de0ff to 2.1.0 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.1.0/packages/docusaurus-preset-classic) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect - dependency-name: "@docusaurus/core" dependency-type: direct:production - dependency-name: "@docusaurus/preset-classic" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
843 B
JSON
39 lines
843 B
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"serve": "docusaurus serve",
|
|
"clear": "docusaurus clear"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.1.0",
|
|
"@docusaurus/preset-classic": "^2.1.0",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"clsx": "^1.1.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.14.0"
|
|
}
|
|
}
|