@instructure/quiz-core 18.5.0 → 18.5.1-rc.0
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "18.5.0",
|
|
3
|
+
"version": "18.5.1-rc.0+bbf9e57c3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@instructure/grading-utils": "^1.0.0",
|
|
45
45
|
"@instructure/outcomes-ui": "^2.1.9",
|
|
46
|
-
"@instructure/quiz-common": "
|
|
47
|
-
"@instructure/quiz-i18n": "
|
|
48
|
-
"@instructure/quiz-interactions": "
|
|
49
|
-
"@instructure/quiz-number-input": "
|
|
50
|
-
"@instructure/quiz-rce": "
|
|
46
|
+
"@instructure/quiz-common": "18.5.1-rc.0+bbf9e57c3",
|
|
47
|
+
"@instructure/quiz-i18n": "18.5.1-rc.0+bbf9e57c3",
|
|
48
|
+
"@instructure/quiz-interactions": "18.5.1-rc.0+bbf9e57c3",
|
|
49
|
+
"@instructure/quiz-number-input": "18.5.1-rc.0+bbf9e57c3",
|
|
50
|
+
"@instructure/quiz-rce": "18.5.1-rc.0+bbf9e57c3",
|
|
51
51
|
"@instructure/ui-a11y-content": "^7.22.1",
|
|
52
52
|
"@instructure/ui-alerts": "^7.22.1",
|
|
53
53
|
"@instructure/ui-avatar": "^7.22.1",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"eventemitter3": "^3.1.0",
|
|
109
109
|
"humps": "^2.0.0",
|
|
110
110
|
"immutable": "^3.8.1",
|
|
111
|
-
"instructure-validations": "
|
|
111
|
+
"instructure-validations": "18.5.1-rc.0+bbf9e57c3",
|
|
112
112
|
"ipaddr.js": "^1.5.4",
|
|
113
113
|
"isomorphic-fetch": "^2.2.0",
|
|
114
114
|
"isuuid": "^0.1.0",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"uuid": "^3.2.1"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@instructure/quiz-scripts": "
|
|
143
|
+
"@instructure/quiz-scripts": "18.5.0",
|
|
144
144
|
"@instructure/ui-axe-check": "^7.22.1",
|
|
145
145
|
"@instructure/ui-babel-preset": "^7.22.1",
|
|
146
146
|
"@instructure/ui-karma-config": "^7.22.1",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"intl": "^1.2.4",
|
|
160
160
|
"jquery": "^2.2.3",
|
|
161
161
|
"most-subject": "^5.3.0",
|
|
162
|
-
"quiz-presets": "
|
|
162
|
+
"quiz-presets": "18.5.1-rc.0+bbf9e57c3",
|
|
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": "bbf9e57c353867de3ee4f9aea3b1f5de00445428"
|
|
179
179
|
}
|