Bump canvas-rce to v3.1.0-hotfix.0
closes CORE-1288 Test Plan: - Add an image to a page using the RCS - Select that image in the RCE - Select another image from the RCS - The image should be replaced with the new one Change-Id: I83af646010d0cc3579d6d58c4da8081084f6a9af Reviewed-on: https://gerrit.instructure.com/147106 Tested-by: Jenkins Reviewed-by: Ryan Shaw <ryan@instructure.com> QA-Review: Jeremy Putnam <jeremyp@instructure.com> Product-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
parent
8ec9c65375
commit
3640b3b0cd
|
@ -19,7 +19,7 @@
|
|||
"backbone": "1.1.1",
|
||||
"brandable_css": "0.1.0",
|
||||
"canvas-planner": "file:./packages/canvas-planner/copy-of-what-gets-published-to-npm-registry",
|
||||
"canvas-rce": "3.1.0",
|
||||
"canvas-rce": "3.1.0-hotfix.0",
|
||||
"canvas_offline_course_viewer": "https://github.com/instructure/canvas_offline_course_viewer.git#1.2.0",
|
||||
"classnames": "^2.2.5",
|
||||
"color-slicer": "0.8.0",
|
||||
|
|
|
@ -2320,9 +2320,9 @@ caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, caniuse-lite@^1.0.300008
|
|||
redux-thunk "^2.2.0"
|
||||
velocity-animate "^1.5.0"
|
||||
|
||||
canvas-rce@3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/canvas-rce/-/canvas-rce-3.1.0.tgz#f8439a431a1c53dd47bb0cc1b92d1a8b74583f3b"
|
||||
canvas-rce@3.1.0-hotfix.0:
|
||||
version "3.1.0-hotfix.0"
|
||||
resolved "https://registry.yarnpkg.com/canvas-rce/-/canvas-rce-3.1.0-hotfix.0.tgz#4a7d96042148cb851dec6495565540b112456a5b"
|
||||
dependencies:
|
||||
"@instructure/ui-core" "^4.1.0"
|
||||
"@instructure/ui-themes" "^4.1.0"
|
||||
|
|
Loading…
Reference in New Issue