decentraland-dapps 28.0.1 → 28.2.1
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -617,7 +617,7 @@ REVOKE_TOKEN_SUCCESS
|
|
|
617
617
|
REVOKE_TOKEN_FAILURE
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
Keep in mind that each of these actions send a transaction, so if you
|
|
620
|
+
Keep in mind that each of these actions send a transaction, so if you want to check if they're done, check the action type of the `FETCH_TRANSACTION_SUCCESS` action. More info on the [transactions](#transactions) module
|
|
621
621
|
|
|
622
622
|
### Installation
|
|
623
623
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-dapps",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.2.1",
|
|
4
4
|
"description": "Common modules for Decentraland dApps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@dcl/ui-env": "^2.0.0",
|
|
52
52
|
"decentraland-connect": "^12.0.0",
|
|
53
53
|
"decentraland-ui": "^7.1.0",
|
|
54
|
-
"decentraland-ui2": "^1.3.
|
|
54
|
+
"decentraland-ui2": "^1.3.9",
|
|
55
55
|
"ethers": "^5.7.2",
|
|
56
56
|
"history": "^4.10.1",
|
|
57
57
|
"react": "^18.0.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@typescript-eslint/parser": "8.52.0",
|
|
89
89
|
"decentraland-connect": "^12.0.0",
|
|
90
90
|
"decentraland-ui": "^7.1.0",
|
|
91
|
-
"decentraland-ui2": "1.3.
|
|
91
|
+
"decentraland-ui2": "1.3.9",
|
|
92
92
|
"eslint": "9.39.2",
|
|
93
93
|
"eslint-config-prettier": "10.1.8",
|
|
94
94
|
"eslint-import-resolver-typescript": "4.4.4",
|