@smui/checkbox
Advanced tools
Comparing version 7.0.0-beta.15 to 7.0.0-beta.16
@@ -6,2 +6,10 @@ # Change Log | ||
# [7.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.15...v7.0.0-beta.16) (2023-12-27) | ||
**Note:** Version bump only for package @smui/checkbox | ||
# [7.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.14...v7.0.0-beta.15) (2023-09-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/checkbox", | ||
"version": "7.0.0-beta.15", | ||
"version": "7.0.0-beta.16", | ||
"description": "Svelte Material UI - Checkbox", | ||
@@ -43,15 +43,15 @@ "type": "module", | ||
"@material/checkbox": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.15", | ||
"@smui/ripple": "^7.0.0-beta.15", | ||
"svelte2tsx": "^0.6.21" | ||
"@smui/common": "^7.0.0-beta.16", | ||
"@smui/ripple": "^7.0.0-beta.16", | ||
"svelte2tsx": "^0.6.27" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^5.0.2", | ||
"sass": "^1.66.1", | ||
"svelte-check": "^3.5.1", | ||
"svelte-strip": "^3.0.1", | ||
"sass": "^1.69.5", | ||
"svelte-check": "^3.6.2", | ||
"svelte-strip": "^3.1.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "6ed73be2ffd9691182a3a0663d61f9d910c4a8e8" | ||
"gitHead": "09c2396de874d88c92e8969218c9d93963fac430" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
99533
Updated@smui/common@^7.0.0-beta.16
Updated@smui/ripple@^7.0.0-beta.16
Updatedsvelte2tsx@^0.6.27