@smui/image-list
Advanced tools
Comparing version 6.0.0-beta.16 to 6.0.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [6.0.0](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.16...v6.0.0) (2022-07-23) | ||
### Bug Fixes | ||
* update sveltekit and fix package.json ([9dfb3d0](https://github.com/hperrin/svelte-material-ui/commit/9dfb3d03209d62c9a9febf49fff884df3ba96964)), closes [#425](https://github.com/hperrin/svelte-material-ui/issues/425) | ||
* upgrade packages and fix issues with new versions ([67f45cc](https://github.com/hperrin/svelte-material-ui/commit/67f45cc6bd628bd772c8717d20c0699be08e5d0d)) | ||
# [6.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2022-04-11) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@smui/image-list", | ||
"version": "6.0.0-beta.16", | ||
"version": "6.0.0", | ||
"description": "Svelte Material UI - Image List", | ||
@@ -42,13 +42,13 @@ "type": "module", | ||
"@material/image-list": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.16", | ||
"svelte2tsx": "^0.5.5" | ||
"@smui/common": "^6.0.0", | ||
"svelte2tsx": "^0.5.12" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^3.0.0", | ||
"sass": "^1.49.9", | ||
"sass": "^1.54.0", | ||
"svelte-strip": "^1.0.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.2" | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"gitHead": "5c4437761e9b7231457214920367a4feec445e5d" | ||
"gitHead": "06abfba3b8b5464383612c05c4b4ef75c897cd3c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44049
2
Updated@smui/common@^6.0.0
Updatedsvelte2tsx@^0.5.12