This commit is contained in:
dependabot[bot] 2025-12-05 16:40:32 +01:00 committed by GitHub
commit 22921db1dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1033 additions and 297 deletions

1306
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,27 +45,27 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"@eslint/js": "^9.23.0",
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@eslint/js": "^9.39.1",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
"@types/react": "^18.3.12",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.1.7",
"eslint": "^9.23.0",
"eslint-plugin-mdx": "^3.3.2",
"eslint": "^9.39.1",
"eslint-plugin-mdx": "^3.6.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"globals": "^16.5.0",
"json-schema-to-typescript": "^15.0.3",
"mustache": "^4.2.0",
"null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "^3.4.2",
"string-replace-loader": "^3.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.30.1",
"webpack": "^5.97.1"
"prettier": "^3.6.2",
"string-replace-loader": "^3.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"webpack": "^5.102.1"
}
}