@aarsteinmedia/dotlottie-player 2.5.4 → 2.5.5

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": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Web Component for playing Lottie animations in your web app. Previously @johanaarstein/dotlottie-player",
5
5
  "exports": {
6
6
  ".": {
@@ -31,7 +31,7 @@
31
31
  "scripts": {
32
32
  "build": "rimraf ./dist && rollup -c",
33
33
  "build:types": "rimraf ./types && tsc",
34
- "build:cem": "npx cem analyze --config 'cem.config.mjs'",
34
+ "build:cem": "npx cem analyze --config cem.config.mjs",
35
35
  "prod": "pnpm build:types && pnpm build && pnpm build:cem",
36
36
  "dev": "rollup -c -w --environment NODE_ENV:development",
37
37
  "lint": "tsc && eslint . --ext .ts",
@@ -39,29 +39,29 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "fflate": "^0.8.2",
42
- "lit": "^2.8.0",
42
+ "lit": "^3.1.2",
43
43
  "lottie-web": "^5.12.2"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@types/react": ">= 16.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@custom-elements-manifest/analyzer": "^0.6.9",
49
+ "@custom-elements-manifest/analyzer": "^0.9.4",
50
50
  "@rollup/plugin-commonjs": "^25.0.7",
51
51
  "@rollup/plugin-json": "^6.1.0",
52
52
  "@rollup/plugin-node-resolve": "^15.2.3",
53
53
  "@rollup/plugin-replace": "^5.0.5",
54
- "@swc/core": "^1.4.8",
55
- "@types/node": "^20.11.29",
56
- "@typescript-eslint/eslint-plugin": "^5.62.0",
57
- "@typescript-eslint/parser": "^5.62.0",
58
- "autoprefixer": "^10.4.18",
59
- "esbuild-sass-plugin": "^2.16.1",
54
+ "@swc/core": "^1.4.11",
55
+ "@types/node": "^20.11.30",
56
+ "@typescript-eslint/eslint-plugin": "^7.4.0",
57
+ "@typescript-eslint/parser": "^7.4.0",
58
+ "autoprefixer": "^10.4.19",
59
+ "esbuild-sass-plugin": "^3.2.0",
60
60
  "eslint": "^8.57.0",
61
61
  "eslint-plugin-lit": "^1.11.0",
62
62
  "postcss-flexbugs-fixes": "^5.0.2",
63
63
  "rimraf": "^5.0.5",
64
- "rollup": "^3.29.4",
64
+ "rollup": "^4.13.2",
65
65
  "rollup-plugin-dts": "^6.1.0",
66
66
  "rollup-plugin-html-literals": "^1.1.8",
67
67
  "rollup-plugin-livereload": "^2.0.5",
@@ -69,10 +69,10 @@
69
69
  "rollup-plugin-postcss-lit": "^2.1.0",
70
70
  "rollup-plugin-serve": "^1.1.1",
71
71
  "rollup-plugin-summary": "^2.0.0",
72
- "rollup-plugin-swc3": "^0.9.1",
72
+ "rollup-plugin-swc3": "^0.11.0",
73
73
  "sass": "^1.72.0",
74
- "ts-lit-plugin": "^1.2.1",
75
- "typescript": "^5.4.2"
74
+ "ts-lit-plugin": "^2.0.2",
75
+ "typescript": "^5.4.3"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
78
  "files": [