decentraland-ui2 1.1.11 → 1.1.12-21151722837.commit-0ca1d8d

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.
Files changed (1) hide show
  1. package/package.json +4 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "1.1.11",
3
+ "version": "1.1.12-21151722837.commit-0ca1d8d",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,17 +22,18 @@
22
22
  "generate:storybooks": "ts-node ./bin/storybookGenerator.ts && npm run lint:fix"
23
23
  },
24
24
  "dependencies": {
25
+ "@contentful/rich-text-react-renderer": "16.0.0",
25
26
  "autoprefixer": "10.4.19",
26
27
  "date-fns": "3.6.0",
27
28
  "deep-equal": "2.2.3",
28
29
  "ethereum-blockies": "0.1.1",
29
30
  "fp-future": "1.0.1",
31
+ "lottie-react": "2.4.0",
30
32
  "mitt": "3.0.1",
31
33
  "radash": "11.0.0",
32
34
  "uuid": "11.1.0"
33
35
  },
34
36
  "peerDependencies": {
35
- "@contentful/rich-text-react-renderer": "^16.0.0",
36
37
  "@dcl/hooks": "^1.0.0",
37
38
  "@dcl/schemas": "^22.0.0",
38
39
  "@dcl/ui-env": "^1.5.0",
@@ -40,18 +41,11 @@
40
41
  "@emotion/styled": "^11.11.0",
41
42
  "@mui/icons-material": "^5.16.0",
42
43
  "@mui/material": "^5.16.0",
43
- "lottie-react": "^2.4.0",
44
44
  "react": "^18.2.0",
45
45
  "react-dom": "^18.2.0",
46
46
  "react-tile-map": "^0.4.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
- "@contentful/rich-text-react-renderer": {
50
- "optional": true
51
- },
52
- "lottie-react": {
53
- "optional": true
54
- },
55
49
  "react-tile-map": {
56
50
  "optional": true
57
51
  }
@@ -112,5 +106,5 @@
112
106
  "url": "https://github.com/decentraland/ui2/issues"
113
107
  },
114
108
  "homepage": "https://github.com/decentraland/ui2#readme",
115
- "commit": "3be8c181f8d7e72daef4feb015550d46396925fc"
109
+ "commit": "0ca1d8dbe98e4577b09a7f89373526f280bcb8f5"
116
110
  }