Update tinymce-a11y-checker dependency to 4.1.3

closes MAT-1134
flag=none

test plan:
  - put some content with a11y violations in the RCE
  - open the a11y checker
  > expect to see a black box around the violation and
    not the blue box overlay

Change-Id: Icef5211aaf4055d8378144111073a8b96233aa5e
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/309961
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jake Oeding <jake.oeding@instructure.com>
QA-Review: Jake Oeding <jake.oeding@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
This commit is contained in:
Ed Schiebel 2023-01-30 17:19:01 -05:00
parent a806980fb3
commit cfdcd77cbd
3 changed files with 12 additions and 6 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# 5.6.13 - 2023-01-30
### Changed
- Update the tinymce-a11y-checker dependency version to 4.1.3 (updated highlight on violations)
# 5.6.12 - 2023-01-26
### Changed

View File

@ -1,6 +1,6 @@
{
"name": "@instructure/canvas-rce",
"version": "5.6.12",
"version": "5.6.13",
"description": "A component wrapping canvas's common tinymce usage",
"main": "lib/index.js",
"module": "es/index.js",
@ -149,7 +149,7 @@
"redux-thunk": "^2",
"scroll-into-view": "https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab",
"tinymce": "^5",
"tinymce-a11y-checker": "^4.1.2",
"tinymce-a11y-checker": "^4.1.3",
"text-field-edit": "^3.2.0"
},
"devDependencies": {

View File

@ -24352,10 +24352,10 @@ tinycolor2@^1.4.1, tinycolor2@^1.4.2:
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
tinymce-a11y-checker@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-4.1.2.tgz#215652458fe433da0534b5423d4ff4f14fda4edb"
integrity sha512-nFfJ6rxD+Grx9iC2Jy3JjpeWBwUb2T2pvCJRTbE6+guOD6BwZyjpxLIvF9dFOfomvK4cGyOZfsYShGbp1HrNIA==
tinymce-a11y-checker@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-4.1.3.tgz#41bac4b733048a0e2a932a7fc60fa6932ce21d94"
integrity sha512-1dSYAQCABxHK/RvprrOLj0uoGeSnMed0vNlsjvogrnvban2ER5ghLhETRqAS3n+i1T/Qg3QMGE7UCrl/QIf3dA==
dependencies:
"@instructure/canvas-theme" "^7"
"@instructure/ui-a11y-content" "^7"