diff --git a/benchmark/slate/changes/insert-fragment-large.js b/benchmark/slate/changes/insert-fragment-large.js index b6c8c3312..7f056299b 100644 --- a/benchmark/slate/changes/insert-fragment-large.js +++ b/benchmark/slate/changes/insert-fragment-large.js @@ -10,7 +10,7 @@ const fragment = ( This is editable rich text, much better than a textarea! - {i == 0 ? : ''} + {i === 0 ? : ''} ))} diff --git a/benchmark/slate/changes/insert-fragment.js b/benchmark/slate/changes/insert-fragment.js index 3258bde95..b59f8b59d 100644 --- a/benchmark/slate/changes/insert-fragment.js +++ b/benchmark/slate/changes/insert-fragment.js @@ -10,7 +10,7 @@ const fragment = ( This is editable rich text, much better than a textarea! - {i == 0 ? : ''} + {i === 0 ? : ''} ))} diff --git a/yarn.lock b/yarn.lock index cbebb7846..8abb99bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7174,10 +7174,6 @@ slash@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" -slate-simulator@^0.4.67: - version "0.4.67" - resolved "https://registry.yarnpkg.com/slate-simulator/-/slate-simulator-0.4.67.tgz#9313c84736db1e23d6aebacd536f582b6d54723c" - slice-ansi@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"