@digabi/exam-engine-core 19.12.2-alpha.4 → 19.12.2-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,24 +4,6 @@
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
-
25
7
  /**
26
8
  * @license React
27
9
  * 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.4",
3
+ "version": "19.12.2-alpha.6",
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": "1f73eeed48bcf78b491ba9c02c7f61f1de8f1ccc"
62
+ "gitHead": "ba0c6c643c439d0559fc77249bdaf56499e2e1df"
63
63
  }