@multiversx/sdk-dapp 2.16.0 → 2.17.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiversx/sdk-dapp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
|
|
5
5
|
"author": "MultiversX",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"redux-persist": "6.0.0"
|
|
128
128
|
},
|
|
129
129
|
"optionalDependencies": {
|
|
130
|
-
"@fortawesome/fontawesome-svg-core": "6.
|
|
131
|
-
"@fortawesome/free-solid-svg-icons": "6.
|
|
132
|
-
"@fortawesome/react-fontawesome": "0.
|
|
130
|
+
"@fortawesome/fontawesome-svg-core": "6.4.0",
|
|
131
|
+
"@fortawesome/free-solid-svg-icons": "6.4.0",
|
|
132
|
+
"@fortawesome/react-fontawesome": "0.2.0",
|
|
133
133
|
"classnames": "2.3.1",
|
|
134
134
|
"platform": "1.3.6",
|
|
135
135
|
"qrcode": "1.5.0",
|