@digabi/exam-engine-core 19.12.2-alpha.5 → 19.12.2-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,24 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
+ /*!
8
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
9
+ *
10
+ * Copyright (c) 2014-2017, Jon Schlinkert.
11
+ * Released under the MIT License.
12
+ */
13
+
14
+ /*!
15
+ * jQuery JavaScript Library v3.7.1
16
+ * https://jquery.com/
17
+ *
18
+ * Copyright OpenJS Foundation and other contributors
19
+ * Released under the MIT license
20
+ * https://jquery.org/license
21
+ *
22
+ * Date: 2023-08-28T13:37Z
23
+ */
24
+
7
25
  /**
8
26
  * @license React
9
27
  * react-is.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-core",
3
- "version": "19.12.2-alpha.5",
3
+ "version": "19.12.2-alpha.7",
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": "^4.2.1",
52
52
  "redux-saga": "^1.2.3",
53
53
  "redux-saga-test-plan": "^4.0.6",
54
- "rich-text-editor": "^7.2.3-1",
54
+ "rich-text-editor": "^7.2.3-2",
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": "e26eed0ea2be2d0d135d24114e74796aae9e51b3"
62
+ "gitHead": "9f7fa94785500c118fe06caefc075571e366caf2"
63
63
  }