text-field-edit: Upgrade dependency.

This version has the improved code for `replace` function which
will allow us to replace text without selecting it.
This commit is contained in:
Aman Agrawal 2022-11-21 07:14:56 +00:00 committed by Tim Abbott
parent 7448e2bd42
commit 3bec50267a
3 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@
"spectrum-colorpicker": "^1.8.1", "spectrum-colorpicker": "^1.8.1",
"stacktrace-gps": "^3.0.4", "stacktrace-gps": "^3.0.4",
"style-loader": "^3.2.1", "style-loader": "^3.2.1",
"text-field-edit": "^3.1.0", "text-field-edit": "^3.2.0",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"turndown": "^7.0.0", "turndown": "^7.0.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 156
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (213, 0) PROVISION_VERSION = (214, 0)

View File

@ -9948,10 +9948,10 @@ test-exclude@^6.0.0:
glob "^7.1.4" glob "^7.1.4"
minimatch "^3.0.4" minimatch "^3.0.4"
text-field-edit@^3.1.0: text-field-edit@^3.2.0:
version "3.1.9001" version "3.2.0"
resolved "https://registry.yarnpkg.com/text-field-edit/-/text-field-edit-3.1.9001.tgz#479bbc6ed4c5a1dd721118daf9b13fd785cda257" resolved "https://registry.yarnpkg.com/text-field-edit/-/text-field-edit-3.2.0.tgz#677f5b3a7cd220d37f6f1b85c51850f60d9da871"
integrity sha512-5xSqH9HMiW4r/YDoz/DMX895elwenTCV/xwjGSmhVol62YFTHivbZi3T0jKm0Oyzj63RA2C0XAnWMQSC0SO/JA== integrity sha512-HVgVoOMAIgsXFsGuzkghk0NQPO8DrfNeHtRSbKEUQAkLOeY+Mb2ofK/AGZByxObPNo3vqODyghl+9VXUjHypig==
text-hex@1.0.x: text-hex@1.0.x:
version "1.0.0" version "1.0.0"