@arcblock/ux 2.9.38 → 2.9.39
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.39",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -350,14 +350,16 @@
|
|
350
350
|
"moment-timezone": "^0.5.37"
|
351
351
|
},
|
352
352
|
"peerDependencies": {
|
353
|
-
"
|
353
|
+
"@mui/icons-material": ">=5.15.0",
|
354
|
+
"@mui/material": "^5.15.0",
|
355
|
+
"react": ">=18.2.0"
|
354
356
|
},
|
355
|
-
"gitHead": "
|
357
|
+
"gitHead": "1720406ba45ba1438e05aef3894ab3290de4109a",
|
356
358
|
"dependencies": {
|
357
359
|
"@arcblock/did-motif": "^1.1.13",
|
358
|
-
"@arcblock/icons": "^2.9.
|
359
|
-
"@arcblock/nft-display": "^2.9.
|
360
|
-
"@arcblock/react-hooks": "^2.9.
|
360
|
+
"@arcblock/icons": "^2.9.39",
|
361
|
+
"@arcblock/nft-display": "^2.9.39",
|
362
|
+
"@arcblock/react-hooks": "^2.9.39",
|
361
363
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
362
364
|
"@emotion/react": "^11.10.4",
|
363
365
|
"@emotion/styled": "^11.10.4",
|
@@ -367,8 +369,6 @@
|
|
367
369
|
"@iconify-icons/material-symbols": "^1.2.58",
|
368
370
|
"@iconify-icons/mdi": "^1.2.48",
|
369
371
|
"@iconify/react": "^4.1.1",
|
370
|
-
"@mui/icons-material": "^5.14.8",
|
371
|
-
"@mui/material": "^5.14.8",
|
372
372
|
"@solana/qr-code-styling": "^1.6.0-beta.0",
|
373
373
|
"@testing-library/react": "^14.0.0",
|
374
374
|
"ahooks": "^3.7.8",
|