jodit-react 1.3.36 → 2.0.1-beta.6

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,7 @@
1
+ /*!
2
+ * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
+ * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
+ * Version: v4.0.0-beta.61
5
+ * Url: https://xdsoft.net/jodit/
6
+ * License(s): MIT
7
+ */
package/examples/app.css CHANGED
File without changes
package/examples/app.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-react",
3
- "version": "1.3.36",
3
+ "version": "2.0.1-beta.6",
4
4
  "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
5
5
  "main": "build/jodit-react.js",
6
6
  "author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)s",
@@ -16,42 +16,42 @@
16
16
  "rte"
17
17
  ],
18
18
  "dependencies": {
19
- "jodit": "^3.20.2"
19
+ "jodit": "^4.0.0-beta.61"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
23
23
  "react-dom": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@typescript-eslint/eslint-plugin": "^5.36.2",
27
- "@typescript-eslint/parser": "^5.36.2",
28
- "@babel/core": "^7.19.0",
29
- "@babel/eslint-parser": "^7.18.9",
30
- "@babel/preset-env": "^7.19.0",
26
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
27
+ "@typescript-eslint/parser": "^5.57.0",
28
+ "@babel/core": "^7.21.3",
29
+ "@babel/eslint-parser": "^7.21.3",
30
+ "@babel/preset-env": "^7.20.2",
31
31
  "@babel/preset-react": "^7.18.6",
32
- "@types/react": "^18.0.18",
32
+ "@types/react": "^18.0.31",
33
33
  "babel": "^6.23.0",
34
34
  "babel-cli": "^6.26.0",
35
- "babel-loader": "^8.2.5",
35
+ "babel-loader": "^9.1.2",
36
36
  "babel-plugin-transform-class-properties": "^6.24.1",
37
- "css-loader": "^6.7.1",
38
- "eslint": "8.22.0",
39
- "eslint-config-prettier": "^8.5.0",
37
+ "css-loader": "^6.7.3",
38
+ "eslint": "8.37.0",
39
+ "eslint-config-prettier": "^8.8.0",
40
40
  "eslint-plugin-prettier": "^4.2.1",
41
- "eslint-plugin-react": "^7.31.8",
41
+ "eslint-plugin-react": "^7.32.2",
42
42
  "eslint-plugin-react-hooks": "^4.6.0",
43
- "husky": "^8.0.1",
44
- "lint-staged": "^13.0.3",
45
- "prettier": "^2.7.1",
43
+ "husky": "^8.0.3",
44
+ "lint-staged": "^13.2.0",
45
+ "prettier": "^2.8.7",
46
46
  "react": "^18.2.0",
47
47
  "react-dom": "^18.2.0",
48
- "style-loader": "^3.3.1",
49
- "webpack": "^5.74.0",
50
- "webpack-cli": "^4.10.0",
51
- "webpack-dev-server": "^4.11.0"
48
+ "style-loader": "^3.3.2",
49
+ "webpack": "^5.77.0",
50
+ "webpack-cli": "^5.0.1",
51
+ "webpack-dev-server": "^4.13.1"
52
52
  },
53
53
  "scripts": {
54
- "newversion": "npm run lint && npm update && rm -rf build/ && npm run build && npm version patch --no-git-tag-version && npm run github && npm publish ./",
54
+ "newversion": "npm run lint && npm update && rm -rf build/ && npm run build && npm version prerelease --preid=beta --no-git-tag-version && npm run github",
55
55
  "lint": "eslint ./",
56
56
  "demo": "cd examples && export NODE_ENV=development && webpack serve --config ./webpack.config.js --mode development",
57
57
  "start": "npm run demo",
@@ -1,4 +1,4 @@
1
- import { Jodit } from 'jodit';
2
- import 'jodit/build/jodit.min.css';
1
+ import { Jodit } from 'jodit/es2018/jodit.fat.min';
2
+ import 'jodit/es5/jodit.min.css';
3
3
 
4
4
  export { Jodit };
package/src/index.js CHANGED
File without changes
package/webpack.config.js CHANGED
File without changes