react-autoql 4.2.2 → 4.2.5

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "4.2.2",
3
+ "version": "4.2.5",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -10,8 +10,20 @@
10
10
  "files": [
11
11
  "dist"
12
12
  ],
13
+ "watch": {
14
+ "devscript": {
15
+ "patterns": [
16
+ "src",
17
+ "test"
18
+ ],
19
+ "extensions": "js,jsx,scss",
20
+ "quiet": false
21
+ }
22
+ },
13
23
  "scripts": {
14
- "dev": "export NODE_ENV=dev && watch 'npm run build' src",
24
+ "watch": "npm-watch",
25
+ "dev": "npm run watch devscript",
26
+ "devscript": "export NODE_ENV=dev && npm run build",
15
27
  "packexample": "cd example/package && npm pack ../..",
16
28
  "test": "NODE_ENV=test && jest --silent=false",
17
29
  "test:watch": "jest --watch",
@@ -48,6 +60,7 @@
48
60
  },
49
61
  "dependencies": {
50
62
  "@babel/runtime": "^7.16.0",
63
+ "@react-icons/all-files": "^4.1.0",
51
64
  "axios": "^0.21.1",
52
65
  "d3-array": "^2.3.3",
53
66
  "d3-axis": "^1.0.12",
@@ -88,7 +101,6 @@
88
101
  "react-custom-scrollbars-2": "^4.4.0",
89
102
  "react-dom": "^16.9.0",
90
103
  "react-grid-layout": "^1.3.4",
91
- "react-icons": "^4.3.1",
92
104
  "react-infinite-scroller": "^1.2.4",
93
105
  "react-localization": "^1.0.16",
94
106
  "react-modal": "^3.11.2",
@@ -97,7 +109,7 @@
97
109
  "react-speech-recognition": "^2.0.7",
98
110
  "react-splitter-layout": "^4.0.0",
99
111
  "react-switch": "^6.0.0",
100
- "react-tabulator": "^0.13.2",
112
+ "react-tabulator": "^0.15.0",
101
113
  "react-tiny-popover": "^3.4.5",
102
114
  "react-toastify": "^8.2.0",
103
115
  "react-tooltip": "4.2.10",
@@ -115,9 +127,10 @@
115
127
  "@babel/plugin-proposal-class-properties": "^7.16.0",
116
128
  "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
117
129
  "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
118
- "@babel/plugin-transform-runtime": "^7.16.0",
119
- "@babel/preset-env": "^7.16.0",
120
- "@babel/preset-react": "^7.16.0",
130
+ "@babel/plugin-transform-modules-commonjs": "^7.18.2",
131
+ "@babel/plugin-transform-runtime": "^7.18.5",
132
+ "@babel/preset-env": "^7.18.2",
133
+ "@babel/preset-react": "^7.17.12",
121
134
  "@rollup/plugin-babel": "^5.3.0",
122
135
  "@rollup/plugin-image": "^2.0.5",
123
136
  "@rollup/plugin-node-resolve": "^13.0.6",
@@ -125,18 +138,18 @@
125
138
  "@semantic-release/commit-analyzer": "^8.0.1",
126
139
  "@semantic-release/git": "^9.0.0",
127
140
  "@semantic-release/github": "^7.0.7",
128
- "@semantic-release/npm": "^7.0.5",
141
+ "@semantic-release/npm": "^9.0.1",
129
142
  "@semantic-release/release-notes-generator": "^9.0.1",
130
143
  "autoprefixer": "^9.7.0",
131
144
  "axios-mock-adapter": "^1.18.1",
132
145
  "babel-core": "^7.0.0-bridge.0",
133
- "babel-jest": "^23.4.2",
146
+ "babel-jest": "^28.1.1",
134
147
  "babel-plugin-import": "^1.13.3",
135
148
  "babel-preset-es2015-rollup": "^3.0.0",
136
149
  "check-prop-types": "^1.1.2",
137
- "cz-conventional-changelog": "^3.2.0",
138
- "enzyme": "^3.7.0",
139
- "enzyme-adapter-react-16": "^1.15.1",
150
+ "cheerio": "=1.0.0-rc.10",
151
+ "enzyme": "^3.11.0",
152
+ "enzyme-adapter-react-16": "^1.15.6",
140
153
  "eslint": "^5.16.0",
141
154
  "eslint-config-standard": "^12.0.0",
142
155
  "eslint-plugin-import": "^2.18.2",
@@ -147,15 +160,16 @@
147
160
  "eslint-plugin-standard": "^4.0.1",
148
161
  "gh-pages": "^2.1.1",
149
162
  "husky": "^2.7.0",
150
- "jest": "^23.6.0",
163
+ "jest": "^28.1.1",
151
164
  "jest-css-modules": "^2.0.0",
165
+ "jest-environment-jsdom": "^28.1.1",
152
166
  "jest-mock-axios": "^4.2.0",
153
- "jsdom": "^16.2.2",
154
- "lint-staged": "^8.2.1",
167
+ "jsdom": "^19.0.0",
168
+ "lint-staged": "^13.0.2",
155
169
  "node-sass": "^7.0.0",
156
- "postcss-prefixer": "^2.1.2",
157
- "prettier-eslint": "^8.8.2",
158
- "prettier-eslint-cli": "^4.7.1",
170
+ "npm-watch": "^0.11.0",
171
+ "prettier-eslint": "^15.0.1",
172
+ "prettier-eslint-cli": "^6.0.1",
159
173
  "react-test-renderer": "^16.11.0",
160
174
  "rimraf": "^2.7.1",
161
175
  "rollup": "^2.59.0",
@@ -166,23 +180,19 @@
166
180
  "rollup-plugin-css-only": "^1.0.0",
167
181
  "rollup-plugin-gzip": "^3.0.0",
168
182
  "rollup-plugin-node-resolve": "^5.2.0",
169
- "rollup-plugin-postcss": "^2.9.0",
183
+ "rollup-plugin-postcss": "^4.0.2",
170
184
  "rollup-plugin-svg": "^1.0.1",
171
185
  "rollup-plugin-terser": "^5.1.2",
172
186
  "rollup-plugin-visualizer": "^5.6.0",
173
- "semantic-release": "^17.0.8",
174
- "semantic-release-cli": "^5.3.1",
175
- "watch": "^1.0.2"
187
+ "semantic-release": "^19.0.3"
176
188
  },
177
189
  "peerDependencies": {
178
190
  "react": ">=16.9.0",
179
191
  "react-dom": ">=16.9.0"
180
192
  },
181
- "resolutions": {
182
- "**/**/fsevents": "^1.2.9"
183
- },
184
193
  "engines": {
185
- "node": "14.17.3"
194
+ "node": "14.17.3",
195
+ "npm": "6.14.13"
186
196
  },
187
197
  "config": {
188
198
  "commitizen": {