@instructure/quiz-core 20.35.1-snapshot.4 → 20.35.1-snapshot.5
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.35.1-snapshot.
|
|
3
|
+
"version": "20.35.1-snapshot.5+56b36b911",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@instructure/emotion": "^8.56.3",
|
|
47
47
|
"@instructure/grading-utils": "^1.0.0",
|
|
48
48
|
"@instructure/outcomes-ui": "^3.2.2",
|
|
49
|
-
"@instructure/quiz-common": "^20.35.1-snapshot.
|
|
50
|
-
"@instructure/quiz-i18n": "^20.35.1-snapshot.
|
|
51
|
-
"@instructure/quiz-interactions": "^20.35.1-snapshot.
|
|
52
|
-
"@instructure/quiz-number-input": "^20.35.1-snapshot.
|
|
53
|
-
"@instructure/quiz-rce": "^20.35.1-snapshot.
|
|
49
|
+
"@instructure/quiz-common": "^20.35.1-snapshot.5+56b36b911",
|
|
50
|
+
"@instructure/quiz-i18n": "^20.35.1-snapshot.5+56b36b911",
|
|
51
|
+
"@instructure/quiz-interactions": "^20.35.1-snapshot.5+56b36b911",
|
|
52
|
+
"@instructure/quiz-number-input": "^20.35.1-snapshot.5+56b36b911",
|
|
53
|
+
"@instructure/quiz-rce": "^20.35.1-snapshot.5+56b36b911",
|
|
54
54
|
"@instructure/ui-a11y-content": "^8.56.3",
|
|
55
55
|
"@instructure/ui-alerts": "^8.56.3",
|
|
56
56
|
"@instructure/ui-avatar": "^8.56.3",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"file-saver": "~2.0.5",
|
|
115
115
|
"humps": "^2.0.0",
|
|
116
116
|
"immutable": "^3.8.1",
|
|
117
|
-
"instructure-validations": "^20.35.1-snapshot.
|
|
117
|
+
"instructure-validations": "^20.35.1-snapshot.5+56b36b911",
|
|
118
118
|
"ipaddr.js": "^1.5.4",
|
|
119
119
|
"isomorphic-fetch": "^2.2.0",
|
|
120
120
|
"isuuid": "^0.1.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"jquery": "^2.2.3",
|
|
164
164
|
"karma-junit-reporter": "^2.0.1",
|
|
165
165
|
"most-subject": "^5.3.0",
|
|
166
|
-
"quiz-presets": "^20.35.1-snapshot.
|
|
166
|
+
"quiz-presets": "^20.35.1-snapshot.5+56b36b911",
|
|
167
167
|
"react": "^16.8.6",
|
|
168
168
|
"react-addons-test-utils": "^15.6.2",
|
|
169
169
|
"react-dom": "^16.8.6",
|
|
@@ -179,5 +179,5 @@
|
|
|
179
179
|
"publishConfig": {
|
|
180
180
|
"access": "public"
|
|
181
181
|
},
|
|
182
|
-
"gitHead": "
|
|
182
|
+
"gitHead": "56b36b911bd26a849b40ce6a03b7693075503e0d"
|
|
183
183
|
}
|