@aarsteinmedia/dotlottie-player 5.2.3 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarsteinmedia/dotlottie-player",
3
- "version": "5.2.3",
3
+ "version": "5.3.0",
4
4
  "description": "Web Component for playing Lottie animations in your web app. Previously @johanaarstein/dotlottie-player",
5
5
  "type": "module",
6
6
  "exports": {
@@ -48,8 +48,7 @@
48
48
  "lint:css:fix": "npx stylelint **/*.css --fix"
49
49
  },
50
50
  "dependencies": {
51
- "@aarsteinmedia/lottie-web": "^1.0.11",
52
- "fflate": "^0.8.2"
51
+ "@aarsteinmedia/lottie-web": "^1.1.5"
53
52
  },
54
53
  "peerDependencies": {
55
54
  "@types/react": ">= 16.0.0"
@@ -58,34 +57,34 @@
58
57
  "@custom-elements-manifest/analyzer": "^0.10.4",
59
58
  "@esm-bundle/chai": "4.3.4-fix.0",
60
59
  "@open-wc/testing": "^4.0.0",
61
- "@rollup/plugin-commonjs": "^28.0.3",
60
+ "@rollup/plugin-commonjs": "^28.0.6",
62
61
  "@rollup/plugin-json": "^6.1.0",
63
62
  "@rollup/plugin-node-resolve": "^16.0.1",
64
- "@rollup/plugin-typescript": "^12.1.2",
65
- "@swc/core": "^1.12.0",
63
+ "@rollup/plugin-typescript": "^12.1.3",
64
+ "@swc/core": "^1.12.4",
66
65
  "@types/mocha": "^10.0.10",
67
- "@types/node": "^24.0.0",
66
+ "@types/node": "^24.0.3",
68
67
  "@types/path-browserify": "^1.0.3",
69
68
  "@types/postcss-flexbugs-fixes": "^5.0.3",
70
- "@types/react": "^19.1.7",
69
+ "@types/react": "^19.1.8",
71
70
  "@web/dev-server-esbuild": "^1.0.4",
72
71
  "@web/dev-server-import-maps": "^0.2.1",
73
72
  "@web/dev-server-rollup": "^0.6.4",
74
73
  "@web/test-runner": "^0.20.2",
75
- "@web/test-runner-playwright": "^0.11.0",
74
+ "@web/test-runner-playwright": "^0.11.1",
76
75
  "autoprefixer": "^10.4.21",
77
76
  "esbuild": "^0.25.5",
78
- "eslint": "^9.28.0",
77
+ "eslint": "^9.29.0",
79
78
  "eslint-config-prettier": "^10.1.5",
80
79
  "eslint-config-sheriff": "^28.0.0",
81
- "eslint-plugin-perfectionist": "^4.14.0",
80
+ "eslint-plugin-perfectionist": "^4.15.0",
82
81
  "globals": "^16.2.0",
83
82
  "jiti": "^2.4.2",
84
83
  "postcss-flexbugs-fixes": "^5.0.2",
85
84
  "prettier": "^3.5.3",
86
85
  "react": "^19.1.0",
87
86
  "rimraf": "^6.0.1",
88
- "rollup": "^4.43.0",
87
+ "rollup": "^4.44.0",
89
88
  "rollup-plugin-dts": "^6.2.1",
90
89
  "rollup-plugin-esbuild-minify": "^1.3.0",
91
90
  "rollup-plugin-html-literals": "^2.0.0",
@@ -95,12 +94,12 @@
95
94
  "rollup-plugin-summary": "^3.0.1",
96
95
  "rollup-plugin-swc3": "^0.12.1",
97
96
  "rollup-plugin-typescript-paths": "^1.5.0",
98
- "stylelint": "^16.20.0",
97
+ "stylelint": "^16.21.0",
99
98
  "stylelint-config-recommended": "^16.0.0",
100
99
  "tsc-alias": "^1.8.16",
101
100
  "tslib": "^2.8.1",
102
101
  "typescript": "^5.8.3",
103
- "typescript-eslint": "^8.34.0"
102
+ "typescript-eslint": "^8.34.1"
104
103
  },
105
104
  "pnpm": {
106
105
  "onlyBuiltDependencies": [
@@ -132,10 +131,8 @@
132
131
  "keywords": [
133
132
  "lottie",
134
133
  "dotlottie",
135
- "animation",
134
+ "bodymovin",
136
135
  "web component",
137
- "svg",
138
- "vector",
139
136
  "player"
140
137
  ],
141
138
  "publishConfig": {