mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
IE11 compat (#996)
* Convert "for ... of" loops to simple "for(;;)" * Add .editorconfig * Convert "for ... of" loops to simple "for(;;)"; Array.find => filter * Replace Array.prototype.find via local "find" method implementation * Replase utils/find by lodash/find * Remove .editorconfig * Fix lint errors
This commit is contained in:
committed by
Ian Storm Taylor
parent
31601d9a26
commit
577b5c7570
@@ -3963,7 +3963,7 @@ lodash.pickby@^4.0.0:
|
||||
version "4.6.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"
|
||||
|
||||
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.3.0:
|
||||
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
||||
version "4.17.4"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
||||
|
||||
|
Reference in New Issue
Block a user