react-querybuilder
Advanced tools
Comparing version 6.4.1 to 6.5.0
{ | ||
"name": "react-querybuilder", | ||
"version": "6.4.1", | ||
"version": "6.5.0", | ||
"description": "The React <QueryBuilder /> component for constructing queries", | ||
@@ -76,6 +76,6 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@testing-library/react": "^14.0.0", | ||
@@ -85,10 +85,10 @@ "@testing-library/user-event": "^14.4.3", | ||
"@types/jscodeshift": "^0.11.6", | ||
"@types/node": "^18.16.3", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.1", | ||
"@vitejs/plugin-react-swc": "^3.3.0", | ||
"@types/node": "^18.16.17", | ||
"@types/react": "^18.2.12", | ||
"@types/react-dom": "^18.2.5", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"concurrently": "^8.0.1", | ||
"concurrently": "^8.2.0", | ||
"copyfiles": "^2.4.1", | ||
"jscodeshift": "^0.14.0", | ||
"jscodeshift": "^0.15.0", | ||
"query-string": "^8.1.0", | ||
@@ -98,10 +98,10 @@ "react": "^18.2.0", | ||
"regenerator-runtime": "^0.13.11", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"sass": "^1.62.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.3.4" | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sass": "^1.63.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
}, | ||
"dependencies": { | ||
"clsx": "^1.2.1", | ||
"immer": "^10.0.1" | ||
"immer": "^10.0.2" | ||
}, | ||
@@ -123,3 +123,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "94a538f2ed1095f31938cf4a8bf7a96c22703c17" | ||
"gitHead": "17c87947746d8fcf26ce30b8fa8aa31a584b860d" | ||
} |
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 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 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
4926600
29562
Updatedimmer@^10.0.2