react-autoql 4.9.0 → 4.10.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -25,7 +25,8 @@
25
25
  "dev": "npm run watch devscript",
26
26
  "devscript": "export NODE_ENV=dev && npm run build",
27
27
  "packexample": "cd example/package && npm pack ../..",
28
- "test": "NODE_ENV=test && jest --silent=false",
28
+ "test": "jest --silent=false",
29
+ "test:changed": "jest --onlyChanged",
29
30
  "test:watch": "jest --watch",
30
31
  "test:coverage": "npm test -- --coverage",
31
32
  "test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
@@ -93,13 +94,11 @@
93
94
  "parse-num": "^1.0.0",
94
95
  "prop-types": "^15.7.2",
95
96
  "rc-drawer": "^4.4.3",
96
- "react": "^16.9.0",
97
97
  "react-autosuggest": "^9.4.3",
98
98
  "react-collapse": "^5.1.1",
99
99
  "react-contenteditable": "^3.3.5",
100
100
  "react-custom-scrollbars": "^4.2.1",
101
101
  "react-custom-scrollbars-2": "^4.5.0",
102
- "react-dom": "^16.9.0",
103
102
  "react-grid-layout": "^1.3.4",
104
103
  "react-infinite-scroller": "^1.2.4",
105
104
  "react-localization": "^1.0.16",
@@ -187,8 +186,8 @@
187
186
  "semantic-release": "^19.0.3"
188
187
  },
189
188
  "peerDependencies": {
190
- "react": ">=16.9.0",
191
- "react-dom": ">=16.9.0"
189
+ "react": ">=16.8.1",
190
+ "react-dom": ">=16.8.1"
192
191
  },
193
192
  "engines": {
194
193
  "node": "14.17.3",