@react-querybuilder/bulma
Advanced tools
Comparing version 7.0.1 to 7.0.2
{ | ||
"name": "@react-querybuilder/bulma", | ||
"description": "Custom Bulma components for react-querybuilder", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"scripts": { | ||
"start": "vite", | ||
"start": "bunx --bun vite", | ||
"build": "tsup", | ||
@@ -43,3 +43,3 @@ "typecheck": "tsc --noEmit", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/react": "^18.2.63", | ||
"@types/react": "^18.2.65", | ||
"@vitejs/plugin-react-swc": "^3.6.0", | ||
@@ -49,6 +49,6 @@ "bulma": "^0.9.4", | ||
"react-dom": "^18.2.0", | ||
"react-querybuilder": "^7.0.1", | ||
"react-querybuilder": "^7.0.2", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.5" | ||
"typescript": "^5.4.2", | ||
"vite": "^5.1.6" | ||
}, | ||
@@ -58,5 +58,5 @@ "peerDependencies": { | ||
"react": ">=16.8.0", | ||
"react-querybuilder": "^7.0.1" | ||
"react-querybuilder": "^7.0.2" | ||
}, | ||
"gitHead": "008c6f59224c0dfaa85dcb654a08ea589ba68111" | ||
"gitHead": "9ce2ce38dc792ef1630b8543e290d3ff20011a30" | ||
} |
100478