Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wordpress__components & wordpress__compose type mismatch after change to React v18 #63716

Merged
merged 6 commits into from Dec 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/wordpress__components/index.d.ts
@@ -1,4 +1,4 @@
// Type definitions for @wordpress/components 19.10
// Type definitions for @wordpress/components 23.0
// Project: https://github.com/WordPress/gutenberg/tree/trunk/packages/components
// Definitions by: Derek Sifford <https://github.com/dsifford>
// Jon Surrell <https://github.com/sirreal>
Expand Down
2 changes: 1 addition & 1 deletion types/wordpress__components/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"@wordpress/element": "^4.1.0",
"@wordpress/element": "^5.0.0",
"downshift": "^6.0.15",
"re-resizable": "^6.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion types/wordpress__compose/index.d.ts
@@ -1,4 +1,4 @@
// Type definitions for @wordpress/compose 4.0
// Type definitions for @wordpress/compose 6.0
// Project: https://github.com/WordPress/gutenberg/tree/master/packages/compose/README.md
// Definitions by: Derek Sifford <https://github.com/dsifford>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion types/wordpress__compose/package.json
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@wordpress/element": "^3.0.0"
"@wordpress/element": "^5.0.0"
}
}