Bump tinymce-a11y-checker to 1.9.1
closes CORE-1838 CORE-1888 Test Plan: - Smoke test the a11y checker - Check out the changelog at https://github.com/instructure/tinymce-a11y-checker/releases/tag/v1.8.0 and make sure those things work inside Canvas Change-Id: I13507afaae53e0eeefbeb11a1972112373539dc1 Reviewed-on: https://gerrit.instructure.com/164357 Reviewed-by: Ryan Shaw <ryan@instructure.com> Tested-by: Jenkins Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Reviewed-by: Brent Burgoyne <bburgoyne@instructure.com>
This commit is contained in:
parent
962859d2b0
commit
873c7e76bb
|
@ -95,7 +95,7 @@
|
|||
"timezone": "1.0.13",
|
||||
"tinycolor2": "1.4.1",
|
||||
"tinymce": "^4.8.0",
|
||||
"tinymce-a11y-checker": "^1.6.0",
|
||||
"tinymce-a11y-checker": "^1.9.1",
|
||||
"tinymce-light-skin": "1.3.1",
|
||||
"uuid": "^3.2.1"
|
||||
},
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -2693,7 +2693,7 @@ block-stream@*:
|
|||
dependencies:
|
||||
inherits "~2.0.0"
|
||||
|
||||
bloody-offset@0.0.0:
|
||||
bloody-offset@0.0.0, bloody-offset@^0.0.0:
|
||||
version "0.0.0"
|
||||
resolved "https://registry.yarnpkg.com/bloody-offset/-/bloody-offset-0.0.0.tgz#ce9b898ac526c0aa39f02f02567fc0993069d629"
|
||||
|
||||
|
@ -12976,7 +12976,7 @@ react-docgen@3.0.0-rc.1:
|
|||
node-dir "^0.1.10"
|
||||
recast "^0.15.0"
|
||||
|
||||
"react-dom@^0.14.7 || ^15", "react-dom@^0.14.8 || ^15.0.0", "react-dom@^0.14.8 || ^15.0.0 || ^16", react-dom@^15:
|
||||
"react-dom@^0.14.7 || ^15", "react-dom@^0.14.8 || ^15.0.0 || ^16", react-dom@^15:
|
||||
version "15.6.2"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730"
|
||||
dependencies:
|
||||
|
@ -13101,7 +13101,7 @@ react@0.14.9:
|
|||
envify "^3.0.0"
|
||||
fbjs "^0.6.1"
|
||||
|
||||
"react@^0.14.7 || ^15", "react@^0.14.8 || ^15.0.0", "react@^0.14.8 || ^15.0.0 || ^16", react@^15:
|
||||
"react@^0.14.7 || ^15", "react@^0.14.8 || ^15.0.0 || ^16", react@^15:
|
||||
version "15.6.2"
|
||||
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
|
||||
dependencies:
|
||||
|
@ -15331,9 +15331,9 @@ tinycolor2@1.4.1, tinycolor2@^1.4.1:
|
|||
version "1.4.1"
|
||||
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
|
||||
|
||||
tinymce-a11y-checker@^1.6.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-1.7.0.tgz#39f98f069517bc8f49c1cf0c5dfc4c8f51d66648"
|
||||
tinymce-a11y-checker@^1.9.1:
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-1.9.1.tgz#a16a4da3e46f8c837c56a3c95b3e4036a61c1651"
|
||||
dependencies:
|
||||
"@instructure/ui-buttons" "^5 || rc"
|
||||
"@instructure/ui-core" "^5 || rc"
|
||||
|
@ -15343,13 +15343,14 @@ tinymce-a11y-checker@^1.6.0:
|
|||
"@instructure/ui-overlays" "^5 || rc"
|
||||
"@instructure/ui-themes" "^5 || rc"
|
||||
axios "^0.18.0"
|
||||
bloody-offset "^0.0.0"
|
||||
format-message "^6"
|
||||
format-message-generate-id "^6"
|
||||
prevent-default "^1.0.0"
|
||||
react "^0.14.8 || ^15.0.0"
|
||||
react "^0.14.8 || ^15.0.0 || ^16"
|
||||
react-aria-live "^1.0.4"
|
||||
react-color "^2.13.4"
|
||||
react-dom "^0.14.8 || ^15.0.0"
|
||||
react-dom "^0.14.8 || ^15.0.0 || ^16"
|
||||
wcag-element-contrast "^1.0.1"
|
||||
|
||||
tinymce-light-skin@1.3.1, tinymce-light-skin@~1.3.0:
|
||||
|
|
Loading…
Reference in New Issue