@blocklet/pages-kit 0.7.9 → 0.7.10
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.10",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@arcblock/did-connect-react": "^3.1.
|
|
107
|
+
"@arcblock/did-connect-react": "^3.1.58",
|
|
108
108
|
"@blocklet/aigne-hub": "^0.4.61",
|
|
109
109
|
"@blocklet/aigne-sdk": "^0.5.26",
|
|
110
110
|
"@blocklet/js-sdk": "^1.17.0-beta-20251105-030013-0c24dbf6",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"yaml": "^2.5.0",
|
|
160
160
|
"zod": "^3.25.76",
|
|
161
161
|
"zustand": "^4.5.5",
|
|
162
|
-
"@blocklet/pages-kit-core": "^0.7.
|
|
162
|
+
"@blocklet/pages-kit-core": "^0.7.10"
|
|
163
163
|
},
|
|
164
164
|
"peerDependencies": {
|
|
165
165
|
"@arcblock/ux": "^3.1.39",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"react-router-dom": "^6.16.0"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
182
|
-
"@arcblock/ux": "^3.1.
|
|
182
|
+
"@arcblock/ux": "^3.1.58",
|
|
183
183
|
"@blocklet/js-sdk": "^1.17.0-beta-20251105-030013-0c24dbf6",
|
|
184
184
|
"@blocklet/sdk": "^1.17.0-beta-20251105-030013-0c24dbf6",
|
|
185
185
|
"@emotion/cache": "^11.14.0",
|