mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
ffd7d46ee4
Replaces https://github.com/open-policy-agent/opa/pull/8762 Original dependabot updates: Bumps the website group in /docs with 9 updates: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.27.18` | `0.27.19` | | [@iconify/react](https://github.com/iconify/iconify/tree/HEAD/components/react) | `6.0.0` | `6.0.2` | | [@mermaid-js/layout-elk](https://github.com/mermaid-js/mermaid) | `0.1.9` | `0.2.1` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.4.1` | | [glob](https://github.com/isaacs/node-glob) | `11.1.0` | `13.0.6` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` | | [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `0.21.0` | `0.22.1` | | [recharts](https://github.com/recharts/recharts) | `3.7.0` | `3.8.1` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.20` | `2.10.33` | I have also made some updates to use node 24. --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Charlie Egan <charlie_egan@apple.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
1016 B
JSON
40 lines
1016 B
JSON
{
|
|
"name": "opa-website",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.10.1",
|
|
"@docusaurus/plugin-content-docs": "^3.10.1",
|
|
"@docusaurus/plugin-google-gtag": "^3.10.1",
|
|
"@docusaurus/preset-classic": "^3.10.1",
|
|
"@docusaurus/theme-mermaid": "^3.10.1",
|
|
"@eslint/js": "^10.0.1",
|
|
"@floating-ui/react": "^0.27.19",
|
|
"@iconify/react": "^6.0.2",
|
|
"@mermaid-js/layout-elk": "^0.1.9",
|
|
"eslint": "^10.4.1",
|
|
"glob": "^13.0.6",
|
|
"js-yaml": "^4.2.0",
|
|
"markdownlint-cli2": "^0.22.1",
|
|
"md-front-matter": "^1.0.4",
|
|
"raw-loader": "^4.0.2",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "3.8.1",
|
|
"turndown": "^7.2.4",
|
|
"turndown-plugin-gfm": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"baseline-browser-mapping": "^2.10.33"
|
|
}
|
|
}
|