@instructure/quiz-core 21.0.1-rc.0 → 21.0.1-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/banks/components/Bank/theme.js +1 -1
- package/es/banks/components/BankEntry/presenter.js +2 -2
- package/es/banks/components/BankEntry/theme.js +5 -5
- package/es/banks/components/BankEntryRow/styles.js +1 -0
- package/es/banks/components/BankEntryRow/theme.js +4 -4
- package/es/banks/components/Banks/theme.js +2 -2
- package/es/banks/components/BanksList/presenter.js +1 -1
- package/es/banks/components/BanksList/theme.js +4 -4
- package/es/banks/components/NavWrapper/theme.js +3 -3
- package/es/banks/components/SharingModal/presenter.js +2 -2
- package/es/banks/components/SharingModal/theme.js +1 -1
- package/es/building/components/layout/header/BuildingButtons/theme.js +1 -1
- package/es/building/components/resources/ActionButtons/theme.js +1 -1
- package/es/building/components/resources/AddToBankOptions/theme.js +2 -2
- package/es/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
- package/es/building/components/resources/quiz/title/Edit/theme.js +1 -1
- package/es/building/components/resources/quiz/title/Title/theme.js +3 -3
- package/es/building/components/resources/quizEntry/QuizEntry/theme.js +1 -1
- package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +3 -3
- package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +2 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +2 -2
- package/es/building/components/resources/quizEntry/QuizEntryShow/theme.js +5 -5
- package/es/common/actions/taking.js +3 -2
- package/es/common/components/ImportModal/ImportFileSelector/theme.js +4 -4
- package/es/common/components/PrintFontSizeModal/presenter.js +2 -2
- package/es/common/components/PrintFontSizeModal/theme.js +1 -1
- package/es/common/components/SDKApp/index.js +4 -4
- package/es/common/components/layout/header/HeaderMenuButton/theme.js +1 -1
- package/es/common/components/layout/header/Timer/theme.js +3 -3
- package/es/common/components/layout/navbar/theme.js +1 -1
- package/es/common/components/layout/sidebar/PositionSummary/theme.js +2 -2
- package/es/common/components/layout/sidebar/Sidebar/theme.js +10 -10
- package/es/common/components/layout/sidebar/SidebarItem/theme.js +5 -5
- package/es/common/components/layout/sidebar/Stimulus/Collection/theme.js +1 -1
- package/es/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -2
- package/es/common/components/layout/sidebar/Stimulus/theme.js +4 -4
- package/es/common/components/resources/WarningWrapper/theme.js +1 -1
- package/es/common/components/resources/entry/EntrySave/presenter.js +2 -2
- package/es/common/components/resources/positionBox/theme.js +2 -2
- package/es/common/components/resources/quiz/AddContent/Body/theme.js +1 -1
- package/es/common/components/resources/quiz/AddContent/Button/theme.js +4 -4
- package/es/common/components/resources/quiz/AddContent/Popover/theme.js +1 -1
- package/es/common/components/resources/sessionItemResult/ResultStimulus/theme.js +4 -4
- package/es/common/components/resources/sessionItemResult/SessionItemResult/theme.js +4 -4
- package/es/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +1 -1
- package/es/common/components/resources/stimulus/Stimulus/theme.js +1 -1
- package/es/common/components/resources/stimulus/StimulusEdit/theme.js +1 -1
- package/es/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -1
- package/es/common/components/resources/stimulus/StimulusEditInfo/presenter.js +15 -2
- package/es/common/components/resources/stimulus/StimulusEditInfo/theme.js +1 -1
- package/es/common/components/resources/stimulus/StimulusShow/index.js +1 -1
- package/es/common/components/shared/Card/CardContent/theme.js +2 -2
- package/es/common/components/shared/Card/CardWrapper/theme.js +1 -1
- package/es/common/components/shared/InteractionTypes/theme.js +1 -1
- package/es/common/components/shared/PaginatedCollection/presenter.js +2 -2
- package/es/common/components/shared/PaginatedCollection/theme.js +1 -1
- package/es/common/components/shared/TimeUnitsInput/index.js +2 -2
- package/es/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +5 -5
- package/es/common/components/shared/errors/theme.js +1 -1
- package/es/common/components/shared/file_selector/theme.js +2 -2
- package/es/common/components/shared/functionality/makeEditable.js +2 -2
- package/es/common/components/shared/overlay/theme.js +1 -1
- package/es/common/reducers/taking.js +5 -1
- package/es/common/selectors/taking.js +3 -0
- package/es/common/util/getClientIpAddress.js +35 -0
- package/es/common/util/serializeEvent.js +4 -2
- package/es/index.js +2 -3
- package/es/moderating/components/events/Event.js +27 -10
- package/es/moderating/components/events/ResponseEvent.js +24 -7
- package/es/moderating/components/events/SessionStartEvent.js +16 -15
- package/es/moderating/components/events/SessionSubmitEvent.js +42 -0
- package/es/moderating/components/events/theme.js +1 -1
- package/es/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +2 -2
- package/es/moderating/components/resources/EventDetails.js +43 -0
- package/es/moderating/components/resources/ModerateTable/theme.js +1 -1
- package/es/moderating/components/resources/SessionBreachAlert.js +10 -0
- package/es/moderating/components/resources/util/checkIsBreach.js +28 -0
- package/es/moderating/components/resources/util/extractSessionData.js +20 -0
- package/es/reporting/components/charts/Distribution/theme.js +2 -2
- package/es/reporting/components/charts/Legend/theme.js +2 -2
- package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +8 -8
- package/es/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +4 -4
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +5 -5
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -2
- package/es/reporting/components/resources/QuizAndItemAnalysis/presenter.js +2 -2
- package/es/reporting/components/resources/QuizAndItemAnalysis/theme.js +1 -1
- package/es/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +1 -1
- package/es/reporting/components/resources/common/propTypes.js +14 -0
- package/es/taking/api/taking.js +26 -3
- package/lib/banks/components/Bank/theme.js +1 -1
- package/lib/banks/components/BankEntry/presenter.js +2 -2
- package/lib/banks/components/BankEntry/theme.js +5 -5
- package/lib/banks/components/BankEntryRow/styles.js +1 -0
- package/lib/banks/components/BankEntryRow/theme.js +4 -4
- package/lib/banks/components/Banks/theme.js +2 -2
- package/lib/banks/components/BanksList/presenter.js +1 -1
- package/lib/banks/components/BanksList/theme.js +4 -4
- package/lib/banks/components/NavWrapper/theme.js +3 -3
- package/lib/banks/components/SharingModal/presenter.js +2 -2
- package/lib/banks/components/SharingModal/theme.js +1 -1
- package/lib/building/components/layout/header/BuildingButtons/theme.js +1 -1
- package/lib/building/components/resources/ActionButtons/theme.js +1 -1
- package/lib/building/components/resources/AddToBankOptions/theme.js +2 -2
- package/lib/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
- package/lib/building/components/resources/quiz/title/Edit/theme.js +1 -1
- package/lib/building/components/resources/quiz/title/Title/theme.js +3 -3
- package/lib/building/components/resources/quizEntry/QuizEntry/theme.js +1 -1
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +3 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +2 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +2 -2
- package/lib/building/components/resources/quizEntry/QuizEntryShow/theme.js +5 -5
- package/lib/common/actions/taking.js +3 -2
- package/lib/common/components/ImportModal/ImportFileSelector/theme.js +4 -4
- package/lib/common/components/PrintFontSizeModal/presenter.js +2 -2
- package/lib/common/components/PrintFontSizeModal/theme.js +1 -1
- package/lib/common/components/SDKApp/index.js +4 -4
- package/lib/common/components/layout/header/HeaderMenuButton/theme.js +1 -1
- package/lib/common/components/layout/header/Timer/theme.js +3 -3
- package/lib/common/components/layout/navbar/theme.js +1 -1
- package/lib/common/components/layout/sidebar/PositionSummary/theme.js +2 -2
- package/lib/common/components/layout/sidebar/Sidebar/theme.js +10 -10
- package/lib/common/components/layout/sidebar/SidebarItem/theme.js +5 -5
- package/lib/common/components/layout/sidebar/Stimulus/Collection/theme.js +1 -1
- package/lib/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -2
- package/lib/common/components/layout/sidebar/Stimulus/theme.js +4 -4
- package/lib/common/components/resources/WarningWrapper/theme.js +1 -1
- package/lib/common/components/resources/entry/EntrySave/presenter.js +2 -2
- package/lib/common/components/resources/positionBox/theme.js +2 -2
- package/lib/common/components/resources/quiz/AddContent/Body/theme.js +1 -1
- package/lib/common/components/resources/quiz/AddContent/Button/theme.js +4 -4
- package/lib/common/components/resources/quiz/AddContent/Popover/theme.js +1 -1
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/theme.js +4 -4
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/theme.js +4 -4
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +1 -1
- package/lib/common/components/resources/stimulus/Stimulus/theme.js +1 -1
- package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +1 -1
- package/lib/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -1
- package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +15 -2
- package/lib/common/components/resources/stimulus/StimulusEditInfo/theme.js +1 -1
- package/lib/common/components/resources/stimulus/StimulusShow/index.js +1 -1
- package/lib/common/components/shared/Card/CardContent/theme.js +2 -2
- package/lib/common/components/shared/Card/CardWrapper/theme.js +1 -1
- package/lib/common/components/shared/InteractionTypes/theme.js +1 -1
- package/lib/common/components/shared/PaginatedCollection/presenter.js +2 -2
- package/lib/common/components/shared/PaginatedCollection/theme.js +1 -1
- package/lib/common/components/shared/TimeUnitsInput/index.js +2 -2
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +5 -5
- package/lib/common/components/shared/errors/theme.js +1 -1
- package/lib/common/components/shared/file_selector/theme.js +2 -2
- package/lib/common/components/shared/functionality/makeEditable.js +2 -2
- package/lib/common/components/shared/overlay/theme.js +1 -1
- package/lib/common/reducers/taking.js +5 -1
- package/lib/common/selectors/taking.js +5 -1
- package/lib/common/util/getClientIpAddress.js +43 -0
- package/lib/common/util/serializeEvent.js +3 -1
- package/lib/index.js +15 -0
- package/lib/moderating/components/events/Event.js +26 -9
- package/lib/moderating/components/events/ResponseEvent.js +25 -7
- package/lib/moderating/components/events/SessionStartEvent.js +16 -15
- package/lib/moderating/components/events/SessionSubmitEvent.js +52 -0
- package/lib/moderating/components/events/theme.js +1 -1
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +2 -2
- package/lib/moderating/components/resources/EventDetails.js +51 -0
- package/lib/moderating/components/resources/ModerateTable/theme.js +1 -1
- package/lib/moderating/components/resources/SessionBreachAlert.js +18 -0
- package/lib/moderating/components/resources/util/checkIsBreach.js +36 -0
- package/lib/moderating/components/resources/util/extractSessionData.js +28 -0
- package/lib/reporting/components/charts/Distribution/theme.js +2 -2
- package/lib/reporting/components/charts/Legend/theme.js +2 -2
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +8 -8
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +4 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +5 -5
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -2
- package/lib/reporting/components/resources/QuizAndItemAnalysis/presenter.js +2 -2
- package/lib/reporting/components/resources/QuizAndItemAnalysis/theme.js +1 -1
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +1 -1
- package/lib/reporting/components/resources/common/propTypes.js +18 -2
- package/lib/taking/api/taking.js +26 -3
- package/package.json +55 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "21.0.1-rc.
|
|
3
|
+
"version": "21.0.1-rc.11+83669feb2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -43,58 +43,58 @@
|
|
|
43
43
|
"lib"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@instructure/emotion": "^
|
|
46
|
+
"@instructure/emotion": "^9.11.1",
|
|
47
47
|
"@instructure/grading-utils": "^1.0.0",
|
|
48
48
|
"@instructure/outcomes-ui": "^3.2.2",
|
|
49
|
-
"@instructure/quiz-common": "21.0.1-rc.
|
|
50
|
-
"@instructure/quiz-i18n": "21.0.1-rc.
|
|
51
|
-
"@instructure/quiz-interactions": "21.0.1-rc.
|
|
52
|
-
"@instructure/quiz-number-input": "21.0.1-rc.
|
|
53
|
-
"@instructure/quiz-rce": "21.0.1-rc.
|
|
54
|
-
"@instructure/ui-a11y-content": "^
|
|
55
|
-
"@instructure/ui-alerts": "^
|
|
56
|
-
"@instructure/ui-avatar": "^
|
|
57
|
-
"@instructure/ui-billboard": "^
|
|
58
|
-
"@instructure/ui-breadcrumb": "^
|
|
59
|
-
"@instructure/ui-buttons": "^
|
|
60
|
-
"@instructure/ui-checkbox": "^
|
|
61
|
-
"@instructure/ui-color-utils": "^
|
|
62
|
-
"@instructure/ui-dialog": "^
|
|
63
|
-
"@instructure/ui-drilldown": "^
|
|
64
|
-
"@instructure/ui-focusable": "^
|
|
65
|
-
"@instructure/ui-grid": "^
|
|
66
|
-
"@instructure/ui-heading": "^
|
|
67
|
-
"@instructure/ui-i18n": "^
|
|
68
|
-
"@instructure/ui-icons": "^
|
|
69
|
-
"@instructure/ui-img": "^
|
|
70
|
-
"@instructure/ui-link": "^
|
|
71
|
-
"@instructure/ui-list": "^
|
|
72
|
-
"@instructure/ui-menu": "^
|
|
73
|
-
"@instructure/ui-metric": "^
|
|
74
|
-
"@instructure/ui-modal": "^
|
|
75
|
-
"@instructure/ui-motion": "^
|
|
76
|
-
"@instructure/ui-number-input": "^
|
|
77
|
-
"@instructure/ui-overlays": "^
|
|
78
|
-
"@instructure/ui-pagination": "^
|
|
79
|
-
"@instructure/ui-popover": "^
|
|
80
|
-
"@instructure/ui-portal": "^
|
|
81
|
-
"@instructure/ui-progress": "^
|
|
82
|
-
"@instructure/ui-prop-types": "^
|
|
83
|
-
"@instructure/ui-radio-input": "^
|
|
84
|
-
"@instructure/ui-react-utils": "^
|
|
85
|
-
"@instructure/ui-select": "^
|
|
86
|
-
"@instructure/ui-spinner": "^
|
|
87
|
-
"@instructure/ui-table": "^
|
|
88
|
-
"@instructure/ui-tabs": "^
|
|
89
|
-
"@instructure/ui-tag": "^
|
|
90
|
-
"@instructure/ui-text": "^
|
|
91
|
-
"@instructure/ui-themes": "^
|
|
92
|
-
"@instructure/ui-toggle-details": "^
|
|
93
|
-
"@instructure/ui-tooltip": "^
|
|
94
|
-
"@instructure/ui-top-nav-bar": "^
|
|
95
|
-
"@instructure/ui-tray": "
|
|
96
|
-
"@instructure/ui-truncate-text": "^
|
|
97
|
-
"@instructure/ui-view": "^
|
|
49
|
+
"@instructure/quiz-common": "21.0.1-rc.11+83669feb2",
|
|
50
|
+
"@instructure/quiz-i18n": "21.0.1-rc.11+83669feb2",
|
|
51
|
+
"@instructure/quiz-interactions": "21.0.1-rc.11+83669feb2",
|
|
52
|
+
"@instructure/quiz-number-input": "21.0.1-rc.11+83669feb2",
|
|
53
|
+
"@instructure/quiz-rce": "21.0.1-rc.11+83669feb2",
|
|
54
|
+
"@instructure/ui-a11y-content": "^9.11.1",
|
|
55
|
+
"@instructure/ui-alerts": "^9.11.1",
|
|
56
|
+
"@instructure/ui-avatar": "^9.11.1",
|
|
57
|
+
"@instructure/ui-billboard": "^9.11.1",
|
|
58
|
+
"@instructure/ui-breadcrumb": "^9.11.1",
|
|
59
|
+
"@instructure/ui-buttons": "^9.11.1",
|
|
60
|
+
"@instructure/ui-checkbox": "^9.11.1",
|
|
61
|
+
"@instructure/ui-color-utils": "^9.11.1",
|
|
62
|
+
"@instructure/ui-dialog": "^9.11.1",
|
|
63
|
+
"@instructure/ui-drilldown": "^9.11.1",
|
|
64
|
+
"@instructure/ui-focusable": "^9.11.1",
|
|
65
|
+
"@instructure/ui-grid": "^9.11.1",
|
|
66
|
+
"@instructure/ui-heading": "^9.11.1",
|
|
67
|
+
"@instructure/ui-i18n": "^9.11.1",
|
|
68
|
+
"@instructure/ui-icons": "^9.11.1",
|
|
69
|
+
"@instructure/ui-img": "^9.11.1",
|
|
70
|
+
"@instructure/ui-link": "^9.11.1",
|
|
71
|
+
"@instructure/ui-list": "^9.11.1",
|
|
72
|
+
"@instructure/ui-menu": "^9.11.1",
|
|
73
|
+
"@instructure/ui-metric": "^9.11.1",
|
|
74
|
+
"@instructure/ui-modal": "^9.11.1",
|
|
75
|
+
"@instructure/ui-motion": "^9.11.1",
|
|
76
|
+
"@instructure/ui-number-input": "^9.11.1",
|
|
77
|
+
"@instructure/ui-overlays": "^9.11.1",
|
|
78
|
+
"@instructure/ui-pagination": "^9.11.1",
|
|
79
|
+
"@instructure/ui-popover": "^9.11.1",
|
|
80
|
+
"@instructure/ui-portal": "^9.11.1",
|
|
81
|
+
"@instructure/ui-progress": "^9.11.1",
|
|
82
|
+
"@instructure/ui-prop-types": "^9.11.1",
|
|
83
|
+
"@instructure/ui-radio-input": "^9.11.1",
|
|
84
|
+
"@instructure/ui-react-utils": "^9.11.1",
|
|
85
|
+
"@instructure/ui-select": "^9.11.1",
|
|
86
|
+
"@instructure/ui-spinner": "^9.11.1",
|
|
87
|
+
"@instructure/ui-table": "^9.11.1",
|
|
88
|
+
"@instructure/ui-tabs": "^9.11.1",
|
|
89
|
+
"@instructure/ui-tag": "^9.11.1",
|
|
90
|
+
"@instructure/ui-text": "^9.11.1",
|
|
91
|
+
"@instructure/ui-themes": "^9.11.1",
|
|
92
|
+
"@instructure/ui-toggle-details": "^9.11.1",
|
|
93
|
+
"@instructure/ui-tooltip": "^9.11.1",
|
|
94
|
+
"@instructure/ui-top-nav-bar": "^9.11.1",
|
|
95
|
+
"@instructure/ui-tray": "9.11.1",
|
|
96
|
+
"@instructure/ui-truncate-text": "^9.11.1",
|
|
97
|
+
"@instructure/ui-view": "^9.11.1",
|
|
98
98
|
"aws-sdk": "^2.3.2",
|
|
99
99
|
"aws4fetch": "^1.0.20",
|
|
100
100
|
"classnames": "^2.2.5",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"file-saver": "~2.0.5",
|
|
110
110
|
"humps": "^2.0.0",
|
|
111
111
|
"immutable": "^3.8.1",
|
|
112
|
-
"instructure-validations": "21.0.1-rc.
|
|
112
|
+
"instructure-validations": "21.0.1-rc.11+83669feb2",
|
|
113
113
|
"ipaddr.js": "^1.5.4",
|
|
114
114
|
"isomorphic-fetch": "^2.2.0",
|
|
115
115
|
"isuuid": "^0.1.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
143
|
"@instructure/quiz-scripts": "21.0.0",
|
|
144
|
-
"@instructure/ui-axe-check": "^
|
|
144
|
+
"@instructure/ui-axe-check": "^9.11.1",
|
|
145
145
|
"@instructure/ui-babel-preset": "^7.22.1",
|
|
146
146
|
"@instructure/ui-test-utils": "^7.22.1",
|
|
147
147
|
"@testing-library/react": "^12.1.5",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"jquery": "^2.2.3",
|
|
160
160
|
"karma-junit-reporter": "^2.0.1",
|
|
161
161
|
"most-subject": "^5.3.0",
|
|
162
|
-
"quiz-presets": "21.0.1-rc.
|
|
162
|
+
"quiz-presets": "21.0.1-rc.11+83669feb2",
|
|
163
163
|
"react": "^16.8.6",
|
|
164
164
|
"react-addons-test-utils": "^15.6.2",
|
|
165
165
|
"react-dom": "^16.8.6",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"publishConfig": {
|
|
176
176
|
"access": "public"
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "83669feb279b2098bf5bcfd63781ec115f670a9e"
|
|
179
179
|
}
|