@broxus/evm-connect 1.15.7 → 1.16.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/dist/sdk.mjs +1 -1
- package/dist/uikit.min.css +1 -1
- package/lib/cjs/styles/uikit.css +6 -1
- package/lib/esm/styles/uikit.css +6 -1
- package/package.json +15 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broxus/evm-connect",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "Ethereum wallets connector.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"url": "https://github.com/JeremiahGeronimo"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
|
+
"contributors": [
|
|
20
|
+
{
|
|
21
|
+
"name": "Denis Klimov",
|
|
22
|
+
"url": "https://github.com/JeremiahGeronimo"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
19
25
|
"publishConfig": {
|
|
20
26
|
"access": "public"
|
|
21
27
|
},
|
|
@@ -99,10 +105,10 @@
|
|
|
99
105
|
"prepare": "npx yarn cleanup && npx yarn build"
|
|
100
106
|
},
|
|
101
107
|
"dependencies": {
|
|
102
|
-
"@broxus/js-core": "^0.
|
|
103
|
-
"@broxus/js-utils": "^1.
|
|
104
|
-
"@broxus/react-components": "^0.
|
|
105
|
-
"@broxus/react-uikit": "^0.
|
|
108
|
+
"@broxus/js-core": "^0.40.0",
|
|
109
|
+
"@broxus/js-utils": "^1.6.1",
|
|
110
|
+
"@broxus/react-components": "^0.26.1",
|
|
111
|
+
"@broxus/react-uikit": "^0.24.1",
|
|
106
112
|
"classnames": "^2.5.1"
|
|
107
113
|
},
|
|
108
114
|
"optionalDependencies": {
|
|
@@ -110,9 +116,9 @@
|
|
|
110
116
|
"@walletconnect/ethereum-provider": "^2.23.1",
|
|
111
117
|
"mobx": "^6.15.0",
|
|
112
118
|
"mobx-react-lite": "^4.1.1",
|
|
113
|
-
"react": "^19.2.
|
|
114
|
-
"react-dom": "^19.2.
|
|
115
|
-
"react-intl": "^8.
|
|
119
|
+
"react": "^19.2.4",
|
|
120
|
+
"react-dom": "^19.2.4",
|
|
121
|
+
"react-intl": "^8.1.3",
|
|
116
122
|
"web3": "^4.16.0"
|
|
117
123
|
},
|
|
118
124
|
"peerDependencies": {
|
|
@@ -123,5 +129,5 @@
|
|
|
123
129
|
"react-intl": "6.x || 7.x || 8.x",
|
|
124
130
|
"web3": "4.x"
|
|
125
131
|
},
|
|
126
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "4cf1daf1792be09cd33106051ebbd0700dd65f07"
|
|
127
133
|
}
|