fix(website): update astro-integration-lottie 0.3.1 → 0.3.2 (#30161)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie) | dependencies | patch | [`0.3.1` -> `0.3.2`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.1/0.3.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>giuseppelt/astro-lottie (astro-integration-lottie)</summary> ### [`v0.3.2`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#032-Patch-release) [Compare Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.1...v0.3.2) fix: add main field in package.json ([#​15](https://redirect.github.com/giuseppelt/astro-lottie/issues/15)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
Generated
+4
-4
@@ -16,7 +16,7 @@
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.18",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
"astro-integration-lottie": "0.3.1",
|
||||
"astro-integration-lottie": "0.3.2",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
"lottie-web": "5.12.2",
|
||||
"prettier": "3.3.3",
|
||||
@@ -3185,9 +3185,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro-integration-lottie": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.1.tgz",
|
||||
"integrity": "sha512-zmmVVlsDfvyA/4qAg+l6zrUB/4U99oS4SuVc/zuW1vYZ4pHjjYhW8JYwmCItT+AmE4l6mAkN/TvdXUQ92o4TSQ==",
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.2.tgz",
|
||||
"integrity": "sha512-YPE5XjWNbu+kKTlNm4+buvL6oZDwaECiS4Mo4m3kZnykZjHOJPNoStsIN2wLgJmryRUqPZxeKiIA+tIrT6HD1Q==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"lottie-web": "^5.10.0"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.18",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
"astro-integration-lottie": "0.3.1",
|
||||
"astro-integration-lottie": "0.3.2",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
"lottie-web": "5.12.2",
|
||||
"prettier": "3.3.3",
|
||||
|
||||
Reference in New Issue
Block a user