@arcblock/ux 2.9.33 → 2.9.35
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "2.9.
|
3
|
+
"version": "2.9.35",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -43,9 +43,9 @@
|
|
43
43
|
"import": "./es/index.js",
|
44
44
|
"require": "./lib/index.js"
|
45
45
|
},
|
46
|
-
"./lib
|
47
|
-
"import": "./es
|
48
|
-
"require": "./lib
|
46
|
+
"./lib/*": {
|
47
|
+
"import": "./es/*.js",
|
48
|
+
"require": "./lib/*.js"
|
49
49
|
},
|
50
50
|
"./lib/ActionButton": {
|
51
51
|
"import": "./es/ActionButton/index.js",
|
@@ -352,12 +352,12 @@
|
|
352
352
|
"peerDependencies": {
|
353
353
|
"react": ">=18.1.0"
|
354
354
|
},
|
355
|
-
"gitHead": "
|
355
|
+
"gitHead": "a57ad56484ed0f59f2877f9519a9ab7861b65d9d",
|
356
356
|
"dependencies": {
|
357
357
|
"@arcblock/did-motif": "^1.1.13",
|
358
|
-
"@arcblock/icons": "^2.9.
|
359
|
-
"@arcblock/nft-display": "^2.9.
|
360
|
-
"@arcblock/react-hooks": "^2.9.
|
358
|
+
"@arcblock/icons": "^2.9.35",
|
359
|
+
"@arcblock/nft-display": "^2.9.35",
|
360
|
+
"@arcblock/react-hooks": "^2.9.35",
|
361
361
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
362
362
|
"@emotion/react": "^11.10.4",
|
363
363
|
"@emotion/styled": "^11.10.4",
|