@instructure/quiz-core 20.20.1-snapshot.8 → 20.20.1-snapshot.9
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.20.1-snapshot.
|
|
3
|
+
"version": "20.20.1-snapshot.9+bf93acdf5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@instructure/emotion": "^8.51.0",
|
|
45
45
|
"@instructure/grading-utils": "^1.0.0",
|
|
46
46
|
"@instructure/outcomes-ui": "^3.2.2",
|
|
47
|
-
"@instructure/quiz-common": "20.20.1-snapshot.
|
|
48
|
-
"@instructure/quiz-i18n": "20.20.1-snapshot.
|
|
49
|
-
"@instructure/quiz-interactions": "20.20.1-snapshot.
|
|
50
|
-
"@instructure/quiz-number-input": "20.20.1-snapshot.
|
|
51
|
-
"@instructure/quiz-rce": "20.20.1-snapshot.
|
|
47
|
+
"@instructure/quiz-common": "20.20.1-snapshot.9+bf93acdf5",
|
|
48
|
+
"@instructure/quiz-i18n": "20.20.1-snapshot.9+bf93acdf5",
|
|
49
|
+
"@instructure/quiz-interactions": "20.20.1-snapshot.9+bf93acdf5",
|
|
50
|
+
"@instructure/quiz-number-input": "20.20.1-snapshot.9+bf93acdf5",
|
|
51
|
+
"@instructure/quiz-rce": "20.20.1-snapshot.9+bf93acdf5",
|
|
52
52
|
"@instructure/ui-a11y-content": "^8.51.0",
|
|
53
53
|
"@instructure/ui-alerts": "^8.51.0",
|
|
54
54
|
"@instructure/ui-avatar": "^8.51.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"file-saver": "~2.0.5",
|
|
113
113
|
"humps": "^2.0.0",
|
|
114
114
|
"immutable": "^3.8.1",
|
|
115
|
-
"instructure-validations": "20.20.1-snapshot.
|
|
115
|
+
"instructure-validations": "20.20.1-snapshot.9+bf93acdf5",
|
|
116
116
|
"ipaddr.js": "^1.5.4",
|
|
117
117
|
"isomorphic-fetch": "^2.2.0",
|
|
118
118
|
"isuuid": "^0.1.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"jquery": "^2.2.3",
|
|
162
162
|
"karma-junit-reporter": "^2.0.1",
|
|
163
163
|
"most-subject": "^5.3.0",
|
|
164
|
-
"quiz-presets": "20.20.1-snapshot.
|
|
164
|
+
"quiz-presets": "20.20.1-snapshot.9+bf93acdf5",
|
|
165
165
|
"react": "^16.8.6",
|
|
166
166
|
"react-addons-test-utils": "^15.6.2",
|
|
167
167
|
"react-dom": "^16.8.6",
|
|
@@ -177,5 +177,5 @@
|
|
|
177
177
|
"publishConfig": {
|
|
178
178
|
"access": "public"
|
|
179
179
|
},
|
|
180
|
-
"gitHead": "
|
|
180
|
+
"gitHead": "bf93acdf582e1f599e5fcfce685d0bc4a7653958"
|
|
181
181
|
}
|