@lottiefiles/lottie-player 1.4.5 → 1.5.3

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.3",
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",
@@ -62,6 +63,7 @@
62
63
  "rollup-plugin-serve": "^1.0.3",
63
64
  "rollup-plugin-terser": "^6.1.0",
64
65
  "rollup-plugin-typescript2": "^0.27.1",
66
+ "rollup-plugin-uglify": "^6.0.4",
65
67
  "rollup-plugin-visualizer": "^4.0.4",
66
68
  "semantic-release": "^17.4.2",
67
69
  "typescript": "^3.4.5"