Skip to content

Commit

Permalink
Fix edit-post typings and remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson committed Nov 29, 2020
1 parent c5627eb commit db1b042
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare module '@wordpress/interface' {
declare module '@wordpress/edit-post' {
export const __experimentalMainDashboardButton: React.ComponentType;
}
1 change: 0 additions & 1 deletion apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"@wordpress/html-entities": "*",
"@wordpress/i18n": "*",
"@wordpress/icons": "*",
"@wordpress/interface": "^0.7.5",
"@wordpress/keycodes": "*",
"@wordpress/nux": "^3.20.5",
"@wordpress/plugins": "*",
Expand Down
1 change: 0 additions & 1 deletion apps/wpcom-block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@wordpress/hooks": "^2.9.0",
"@wordpress/i18n": "^3.14.0",
"@wordpress/icons": "^2.4.0",
"@wordpress/interface": "^0.7.5",
"@wordpress/plugins": "^2.20.3",
"@wordpress/rich-text": "^3.20.4",
"@wordpress/url": "^2.17.0",
Expand Down

0 comments on commit db1b042

Please sign in to comment.