Upgrade Editor – Slate 0.44 / RME 8.0.0 (#863)
* Upgrade Slate * Normalization * Remove dupe dep * Fixes placeholders * Image uploading fixed * Verbose but solid placeholder handling * RME 8.0.0 * Fixes: Ability to delete embeds
This commit is contained in:
@ -1,67 +0,0 @@
|
||||
// flow-typed signature: 331ec8f8b563f7cbdee203ec29d377df
|
||||
// flow-typed version: <<STUB>>/@tommoor/slate-drop-or-paste-images_v^0.8.1/flow_v0.86.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@tommoor/slate-drop-or-paste-images'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/load-image-file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images'>;
|
||||
}
|
||||
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min'>;
|
||||
}
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob'>;
|
||||
}
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri'>;
|
||||
}
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/index.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/index'>;
|
||||
}
|
||||
declare module '@tommoor/slate-drop-or-paste-images/lib/load-image-file.js' {
|
||||
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/load-image-file'>;
|
||||
}
|
@ -1,46 +0,0 @@
|
||||
// flow-typed signature: f847a556b96e1291a39558ffff3aa6b7
|
||||
// flow-typed version: <<STUB>>/slate-drop-or-paste-images_v^0.5.0/flow_v0.49.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'slate-drop-or-paste-images'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module 'slate-drop-or-paste-images' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'slate-drop-or-paste-images/dist/image-to-data-uri' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'slate-drop-or-paste-images/dist/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'slate-drop-or-paste-images/dist/load-image-file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'slate-drop-or-paste-images/dist/image-to-data-uri.js' {
|
||||
declare module.exports: $Exports<'slate-drop-or-paste-images/dist/image-to-data-uri'>;
|
||||
}
|
||||
declare module 'slate-drop-or-paste-images/dist/index.js' {
|
||||
declare module.exports: $Exports<'slate-drop-or-paste-images/dist/index'>;
|
||||
}
|
||||
declare module 'slate-drop-or-paste-images/dist/load-image-file.js' {
|
||||
declare module.exports: $Exports<'slate-drop-or-paste-images/dist/load-image-file'>;
|
||||
}
|
Reference in New Issue
Block a user