Skip to content

Commit

Permalink
fix: lottie animations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Aug 5, 2024
1 parent 91f0edd commit 36ba196
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libs/shared/src/features/animations/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { CommonModule } from '@angular/common';
import { ModuleWithProviders, NgModule } from '@angular/core';
import { LottieModule, provideCacheableAnimationLoader, provideLottieOptions } from 'ngx-lottie';
import { LottieComponent, provideCacheableAnimationLoader, provideLottieOptions } from 'ngx-lottie';

import { PicsaAnimationComponent } from './animation.component';

@NgModule({
declarations: [PicsaAnimationComponent],
imports: [CommonModule, LottieModule],
imports: [CommonModule, LottieComponent],
exports: [PicsaAnimationComponent],
})
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"mobx-angular": "^4.7.1",
"ngx-extended-pdf-viewer": "^18.1.7",
"ngx-json-viewer": "^3.2.1",
"ngx-lottie": "^10.0.0",
"ngx-lottie": "^11.0.0",
"openapi-fetch": "^0.8.2",
"papaparse": "^5.3.2",
"parse": "3.4.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18393,16 +18393,16 @@ __metadata:
languageName: node
linkType: hard

"ngx-lottie@npm:^10.0.0":
version: 10.0.0
resolution: "ngx-lottie@npm:10.0.0"
"ngx-lottie@npm:^11.0.0":
version: 11.0.2
resolution: "ngx-lottie@npm:11.0.2"
dependencies:
"@scarf/scarf": ^1.1.1
tslib: ^2.3.0
peerDependencies:
"@angular/core": ">=15"
"@angular/core": ">=17"
lottie-web: ">=5.9.2"
checksum: 1e7abd8baab02f3ae365bff90272ead63db9fc2b6a4c1775ad58ce7349300c14e824d294804ceb045c5dae6e07beceacbbbf7350eb3d5d52f71940c6ba24b997
checksum: fea48078ff7e8bcd02511c4f44f2031e07a8e6935f1cdb090f76e9941acd2c054d6a97faf3da0c3f8852ea58d138ad5fb38fa733c555ff37229dd1579d97b25d
languageName: node
linkType: hard

Expand Down Expand Up @@ -19634,7 +19634,7 @@ __metadata:
ng-packagr: 17.3.0
ngx-extended-pdf-viewer: ^18.1.7
ngx-json-viewer: ^3.2.1
ngx-lottie: ^10.0.0
ngx-lottie: ^11.0.0
nx: 18.2.1
openapi-fetch: ^0.8.2
openapi-typescript: ^6.7.3
Expand Down

0 comments on commit 36ba196

Please sign in to comment.