@instructure/quiz-core 20.4.1 → 20.4.2-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.
Files changed (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.4.1",
3
+ "version": "20.4.2-rc.0+955d9bdff",
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.0.0",
47
- "@instructure/quiz-common": "^20.4.1",
48
- "@instructure/quiz-i18n": "^20.4.1",
49
- "@instructure/quiz-interactions": "^20.4.1",
50
- "@instructure/quiz-number-input": "^20.4.1",
51
- "@instructure/quiz-rce": "^20.4.1",
47
+ "@instructure/quiz-common": "20.4.2-rc.0+955d9bdff",
48
+ "@instructure/quiz-i18n": "20.4.2-rc.0+955d9bdff",
49
+ "@instructure/quiz-interactions": "20.4.2-rc.0+955d9bdff",
50
+ "@instructure/quiz-number-input": "20.4.2-rc.0+955d9bdff",
51
+ "@instructure/quiz-rce": "20.4.2-rc.0+955d9bdff",
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,12 +112,11 @@
112
112
  "file-saver": "~2.0.5",
113
113
  "humps": "^2.0.0",
114
114
  "immutable": "^3.8.1",
115
- "instructure-validations": "^20.4.1",
115
+ "instructure-validations": "20.4.2-rc.0+955d9bdff",
116
116
  "ipaddr.js": "^1.5.4",
117
117
  "isomorphic-fetch": "^2.2.0",
118
118
  "isuuid": "^0.1.0",
119
119
  "jwt-simple": "^0.5.0",
120
- "katex": "^0.10.2",
121
120
  "lodash": "^4.0.0",
122
121
  "luxon": "3.3.0",
123
122
  "normalizr": "3.2.2",
@@ -144,7 +143,7 @@
144
143
  "uuid": "^3.2.1"
145
144
  },
146
145
  "devDependencies": {
147
- "@instructure/quiz-scripts": "^20.4.1",
146
+ "@instructure/quiz-scripts": "20.4.1",
148
147
  "@instructure/ui-axe-check": "^8.51.0",
149
148
  "@instructure/ui-babel-preset": "^7.22.1",
150
149
  "@instructure/ui-karma-config": "^7.22.1",
@@ -164,7 +163,7 @@
164
163
  "intl": "^1.2.4",
165
164
  "jquery": "^2.2.3",
166
165
  "most-subject": "^5.3.0",
167
- "quiz-presets": "^20.4.1",
166
+ "quiz-presets": "20.4.2-rc.0+955d9bdff",
168
167
  "react": "^16.8.6",
169
168
  "react-addons-test-utils": "^15.6.2",
170
169
  "react-dom": "^16.8.6",
@@ -180,5 +179,5 @@
180
179
  "publishConfig": {
181
180
  "access": "public"
182
181
  },
183
- "gitHead": "f4da08ac40f798ef76ea6ac90f2828f3584c9509"
182
+ "gitHead": "955d9bdffbb4a58c050f6079406cf9eec6371436"
184
183
  }