@digabi/exam-engine-core 22.2.0-alpha.6 → 22.2.0-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main-bundle.js +11 -12
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "22.2.0-alpha.
|
3
|
+
"version": "22.2.0-alpha.8",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"redux": "^5.0.1",
|
51
51
|
"redux-saga": "^1.2.3",
|
52
52
|
"redux-saga-test-plan": "^4.0.6",
|
53
|
-
"rich-text-editor": "8.0.
|
53
|
+
"rich-text-editor": "8.0.8",
|
54
54
|
"sanitize-html": "^2.0.0",
|
55
55
|
"typesafe-actions": "^5.1.0",
|
56
56
|
"utility-types": "^3.10.0",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"webpack-bundle-analyzer": "^4.1.0",
|
59
59
|
"webpack-cli": "^5.0.2"
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "4f474e878cb68d3b88d755e5dd95c451e8252645"
|
62
62
|
}
|