@bigbinary/neeto-editor 1.22.2 → 1.23.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.
Files changed (3) hide show
  1. package/README.md +22 -6
  2. package/index.js +19 -14
  3. package/package.json +36 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.22.2",
3
+ "version": "1.23.1",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
@@ -15,24 +15,20 @@
15
15
  "index.js",
16
16
  "types.d.ts"
17
17
  ],
18
- "engines": {
19
- "node": "18.12",
20
- "yarn": "1.22.x"
21
- },
22
18
  "author": "BigBinary",
23
19
  "license": "MIT",
24
20
  "devDependencies": {
25
- "@babel/core": "7.19.3",
26
- "@babel/eslint-parser": "7.19.1",
27
- "@babel/plugin-proposal-class-properties": "7.18.6",
28
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
29
- "@babel/plugin-transform-runtime": "7.19.1",
30
- "@babel/preset-env": "7.19.3",
31
- "@babel/preset-react": "7.18.6",
32
- "@bigbinary/eslint-plugin-neeto": "1.0.15",
33
- "@bigbinary/neeto-commons-frontend": "2.0.24",
34
- "@bigbinary/neeto-icons": "1.8.40",
35
- "@bigbinary/neetoui": "4.1.25",
21
+ "@babel/core": "^7.19.1",
22
+ "@babel/eslint-parser": "7.17.0",
23
+ "@babel/plugin-transform-runtime": "^7.19.1",
24
+ "@babel/preset-env": "7.17.10",
25
+ "@babel/preset-react": "7.16.7",
26
+ "@babel/preset-typescript": "^7.18.6",
27
+ "@babel/runtime": "^7.19.0",
28
+ "@bigbinary/eslint-plugin-neeto": "^1.0.21",
29
+ "@bigbinary/neeto-commons-frontend": "^2.0.40",
30
+ "@bigbinary/neeto-icons": "1.9.12",
31
+ "@bigbinary/neetoui": "4.4.0",
36
32
  "@rollup/plugin-alias": "3.1.9",
37
33
  "@rollup/plugin-babel": "5.3.1",
38
34
  "@rollup/plugin-commonjs": "22.0.2",
@@ -75,27 +71,31 @@
75
71
  "@uppy/drop-target": "2.0.1",
76
72
  "@uppy/react": "2.2.2",
77
73
  "@uppy/url": "2.2.0",
78
- "antd": "4.18.7",
79
- "autoprefixer": "10.4.12",
74
+ "antd": "4.24.3",
75
+ "autoprefixer": "^10.4.5",
80
76
  "axios": "0.27.2",
81
- "babel-loader": "8.2.5",
82
- "babel-plugin-ramda": "2.1.1",
83
- "classnames": "2.3.2",
77
+ "babel-loader": "^8.2.5",
78
+ "babel-plugin-istanbul": "^6.1.1",
79
+ "babel-plugin-js-logger": "1.0.17",
80
+ "babel-plugin-macros": "3.1.0",
81
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
82
+ "babel-preset-react": "6.24.1",
83
+ "babel-preset-typescript": "^7.0.0-alpha.19",
84
+ "classnames": "2.3.1",
84
85
  "crypto-js": "4.1.1",
85
86
  "css-loader": "6.7.1",
86
87
  "dompurify": "2.4.0",
87
88
  "emoji-mart": "5.2.2",
88
- "eslint": "8.26.0",
89
+ "eslint": "8.14.0",
89
90
  "eslint-config-prettier": "8.5.0",
90
91
  "eslint-plugin-cypress": "2.12.1",
91
92
  "eslint-plugin-import": "2.26.0",
92
93
  "eslint-plugin-jam3": "0.2.3",
93
94
  "eslint-plugin-json": "3.1.0",
94
- "eslint-plugin-prettier": "4.2.1",
95
- "eslint-plugin-promise": "6.1.1",
96
- "eslint-plugin-react": "7.31.10",
97
- "eslint-plugin-react-hooks": "4.6.0",
98
- "eslint-plugin-storybook": "0.6.10",
95
+ "eslint-plugin-prettier": "4.0.0",
96
+ "eslint-plugin-promise": "6.0.0",
97
+ "eslint-plugin-react": "7.29.4",
98
+ "eslint-plugin-react-hooks": "4.5.0",
99
99
  "eslint-plugin-unused-imports": "2.0.0",
100
100
  "file-saver": "2.0.5",
101
101
  "formik": "2.2.9",
@@ -103,14 +103,14 @@
103
103
  "http-server": "^14.1.1",
104
104
  "husky": "8.0.1",
105
105
  "i18next": "21.7.0",
106
- "lint-staged": "13.0.3",
107
- "lodash.isplainobject": "4.0.6",
106
+ "lint-staged": "12.4.1",
108
107
  "lowlight": "2.7.0",
109
108
  "postcss": "8.4.14",
110
109
  "postcss-import": "14.1.0",
111
110
  "postcss-loader": "4.3.0",
112
- "postcss-preset-env": "6.7.1",
113
- "prettier": "2.7.1",
111
+ "postcss-preset-env": "7.8.2",
112
+ "prettier": "2.6.2",
113
+ "prettier-plugin-tailwindcss": "0.1.10",
114
114
  "ramda": "0.28.0",
115
115
  "re-resizable": "6.9.9",
116
116
  "react": "17.0.2",
@@ -120,8 +120,7 @@
120
120
  "react-i18next": "11.16.8",
121
121
  "react-masonry-infinite": "1.2.2",
122
122
  "react-popper": "2.3.0",
123
- "react-router-dom": "5.2.0",
124
- "react-router-nav-prompt": "0.4.1",
123
+ "react-router-dom": "5.3.1",
125
124
  "react-toastify": "8.0.2",
126
125
  "rollup": "2.79.1",
127
126
  "rollup-plugin-analyzer": "4.0.0",
@@ -131,6 +130,7 @@
131
130
  "sass": "1.55.0",
132
131
  "sass-loader": "13.0.2",
133
132
  "style-loader": "3.3.1",
133
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
134
134
  "tippy.js": "6.3.7",
135
135
  "webpack": "5.73.0",
136
136
  "webpack-cli": "4.10.0",
@@ -141,14 +141,13 @@
141
141
  "@bigbinary/neeto-commons-frontend": "latest",
142
142
  "@bigbinary/neeto-icons": "latest",
143
143
  "@bigbinary/neetoui": "latest",
144
- "antd": "4.18.7",
144
+ "antd": "4.24.3",
145
145
  "axios": "0.27.2",
146
146
  "formik": "2.2.9",
147
147
  "ramda": "0.28.0",
148
148
  "react": "17.0.2",
149
149
  "react-dom": "17.0.2",
150
- "react-router-dom": "5.2.0",
151
- "react-router-nav-prompt": "0.4.1",
150
+ "react-router-dom": "5.3.1",
152
151
  "react-toastify": "8.0.2",
153
152
  "yup": "0.32.11"
154
153
  },
@@ -161,15 +160,7 @@
161
160
  "serve": "http-server storybook-static"
162
161
  },
163
162
  "lint-staged": {
164
- "{src,example}/**/*.{js,jsx,json}": [
165
- "prettier --write",
166
- "eslint --fix"
167
- ],
168
- "{package.json,.eslintrc.js,.prettierrc.js}": [
169
- "prettier --write",
170
- "eslint --fix"
171
- ],
172
- ".eslint-rules/**/*": [
163
+ "src/**/*.{js,jsx,json}": [
173
164
  "prettier --write",
174
165
  "eslint --fix"
175
166
  ]