@smui/select
Advanced tools
Comparing version 7.0.0-beta.0 to 7.0.0-beta.1
@@ -6,2 +6,14 @@ # Change Log | ||
# [7.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.0...v7.0.0-beta.1) (2023-04-04) | ||
### Bug Fixes | ||
* many type issues ([d5ade30](https://github.com/hperrin/svelte-material-ui/commit/d5ade309eebf9bc5c17826730e691077f495cda8)), closes [#527](https://github.com/hperrin/svelte-material-ui/issues/527) | ||
* update packages and fix issues ([13050de](https://github.com/hperrin/svelte-material-ui/commit/13050deacb8a40d679db9ad92ca88c3a0b436b47)) | ||
# [7.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v6.2.0...v7.0.0-beta.0) (2022-10-12) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@smui/select", | ||
"version": "7.0.0-beta.0", | ||
"version": "7.0.0-beta.1", | ||
"description": "Svelte Material UI - Select", | ||
@@ -63,21 +63,21 @@ "type": "module", | ||
"@material/theme": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.0", | ||
"@smui/floating-label": "^7.0.0-beta.0", | ||
"@smui/line-ripple": "^7.0.0-beta.0", | ||
"@smui/list": "^7.0.0-beta.0", | ||
"@smui/menu": "^7.0.0-beta.0", | ||
"@smui/menu-surface": "^7.0.0-beta.0", | ||
"@smui/notched-outline": "^7.0.0-beta.0", | ||
"@smui/ripple": "^7.0.0-beta.0", | ||
"svelte2tsx": "^0.5.12" | ||
"@smui/common": "^7.0.0-beta.1", | ||
"@smui/floating-label": "^7.0.0-beta.1", | ||
"@smui/line-ripple": "^7.0.0-beta.1", | ||
"@smui/list": "^7.0.0-beta.1", | ||
"@smui/menu": "^7.0.0-beta.1", | ||
"@smui/menu-surface": "^7.0.0-beta.1", | ||
"@smui/notched-outline": "^7.0.0-beta.1", | ||
"@smui/ripple": "^7.0.0-beta.1", | ||
"svelte2tsx": "^0.6.10" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^3.0.0", | ||
"sass": "^1.54.0", | ||
"svelte-check": "^2.8.1", | ||
"svelte-strip": "^1.0.2", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
"@tsconfig/svelte": "^4.0.1", | ||
"sass": "^1.60.0", | ||
"svelte-check": "^3.1.4", | ||
"svelte-strip": "^2.0.0", | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.3" | ||
}, | ||
"gitHead": "c61a67b26e61d6efdc76b8b6db2087793eecb9fd" | ||
"gitHead": "100210800e859db06a9658cbec649837e03fcda6" | ||
} |
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 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
695928
+ Addedsvelte2tsx@0.6.27(transitive)
- Removedsvelte@3.59.2(transitive)
- Removedsvelte2tsx@0.5.23(transitive)
- Removedtypescript@4.9.5(transitive)
Updated@smui/common@^7.0.0-beta.1
Updated@smui/list@^7.0.0-beta.1
Updated@smui/menu@^7.0.0-beta.1
Updated@smui/ripple@^7.0.0-beta.1
Updatedsvelte2tsx@^0.6.10