Upgrade tinymce to latest (4.7.13)
closes: CORE-1620 while I was upgrading all the package.json dependencies I noticed that that the version of tinyMCE we are using is out-of-date test plan: * automated tests that deal with tinyMCE should pass * smoke test the editor to make sure it looks/works the same as before Change-Id: Ia7913f195d0a61aee2ac770ebcbf303ffad794fa Reviewed-on: https://gerrit.instructure.com/156310 Tested-by: Jenkins Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> QA-Review: Tucker McKnight <tmcknight@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
eafeccdae4
commit
6774f9f22c
|
@ -96,7 +96,7 @@
|
|||
"tablesorter": "^2.28.5",
|
||||
"timezone": "1.0.13",
|
||||
"tinycolor2": "1.4.1",
|
||||
"tinymce": "4.7.9",
|
||||
"tinymce": "^4.7.9",
|
||||
"tinymce-a11y-checker": "^1.6.0",
|
||||
"tinymce-light-skin": "1.3.1",
|
||||
"uuid": "^3.2.1"
|
||||
|
|
|
@ -15087,9 +15087,9 @@ tinymce-light-skin@1.3.1, tinymce-light-skin@~1.3.0:
|
|||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/tinymce-light-skin/-/tinymce-light-skin-1.3.1.tgz#fcce7a8b5761716a381f756e1ac7f47c7a41ea88"
|
||||
|
||||
tinymce@4.7.9, tinymce@^4.5.7:
|
||||
version "4.7.9"
|
||||
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-4.7.9.tgz#2f14934cf42ab20e6d081fd282842c24aecf1866"
|
||||
tinymce@^4.5.7, tinymce@^4.7.9:
|
||||
version "4.7.13"
|
||||
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-4.7.13.tgz#3b139fd95c0b78e3959b2064f043ccb7459bebcb"
|
||||
|
||||
title-case@^2.1.0:
|
||||
version "2.1.1"
|
||||
|
|
Loading…
Reference in New Issue