decentraland-dapps 23.8.0 → 23.11.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/README.md +1 -1
- package/dist/modules/translation/defaults/en.json +1 -1
- package/dist/modules/translation/defaults/es.json +1 -1
- package/dist/modules/translation/defaults/fr.json +1 -1
- package/dist/modules/translation/defaults/ja.json +1 -1
- package/dist/modules/translation/defaults/ko.json +1 -1
- package/dist/modules/translation/defaults/zh.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1448,7 +1448,7 @@ Say you want to override some translations in English, just include any or all o
|
|
|
1448
1448
|
|
|
1449
1449
|
## SignInPage
|
|
1450
1450
|
|
|
1451
|
-
The `<SignInPage>` container can be used in the same way as the `<SignIn>` component from [decentraland-ui](https://github.com/decentraland/ui) but it's already connected to the redux store. You can override any `SignInProp` if you want to connect differently, and you can pass all the regular `SignInProps` to it.
|
|
1451
|
+
The `<SignInPage>` container can be used in the same way as the `<SignIn>` component from [decentraland-ui](https://github.com/decentraland/ui), but it's already connected to the redux store. You can override any `SignInProp` if you want to connect differently, and you can pass all the regular `SignInProps` to it.
|
|
1452
1452
|
|
|
1453
1453
|
### Dependencies
|
|
1454
1454
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-dapps",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.11.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"decentraland-connect": "^7.2.0",
|
|
25
25
|
"decentraland-crypto-fetch": "^2.0.1",
|
|
26
26
|
"decentraland-transactions": "^2.15.0",
|
|
27
|
-
"decentraland-ui": "^6.
|
|
27
|
+
"decentraland-ui": "^6.10.0",
|
|
28
28
|
"ethers": "^5.6.8",
|
|
29
29
|
"events": "^3.3.0",
|
|
30
30
|
"flat": "^5.0.2",
|