Skip to content

Commit b0b95cc

Browse files
fix(module-type-aliases): pin react-helmet-async to @slorber/[email protected] (#10998)
1 parent 579bb5a commit b0b95cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docusaurus-module-type-aliases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "*",
1818
"@types/react-router-config": "*",
1919
"@types/react-router-dom": "*",
20-
"react-helmet-async": "npm:@slorber/react-helmet-async@*",
20+
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
2121
"react-loadable": "npm:@docusaurus/[email protected]"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)