From f15a68dfaa6389300b65e93041985e16c15ab94d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 23 Oct 2024 21:06:15 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro-integration-lott?= =?UTF-8?q?ie=200.3.0=20=E2=86=92=200.3.1=20(#28225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie) | dependencies | patch | [`0.3.0` -> `0.3.1`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.0/0.3.1) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
giuseppelt/astro-lottie (astro-integration-lottie) ### [`v0.3.1`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#031-Patch-release) [Compare Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.0...v0.3.1) feat: allow to add css class names to the component ([#​13](https://redirect.github.com/giuseppelt/astro-lottie/issues/13))
--- ### 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. --- - [ ] 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). --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 2ca65452892..c63ed08ee0b 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -16,7 +16,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29", - "astro-integration-lottie": "0.3.0", + "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3", @@ -3415,9 +3415,9 @@ } }, "node_modules/astro-integration-lottie": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.0.tgz", - "integrity": "sha512-qSsdvwBVMSKEb/KshVYLNgkjX6i/lJul8whSXw4O4DPq7Et39Tb94CqtAgphwd/QOLbnL4Sknq4Z2y6kosgg9w==", + "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==", "license": "MIT", "peerDependencies": { "lottie-web": "^5.10.0" diff --git a/website/package.json b/website/package.json index bbab69afb0d..00af86b763d 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29", - "astro-integration-lottie": "0.3.0", + "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3",