Skip to content

Commit 36fd26b

Browse files
Downgrade openapi plugin (#9430)
Downgrade openapi plugin and add an ignore rule for renovatebot
1 parent a50fb7d commit 36fd26b

File tree

3 files changed

+1107
-42
lines changed

3 files changed

+1107
-42
lines changed

renovate.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"internalChecksFilter": "strict"
1313
}
1414
],
15-
"ignoreDeps": ["react-router-dom"],
15+
"ignoreDeps": [
16+
"react-router-dom",
17+
"docusaurus-plugin-openapi-docs",
18+
"docusaurus-theme-openapi-docs"
19+
],
1620
"labels": ["dependencies"]
1721
}

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"@docusaurus/utils": "^3.7.0",
3232
"@docusaurus/utils-validation": "^3.7.0",
3333
"@mdx-js/react": "^3.1.0",
34-
"docusaurus-plugin-openapi-docs": "4.3.5",
34+
"docusaurus-plugin-openapi-docs": "4.3.4",
3535
"docusaurus-plugin-remote-content": "^4.0.0",
3636
"docusaurus-plugin-sass": "^0.2.6",
37-
"docusaurus-theme-openapi-docs": "4.3.5",
37+
"docusaurus-theme-openapi-docs": "4.3.4",
3838
"git-url-parse": "^15.0.0",
3939
"plugin-image-zoom": "flexanalytics/plugin-image-zoom",
4040
"prism-react-renderer": "^2.4.0",

0 commit comments

Comments
 (0)