Skip to content

Commit b1d32d3

Browse files
committed
chore: bumped lottie-web
1 parent e04d65c commit b1d32d3

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.5.3
4+
5+
### Patch Changes
6+
7+
- bumped lottie-web
8+
39
## 3.5.2
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/react-lottie-player",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Lottie web player wrapper for React",
55
"main": "dist/lottie-react.js",
66
"module": "dist/lottie-react.esm.js",
@@ -82,7 +82,7 @@
8282
"react": "16 - 18"
8383
},
8484
"dependencies": {
85-
"lottie-web": "^5.10.0"
85+
"lottie-web": "^5.10.2"
8686
},
8787
"scripts": {
8888
"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",

src/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const REACT_LOTTIE_PLAYER_VERSION = '3.5.1';
2-
export const LOTTIE_WEB_VERSION = '^5.10.0';
1+
export const REACT_LOTTIE_PLAYER_VERSION = '3.5.3';
2+
export const LOTTIE_WEB_VERSION = '^5.10.2';

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12691,10 +12691,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
1269112691
dependencies:
1269212692
js-tokens "^3.0.0 || ^4.0.0"
1269312693

12694-
lottie-web@^5.10.0:
12695-
version "5.10.0"
12696-
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.10.0.tgz#72563f22efdcf2b8f7e8359743514930ebaf5f8c"
12697-
integrity sha512-q2hfqKrGXNkwjSSZjKxf3fWMi0e3ZBc03qBkVWoGbwUJ7BcG+9YXjMPtmmhitzk8Nc6VQ5PRnh9yInPdfq0PZg==
12694+
lottie-web@^5.10.2:
12695+
version "5.10.2"
12696+
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.10.2.tgz#a1c952b6734759fcd369eba73b6b7e3d9a76ce0b"
12697+
integrity sha512-d0PFIGiwuMsJYaF4uPo+qG8dEorlI+xFI2zrrFtE1bGO4WoLIz+NjremxEq1swpR7juR10aeOtmNh3d6G3ub0A==
1269812698

1269912699
lower-case@^2.0.2:
1270012700
version "2.0.2"

0 commit comments

Comments
 (0)