@broxus/evm-connect 1.14.0 → 1.14.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broxus/evm-connect",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"description": "Ethereum wallets connector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"prepare": "npx yarn cleanup && cross-env NODE_ENV=production npx yarn build"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@broxus/js-core": "^0.34.
|
|
101
|
-
"@broxus/js-utils": "^1.
|
|
102
|
-
"@broxus/react-components": "^0.24.
|
|
103
|
-
"@broxus/react-uikit": "^0.20.
|
|
100
|
+
"@broxus/js-core": "^0.34.1",
|
|
101
|
+
"@broxus/js-utils": "^1.5.0",
|
|
102
|
+
"@broxus/react-components": "^0.24.1",
|
|
103
|
+
"@broxus/react-uikit": "^0.20.1",
|
|
104
104
|
"classnames": "^2.5.1"
|
|
105
105
|
},
|
|
106
106
|
"optionalDependencies": {
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"react-intl": "^6.0.0 || ^7.0.0",
|
|
120
120
|
"web3": "^4.0.0"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "dcc68d6287bd46e2e6526fd9fb30c38ad5a35767"
|
|
123
123
|
}
|