@innovaccer/rich-text-editor 2.3.1 → 3.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovaccer/rich-text-editor",
3
- "version": "2.3.1",
3
+ "version": "3.0.1",
4
4
  "description": "A rich text on top of DraftJS.",
5
5
  "main": "dist/rich-text-editor.js",
6
6
  "module": "dist/rich-text-editor.js",
@@ -11,12 +11,12 @@
11
11
  "@babel/preset-env": "^7.7.4",
12
12
  "@babel/preset-react": "^7.7.4",
13
13
  "@babel/register": "^7.7.4",
14
- "@innovaccer/design-system": "^2.41.3",
14
+ "@innovaccer/design-system": "^3.1.0",
15
15
  "@storybook/addon-docs": "6.5.10",
16
16
  "@storybook/addon-essentials": "6.5.10",
17
17
  "@storybook/react": "6.5.10",
18
18
  "@storybook/storybook-deployer": "2.8.12",
19
- "autoprefixer": "^9.7.3",
19
+ "autoprefixer": "^10.4.20",
20
20
  "babel-eslint": "^10.0.3",
21
21
  "babel-loader": "^8.0.6",
22
22
  "babel-plugin-transform-flow-strip-types": "^6.22.0",
@@ -35,29 +35,29 @@
35
35
  "eslint-plugin-react": "^7.17.0",
36
36
  "file-loader": "^5.0.2",
37
37
  "flow-bin": "^0.113.0",
38
- "gulp": "^4.0.2",
38
+ "gulp": "5.0.0",
39
39
  "gulp-clean": "^0.4.0",
40
40
  "gulp-concat": "^2.6.1",
41
41
  "gulp-postcss": "^9.0.0",
42
- "gulp-sourcemaps": "^3.0.0",
42
+ "gulp-sourcemaps": "2.6.5",
43
43
  "install": "^0.13.0",
44
44
  "jsdom": "^16.4.0",
45
45
  "mini-css-extract-plugin": "^0.8.0",
46
- "mocha": "^6.2.2",
46
+ "mocha": "^10.7.3",
47
47
  "postcss-color-mod-function": "^3.0.3",
48
- "postcss-loader": "^3.0.0",
48
+ "postcss-loader": "^8.1.1",
49
49
  "precss": "^4.0.0",
50
- "prettier": "^2.5.1",
50
+ "prettier": "^2.8.8",
51
51
  "react": "^16.12.0",
52
52
  "react-addons-test-utils": "^15.6.2",
53
- "react-dom": "^16.12.0",
53
+ "react-dom": "16.14.0",
54
54
  "react-test-renderer": "^16.12.0",
55
55
  "rimraf": "^3.0.0",
56
56
  "sinon": "^7.5.0",
57
57
  "style-loader": "^1.0.1",
58
58
  "uglifyjs-webpack-plugin": "^2.2.0",
59
59
  "url-loader": "^3.0.0",
60
- "webpack": "^4.41.2",
60
+ "webpack": "4.46.0",
61
61
  "webpack-bundle-analyzer": "^4.0.0",
62
62
  "webpack-cli": "^3.3.10",
63
63
  "webpack-s3-plugin": "^1.2.0-rc.0"
@@ -74,7 +74,7 @@
74
74
  "redraft": "^0.10.2"
75
75
  },
76
76
  "peerDependencies": {
77
- "@innovaccer/design-system": "^2.41.3",
77
+ "@innovaccer/design-system": "^3.1.0",
78
78
  "react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || ^16.x.x",
79
79
  "react-dom": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || ^16.x.x"
80
80
  },
@@ -82,18 +82,26 @@
82
82
  "build:css": "cp ./node_modules/@innovaccer/design-system/css/dist/* dist/",
83
83
  "build-css": "gulp --gulpfile config/gulpfile.js build",
84
84
  "clean": "rimraf dist && rimraf public",
85
- "build:webpack": "cross-env NODE_ENV=production webpack --mode production --config config/webpack.config.js",
86
- "build": "npm run clean && npm run build-css && npm run build:webpack",
85
+ "build:webpack": "NODE_OPTIONS=--openssl-legacy-provider cross-env NODE_ENV=production webpack --mode production --config config/webpack.config.js",
86
+ "build": "npm run build-css && npm run build:webpack",
87
87
  "test": "cross-env BABEL_ENV=test mocha --require config/test-compiler.js config/test-setup.js src/**/*Test.js",
88
- "lint": "eslint src",
88
+ "lint": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css}\"",
89
89
  "lintdocs": "eslint docs/src",
90
90
  "flow": "flow; test $? -eq 0 -o $? -eq 2",
91
91
  "check": "npm run lint && npm run flow",
92
- "storybook": "start-storybook -p 6006",
93
- "build-storybook": "build-storybook",
94
- "deploy-storybook": "storybook-to-ghpages",
92
+ "storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
93
+ "build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook",
94
+ "deploy-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook-to-ghpages",
95
95
  "version": "./scripts/version.sh",
96
96
  "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css}\""
97
97
  },
98
+ "engines": {
99
+ "node": ">=20.15.0",
100
+ "npm": ">=10.7.0"
101
+ },
102
+ "overrides": {
103
+ "react-dom": "16.14.0",
104
+ "webpack": "4.46.0"
105
+ },
98
106
  "license": "MIT"
99
107
  }
File without changes
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
-
2
- -------------------
3
- **v2.3.1** (2024-10-11)
4
-
5
-