@arcblock/ux 2.9.68 → 2.9.69
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.69",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -355,15 +355,16 @@
|
|
355
355
|
},
|
356
356
|
"peerDependencies": {
|
357
357
|
"@mui/icons-material": ">=5.15.0",
|
358
|
-
"@mui/material": "
|
359
|
-
"react": ">=18.2.0"
|
358
|
+
"@mui/material": ">=5.15.0",
|
359
|
+
"react": ">=18.2.0",
|
360
|
+
"react-router-dom": ">=6.22.3"
|
360
361
|
},
|
361
|
-
"gitHead": "
|
362
|
+
"gitHead": "375716410d5c6dc796fbd8dcd3240b846a5e1b33",
|
362
363
|
"dependencies": {
|
363
364
|
"@arcblock/did-motif": "^1.1.13",
|
364
|
-
"@arcblock/icons": "^2.9.
|
365
|
-
"@arcblock/nft-display": "^2.9.
|
366
|
-
"@arcblock/react-hooks": "^2.9.
|
365
|
+
"@arcblock/icons": "^2.9.69",
|
366
|
+
"@arcblock/nft-display": "^2.9.69",
|
367
|
+
"@arcblock/react-hooks": "^2.9.69",
|
367
368
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
368
369
|
"@emotion/react": "^11.10.4",
|
369
370
|
"@emotion/styled": "^11.10.4",
|
@@ -399,7 +400,6 @@
|
|
399
400
|
"react-intersection-observer": "^8.34.0",
|
400
401
|
"react-lottie-player": "^1.4.3",
|
401
402
|
"react-player": "^1.15.3",
|
402
|
-
"react-router-dom": "^6.4.2",
|
403
403
|
"react-shadow": "^19.0.3",
|
404
404
|
"react-svg": "^16.1.18",
|
405
405
|
"react-use": "^17.4.0",
|