react-querybuilder
Advanced tools
Comparing version 7.5.2 to 7.6.0
@@ -559,3 +559,3 @@ "use strict"; | ||
case "doesNotContain": | ||
return negateIfNotOp(operator, { regexp: { [field]: { value } } }); | ||
return negateIfNotOp(operator, { regexp: { [field]: { value: `.*${value}.*` } } }); | ||
case "beginsWith": | ||
@@ -562,0 +562,0 @@ case "doesNotBeginWith": |
{ | ||
"name": "react-querybuilder", | ||
"version": "7.5.2", | ||
"version": "7.6.0", | ||
"description": "The React <QueryBuilder /> component for constructing queries", | ||
@@ -95,3 +95,3 @@ "main": "./dist/cjs/index.js", | ||
"@electric-sql/pglite": "^0.1.5", | ||
"@testing-library/dom": "^10.1.0", | ||
"@testing-library/dom": "^10.3.1", | ||
"@testing-library/react": "^16.0.0", | ||
@@ -102,10 +102,10 @@ "@testing-library/user-event": "^14.5.2", | ||
"@types/json-logic-js": "^2.0.7", | ||
"@types/node": "^20.14.2", | ||
"@types/node": "^20.14.10", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react-swc": "^3.7.0", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"babel-plugin-istanbul": "^7.0.0", | ||
"concurrently": "^8.2.2", | ||
"jscodeshift": "^0.15.2", | ||
"json-logic-js": "^2.0.2", | ||
"jscodeshift": "^0.16.1", | ||
"json-logic-js": "^2.0.5", | ||
"jsonata": "^2.0.5", | ||
@@ -117,10 +117,10 @@ "query-string": "^9.0.0", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"sass": "^1.77.5", | ||
"sass": "^1.77.7", | ||
"spel2js": "^0.2.8", | ||
"type-fest": "^4.20.0", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.3.1" | ||
"type-fest": "^4.21.0", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^2.2.5", | ||
"@reduxjs/toolkit": "^2.2.6", | ||
"clsx": "^2.1.1", | ||
@@ -147,3 +147,3 @@ "immer": "^10.1.1", | ||
}, | ||
"gitHead": "2eceb6a2d61aa61d420c853330a5f3762e4abdd2" | ||
"gitHead": "ea903e0d91c429e7f1ccaded05369d323fe1f1c7" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5685214
40506
12
59
Updated@reduxjs/toolkit@^2.2.6