@react-querybuilder/bulma
Advanced tools
Comparing version 6.5.0 to 6.5.1
{ | ||
"name": "@react-querybuilder/bulma", | ||
"description": "Custom Bulma components for react-querybuilder", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"publishConfig": { | ||
@@ -13,8 +13,13 @@ "access": "public" | ||
".": { | ||
"types": "./dist/react-querybuilder_bulma.d.ts", | ||
"import": "./dist/react-querybuilder_bulma.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": { | ||
"types": "./dist/react-querybuilder_bulma.d.mts", | ||
"default": "./dist/react-querybuilder_bulma.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/react-querybuilder_bulma.cjs.development.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"types": "./dist/react-querybuilder_bulma.d.ts", | ||
"types": "./dist/react-querybuilder_bulma.d.mts", | ||
"files": [ | ||
@@ -38,3 +43,3 @@ "dist" | ||
"@testing-library/react": "^14.0.0", | ||
"@types/react": "^18.2.12", | ||
"@types/react": "^18.2.14", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
@@ -44,3 +49,3 @@ "bulma": "^0.9.4", | ||
"react-dom": "^18.2.0", | ||
"react-querybuilder": "^6.5.0", | ||
"react-querybuilder": "^6.5.1", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
@@ -53,5 +58,5 @@ "typescript": "^5.1.3", | ||
"react": ">=16.8.0", | ||
"react-querybuilder": "^6.5.0" | ||
"react-querybuilder": "^6.5.1" | ||
}, | ||
"gitHead": "17c87947746d8fcf26ce30b8fa8aa31a584b860d" | ||
"gitHead": "c86d6699f6c2b060862f2259fe90585fa5f73fa5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
99935
19
724