@react-querybuilder/bulma
Advanced tools
Comparing version 7.4.4 to 7.5.0
{ | ||
"name": "@react-querybuilder/bulma", | ||
"description": "Custom Bulma components for react-querybuilder", | ||
"version": "7.4.4", | ||
"version": "7.5.0", | ||
"publishConfig": { | ||
@@ -27,2 +27,3 @@ "access": "public" | ||
], | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -42,3 +43,4 @@ "type": "git", | ||
"devDependencies": { | ||
"@testing-library/react": "^15.0.7", | ||
"@testing-library/dom": "^10.1.0", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/react": "^18.3.3", | ||
@@ -49,6 +51,6 @@ "@vitejs/plugin-react-swc": "^3.7.0", | ||
"react-dom": "^18.3.1", | ||
"react-querybuilder": "7.4.4", | ||
"react-querybuilder": "7.5.0", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.12" | ||
"vite": "^5.3.1" | ||
}, | ||
@@ -58,5 +60,5 @@ "peerDependencies": { | ||
"react": ">=18", | ||
"react-querybuilder": "7.4.4" | ||
"react-querybuilder": "7.5.0" | ||
}, | ||
"gitHead": "65c8ca5e2d9af309a271735d4c24538287c5e2bf" | ||
"gitHead": "28804b71a08aafa383e30e28205d31326316017a" | ||
} |
89300
11