canvas-lms/bower.json

36 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "canvas-lms",
"version": "0.0.0",
"private": true,
"dependencies": {
"ember": "1.4.0",
"ember-data": "~1.0.0-beta.7",
"fullcalendar": "2.4.0",
"handlebars": "1.3.0",
"ic-ajax": "~2.0.1",
"ic-menu": "0.1.11",
"ic-styled": "1.1.6",
"color-slicer": "0.8.0",
"k5uploader": "0.0.3",
"ember-qunit": "~0.1.7",
"ic-tabs": "0.1.3",
"ic-lazy-list": "0.2.4",
"ic-modal": "0.1.1",
"ic-droppable": "~0.1.0",
"ic-sortable": "0.0.2",
Update React to 0.14.8 This commit is a squashed version of commits that were merged to the dev/react-0.14.8 branch in gerrit. The original commits are all listed below with the JIRA tag modified and moved here closes CNVS-24170 closes CNVS-26233 closes CNVS-28995 closes CNVS-26230 closes CNVS-26237 closes CNVS-26223 Test Plan: - Regression test all parts of the app using React. This includes but is not limited to: - Files - External Apps - Account Course User Search - Theme Editor - React Gradebook - Moderated Grading - Course Link Validator - Epub Exports - New UI Navigation - New UI Dashboard - Course Wizard - Groups Make Theme Editor selenium specs pass with React 0.14.8 CNVS-26306 Test Plan: - automated specs pass Reviewed-on: https://gerrit.instructure.com/78578 Tested-by: Jenkins Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com> (+7 squashed commits) Squashed commits: [bda75e1] Make React Gradebook selenium specs pass under React 0.14.8 CNVS-26233 Reviewed-on: https://gerrit.instructure.com/78540 Reviewed-by: Ryan Shaw <ryan@instructure.com> Reviewed-by: Spencer Olson <solson@instructure.com> Product-Review: Clay Diffrient <cdiffrient@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [4f83c59] [spec] Fix account_course_user_search JS specs for React 0.14.8 CNVS-28995 Reviewed-on: https://gerrit.instructure.com/78164 Reviewed-by: Steven Burnett <sburnett@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [811ced9] [spec] Fix due_dates JS specs for React 0.14.8 CNVS-26230 Reviewed-on: https://gerrit.instructure.com/78269 Reviewed-by: Matt Berns <mberns@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [d253b5b] [spec] Make gradebook JS specs pass with React 0.14.8 CNVS-26233 Reviewed-on: https://gerrit.instructure.com/78265 Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [4b8173c] [spec] Make moderated grading JS specs pass with React 0.14.8 CNVS-26237 Reviewed-on: https://gerrit.instructure.com/78264 Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [f4f074f] Bump react-modal to 1.2.0 for react 0.14.8 support CNVS-26223 Test Plan: - Make sure usages of modals in Canvas works Reviewed-on: https://gerrit.instructure.com/77663 Product-Review: Ryan Shaw <ryan@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> [59de625] Bump React version to 0.14.8 This adds the ReactDOM dependency as well. The dependency itself is accessible via react-dom or ReactDOM to provide availability in some libraries that expect "react-dom" and others that expect "ReactDOM". Please prefer the "react-dom" syntax when requiring it in your code. CNVS-24170 Test Plan: - Make sure all react sections of Canvas work Change-Id: Ib10b7de33eb96a78a483d78b7b8d51eb224b81bf Reviewed-on: https://gerrit.instructure.com/78262 Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Clay Diffrient <cdiffrient@instructure.com> Reviewed-on: https://gerrit.instructure.com/78662 Tested-by: Jenkins QA-Review: Pedro Fajardo <pfajardo@instructure.com> Reviewed-by: Jon Willesen <jonw+gerrit@instructure.com> Product-Review: Jon Willesen <jonw+gerrit@instructure.com>
2015-11-20 01:29:17 +08:00
"react": "0.14.8",
"react-modal": "1.3.0",
"tinymce": "4.1.9",
"react-tokeninput": "https://github.com/instructure-react/react-tokeninput.git#777816b9f35e7ec85a814be2fa8402cd41aa07b8",
"react-select-box": "https://github.com/instructure-react/react-select-box.git#b1ddd39223d48793fbe3dc4e87aca00d57197b5f",
"react-tray": "2.0.1",
"classnames": "~2.1.2",
"moment": "~2.10.6",
"reflux": "~0.2.7",
"axios": "~0.5.4",
"react-tabs": "https://github.com/rackt/react-tabs.git#1ad1031ec4a50784225a05611c4959d15745fc3d",
"page": "visionmedia/page.js#~1.6.4",
"qs": "https://github.com/hapijs/qs.git#a341cdf2fadba5ede1ce6c95c7051f6f31f37b81"
}
}