@lottiefiles/lottie-player 1.4.5 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lottiefiles/lottie-player",
3
- "version": "1.4.5",
3
+ "version": "1.5.0",
4
4
  "description": "Lottie animation and Telegram Sticker player web components.",
5
5
  "main": "dist/lottie-player.js",
6
6
  "module": "dist/lottie-player.esm.js",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@types/pako": "^1.0.1",
27
27
  "lit-element": "^2.3.1",
28
- "lottie-web": "^5.7.8",
28
+ "lottie-web": "^5.8.1",
29
29
  "pako": "^1.0.11",
30
30
  "resize-observer-polyfill": "^1.5.1",
31
31
  "shx": "^0.3.3"
@@ -39,6 +39,7 @@
39
39
  "@commitlint/cli": "^12.1.1",
40
40
  "@commitlint/config-conventional": "^12.1.1",
41
41
  "@lottiefiles/eslint-plugin": "^2.2.0",
42
+ "@playwright/test": "^1.16.3",
42
43
  "@rollup/plugin-babel": "^5.1.0",
43
44
  "@rollup/plugin-commonjs": "^14.0.0",
44
45
  "@rollup/plugin-node-resolve": "^8.4.0",