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