wini-web-components 2.3.8 → 2.4.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.
@@ -0,0 +1,28 @@
1
+ /* istanbul ignore else -- @preserve */
2
+
3
+ /* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
4
+
5
+ /* istanbul ignore if -- @preserve */
6
+
7
+ /* istanbul ignore if: paranoid check -- @preserve */
8
+
9
+ /* istanbul ignore next -- @preserve */
10
+
11
+ /* istanbul ignore next: paranoid check -- @preserve */
12
+
13
+ /* istanbul ignore next: static function definition -- @preserve */
14
+
15
+ /**
16
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
17
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
18
+ */
19
+
20
+ /**
21
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
22
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
23
+ */
24
+
25
+ /**
26
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
27
+ * For licensing, see LICENSE.md.
28
+ */
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "wini-web-components",
3
- "version": "2.3.8",
3
+ "version": "2.4.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
7
+ "@ckeditor/ckeditor5-react": "^9.4.0",
8
+ "ckeditor5": "^44.1.0",
7
9
  "date-fns": "^3.6.0",
8
10
  "i18next": "^24.1.0",
9
- "react": "^18.0.0",
11
+ "react": "^18.3.1",
10
12
  "react-awesome-slider": "^4.1.0",
11
- "react-dom": "^18.0.0",
13
+ "react-dom": "^18.3.1",
12
14
  "react-hook-form": "^7.52.0",
13
15
  "react-i18next": "^15.2.0",
14
16
  "react-paginate": "^8.2.0",
@@ -40,8 +42,8 @@
40
42
  ]
41
43
  },
42
44
  "peerDependencies": {
43
- "react": "^18.0.0",
44
- "react-dom": "^18.0.0"
45
+ "react": "^18.3.1",
46
+ "react-dom": "^18.3.1"
45
47
  },
46
48
  "devDependencies": {
47
49
  "@babel/core": "^7.0.0",
@@ -50,9 +52,11 @@
50
52
  "@babel/preset-typescript": "^7.0.0",
51
53
  "@types/css-modules": "^1.0.5",
52
54
  "@types/react": "^19.0.1",
53
- "@types/react-dom": "^18.0.0",
55
+ "@types/react-dom": "^18.3.1",
54
56
  "babel-loader": "^8.0.0",
55
57
  "css-loader": "^5.2.7",
58
+ "postcss-loader": "^8.1.1",
59
+ "postcss-preset-env": "^10.1.3",
56
60
  "style-loader": "^2.0.0",
57
61
  "ts-loader": "^9.5.1",
58
62
  "typescript": "^5.7.2",