@instructure/quiz-core 20.36.1-rc.6 → 20.36.1-rc.7
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.36.1-rc.
|
|
3
|
+
"version": "20.36.1-rc.7+bf4e2c2df",
|
|
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.36.1-rc.
|
|
50
|
-
"@instructure/quiz-i18n": "^20.36.1-rc.
|
|
51
|
-
"@instructure/quiz-interactions": "^20.36.1-rc.
|
|
52
|
-
"@instructure/quiz-number-input": "^20.36.1-rc.
|
|
53
|
-
"@instructure/quiz-rce": "^20.36.1-rc.
|
|
49
|
+
"@instructure/quiz-common": "^20.36.1-rc.7+bf4e2c2df",
|
|
50
|
+
"@instructure/quiz-i18n": "^20.36.1-rc.7+bf4e2c2df",
|
|
51
|
+
"@instructure/quiz-interactions": "^20.36.1-rc.7+bf4e2c2df",
|
|
52
|
+
"@instructure/quiz-number-input": "^20.36.1-rc.7+bf4e2c2df",
|
|
53
|
+
"@instructure/quiz-rce": "^20.36.1-rc.7+bf4e2c2df",
|
|
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.36.1-rc.
|
|
117
|
+
"instructure-validations": "^20.36.1-rc.7+bf4e2c2df",
|
|
118
118
|
"ipaddr.js": "^1.5.4",
|
|
119
119
|
"isomorphic-fetch": "^2.2.0",
|
|
120
120
|
"isuuid": "^0.1.0",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"jquery": "^2.2.3",
|
|
165
165
|
"karma-junit-reporter": "^2.0.1",
|
|
166
166
|
"most-subject": "^5.3.0",
|
|
167
|
-
"quiz-presets": "^20.36.1-rc.
|
|
167
|
+
"quiz-presets": "^20.36.1-rc.7+bf4e2c2df",
|
|
168
168
|
"react": "^16.8.6",
|
|
169
169
|
"react-addons-test-utils": "^15.6.2",
|
|
170
170
|
"react-dom": "^16.8.6",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"publishConfig": {
|
|
181
181
|
"access": "public"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "bf4e2c2df3c1f4f37c550d10214954d627710b36"
|
|
184
184
|
}
|