@docusaurus/types
Advanced tools
Comparing version 3.6.3 to 3.7.0-canary-6191
{ | ||
"name": "@docusaurus/types", | ||
"version": "3.6.3", | ||
"version": "3.7.0-canary-6191", | ||
"description": "Common types for Docusaurus packages.", | ||
@@ -21,3 +21,3 @@ "types": "./src/index.d.ts", | ||
"joi": "^17.9.2", | ||
"react-helmet-async": "^1.3.0", | ||
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", | ||
"utility-types": "^3.10.0", | ||
@@ -28,6 +28,6 @@ "webpack": "^5.95.0", | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
"react": "^18.0.0 || ^19.0.0", | ||
"react-dom": "^18.0.0 || ^19.0.0" | ||
}, | ||
"gitHead": "9c0e19c669ffcbc0972bfd8527e8b93f1f74e7d8" | ||
"gitHead": "9ffcdd6269ba34df20cb1986fc53614b4c4c1a69" | ||
} |
@@ -111,2 +111,8 @@ /** | ||
export type ConfigureWebpackResult = WebpackConfiguration & { | ||
mergeStrategy?: { | ||
[key: string]: CustomizeRuleString; | ||
}; | ||
}; | ||
export type Plugin<Content = unknown> = { | ||
@@ -138,7 +144,3 @@ name: string; | ||
content: Content, | ||
) => WebpackConfiguration & { | ||
mergeStrategy?: { | ||
[key: string]: CustomizeRuleString; | ||
}; | ||
}; | ||
) => ConfigureWebpackResult; | ||
configurePostCss?: (options: PostCssOptions) => PostCssOptions; | ||
@@ -145,0 +147,0 @@ getThemePath?: () => string; |
@@ -8,3 +8,3 @@ /** | ||
import type {JSXElementConstructor} from 'react'; | ||
import type {JSX, JSXElementConstructor} from 'react'; | ||
@@ -11,0 +11,0 @@ export type SwizzleAction = 'eject' | 'wrap'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39684
1141
2
+ Added@slorber/react-helmet-async@1.3.0(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedreact-helmet-async@1.3.0(transitive)
- Removedscheduler@0.23.2(transitive)
Updatedreact-helmet-async@npm:@slorber/react-helmet-async@1.3.0