@abtnode/ux 1.16.40 → 1.16.41-beta-20250316-103544-0b61aa75
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,29 +25,29 @@
|
|
|
25
25
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@abtnode/auth": "1.16.
|
|
29
|
-
"@abtnode/constant": "1.16.
|
|
30
|
-
"@abtnode/docker-utils": "1.16.
|
|
31
|
-
"@abtnode/util": "1.16.
|
|
28
|
+
"@abtnode/auth": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
29
|
+
"@abtnode/constant": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
30
|
+
"@abtnode/docker-utils": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
31
|
+
"@abtnode/util": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
32
32
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
33
33
|
"@arcblock/did": "^1.19.15",
|
|
34
|
-
"@arcblock/did-connect": "^2.12.
|
|
34
|
+
"@arcblock/did-connect": "^2.12.25",
|
|
35
35
|
"@arcblock/did-motif": "^1.1.13",
|
|
36
|
-
"@arcblock/icons": "^2.12.
|
|
37
|
-
"@arcblock/nft-display": "^2.12.
|
|
38
|
-
"@arcblock/react-hooks": "^2.12.
|
|
39
|
-
"@arcblock/terminal": "^2.12.
|
|
40
|
-
"@arcblock/ux": "^2.12.
|
|
36
|
+
"@arcblock/icons": "^2.12.25",
|
|
37
|
+
"@arcblock/nft-display": "^2.12.25",
|
|
38
|
+
"@arcblock/react-hooks": "^2.12.25",
|
|
39
|
+
"@arcblock/terminal": "^2.12.25",
|
|
40
|
+
"@arcblock/ux": "^2.12.25",
|
|
41
41
|
"@arcblock/validator": "^1.19.15",
|
|
42
|
-
"@blocklet/constant": "1.16.
|
|
42
|
+
"@blocklet/constant": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
43
43
|
"@blocklet/did-domain-react": "^0.3.68",
|
|
44
44
|
"@blocklet/did-space-react": "^1.0.34",
|
|
45
|
-
"@blocklet/js-sdk": "1.16.
|
|
46
|
-
"@blocklet/launcher-layout": "^2.12.
|
|
45
|
+
"@blocklet/js-sdk": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
46
|
+
"@blocklet/launcher-layout": "^2.12.25",
|
|
47
47
|
"@blocklet/list": "^0.16.32",
|
|
48
|
-
"@blocklet/meta": "1.16.
|
|
49
|
-
"@blocklet/ui-react": "^2.12.
|
|
50
|
-
"@blocklet/uploader": "^0.1.
|
|
48
|
+
"@blocklet/meta": "1.16.41-beta-20250316-103544-0b61aa75",
|
|
49
|
+
"@blocklet/ui-react": "^2.12.25",
|
|
50
|
+
"@blocklet/uploader": "^0.1.76",
|
|
51
51
|
"@emotion/react": "^11.10.4",
|
|
52
52
|
"@emotion/styled": "^11.10.4",
|
|
53
53
|
"@iconify-icons/logos": "^1.2.36",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"jest": "^29.7.0",
|
|
122
122
|
"jest-environment-jsdom": "^29.7.0"
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "0c6f54572f6a65be9ed8fd8d82bac574c5067cc4"
|
|
125
125
|
}
|