@instructure/quiz-core 20.17.2-rc.0 → 20.17.2-rc.2
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 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.17.2-rc.
|
|
3
|
+
"version": "20.17.2-rc.2+f6b9422cf",
|
|
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.17.2-rc.
|
|
48
|
-
"@instructure/quiz-i18n": "20.17.2-rc.
|
|
49
|
-
"@instructure/quiz-interactions": "20.17.2-rc.
|
|
50
|
-
"@instructure/quiz-number-input": "20.17.2-rc.
|
|
51
|
-
"@instructure/quiz-rce": "20.17.2-rc.
|
|
47
|
+
"@instructure/quiz-common": "20.17.2-rc.2+f6b9422cf",
|
|
48
|
+
"@instructure/quiz-i18n": "20.17.2-rc.2+f6b9422cf",
|
|
49
|
+
"@instructure/quiz-interactions": "20.17.2-rc.2+f6b9422cf",
|
|
50
|
+
"@instructure/quiz-number-input": "20.17.2-rc.2+f6b9422cf",
|
|
51
|
+
"@instructure/quiz-rce": "20.17.2-rc.2+f6b9422cf",
|
|
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",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"file-saver": "~2.0.5",
|
|
112
112
|
"humps": "^2.0.0",
|
|
113
113
|
"immutable": "^3.8.1",
|
|
114
|
-
"instructure-validations": "20.17.2-rc.
|
|
114
|
+
"instructure-validations": "20.17.2-rc.2+f6b9422cf",
|
|
115
115
|
"ipaddr.js": "^1.5.4",
|
|
116
116
|
"isomorphic-fetch": "^2.2.0",
|
|
117
117
|
"isuuid": "^0.1.0",
|
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"@instructure/quiz-scripts": "20.17.1",
|
|
146
146
|
"@instructure/ui-axe-check": "^8.51.0",
|
|
147
147
|
"@instructure/ui-babel-preset": "^7.22.1",
|
|
148
|
-
"@instructure/ui-postcss-config": "^7.22.1",
|
|
149
148
|
"@instructure/ui-scripts": "^7.22.1",
|
|
150
149
|
"@instructure/ui-test-utils": "^7.22.1",
|
|
151
150
|
"@testing-library/react": "^12.1.5",
|
|
@@ -162,7 +161,7 @@
|
|
|
162
161
|
"jquery": "^2.2.3",
|
|
163
162
|
"karma-junit-reporter": "^2.0.1",
|
|
164
163
|
"most-subject": "^5.3.0",
|
|
165
|
-
"quiz-presets": "20.17.2-rc.
|
|
164
|
+
"quiz-presets": "20.17.2-rc.2+f6b9422cf",
|
|
166
165
|
"react": "^16.8.6",
|
|
167
166
|
"react-addons-test-utils": "^15.6.2",
|
|
168
167
|
"react-dom": "^16.8.6",
|
|
@@ -178,5 +177,5 @@
|
|
|
178
177
|
"publishConfig": {
|
|
179
178
|
"access": "public"
|
|
180
179
|
},
|
|
181
|
-
"gitHead": "
|
|
180
|
+
"gitHead": "f6b9422cfbe52aedee66f088a2052d604eece843"
|
|
182
181
|
}
|