Skip to content

Commit

Permalink
Merge pull request #164 from LottieFiles/chore/upgrade-lottie-web
Browse files Browse the repository at this point in the history
chore: 🤖 upgrade lottie-web v5.12.2
  • Loading branch information
theashraf authored May 24, 2024
2 parents b1d32d3 + 099f144 commit 9341c75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.5.4

### Patch Changes

- b40ce3d: chore: 🤖 upgrade lottie-web v5.12.2

## 3.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/react-lottie-player",
"version": "3.5.3",
"version": "3.5.4",
"description": "Lottie web player wrapper for React",
"main": "dist/lottie-react.js",
"module": "dist/lottie-react.esm.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"react": "16 - 18"
},
"dependencies": {
"lottie-web": "^5.10.2"
"lottie-web": "^5.12.2"
},
"scripts": {
"predev": "node -p \"'export const REACT_LOTTIE_PLAYER_VERSION = ' + JSON.stringify(require('./package.json').version) + '; \\n' + 'export const LOTTIE_WEB_VERSION = ' + JSON.stringify(require('./package.json').dependencies['lottie-web']) + ';'\" > src/versions.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12691,10 +12691,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

lottie-web@^5.10.2:
version "5.10.2"
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.10.2.tgz#a1c952b6734759fcd369eba73b6b7e3d9a76ce0b"
integrity sha512-d0PFIGiwuMsJYaF4uPo+qG8dEorlI+xFI2zrrFtE1bGO4WoLIz+NjremxEq1swpR7juR10aeOtmNh3d6G3ub0A==
lottie-web@^5.12.2:
version "5.12.2"
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.12.2.tgz#579ca9fe6d3fd9e352571edd3c0be162492f68e5"
integrity sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==

lower-case@^2.0.2:
version "2.0.2"
Expand Down

0 comments on commit 9341c75

Please sign in to comment.