@blocklet/pages-kit-inner-components 0.0.9 → 0.0.11
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 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-inner-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Pages Kit inner components",
|
|
3
|
+
"version": "0.0.11",
|
|
4
|
+
"description": "Pages Kit inner components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -223,14 +223,27 @@
|
|
|
223
223
|
"yjs": "^13.6.18",
|
|
224
224
|
"zustand": "^4.5.5",
|
|
225
225
|
"@blocklet/pages-kit": "^0.4.8",
|
|
226
|
-
"@blocklet/pages-kit-block-studio": "^0.0.12"
|
|
227
|
-
"@blocklet/pages-kit-runtime": "^0.1.11"
|
|
226
|
+
"@blocklet/pages-kit-block-studio": "^0.0.12"
|
|
228
227
|
},
|
|
229
228
|
"peerDependencies": {
|
|
230
229
|
"axios": "^1.7.4",
|
|
231
230
|
"react": "^18.2.0",
|
|
232
231
|
"react-dom": "^18.2.0",
|
|
233
|
-
"react-router-dom": "^6.16.0"
|
|
232
|
+
"react-router-dom": "^6.16.0",
|
|
233
|
+
"@arcblock/did-connect": "^2.11.35",
|
|
234
|
+
"@arcblock/ux": "^2.11.35",
|
|
235
|
+
"@blocklet/uploader": "^0.1.67",
|
|
236
|
+
"@blocklet/uploader-server": "^0.1.79",
|
|
237
|
+
"@emotion/react": "^11.13.0",
|
|
238
|
+
"@emotion/styled": "^11.13.0",
|
|
239
|
+
"@mui/base": "^5.0.0-beta.40",
|
|
240
|
+
"@mui/icons-material": "^5.16.7",
|
|
241
|
+
"@mui/lab": "^5.0.0-alpha.173",
|
|
242
|
+
"@mui/material": "^5.16.7",
|
|
243
|
+
"@mui/styles": "^5.16.7",
|
|
244
|
+
"@mui/utils": "^5.16.6",
|
|
245
|
+
"@mui/x-date-pickers": "^7.13.0",
|
|
246
|
+
"ahooks": "^3.8.1"
|
|
234
247
|
},
|
|
235
248
|
"devDependencies": {
|
|
236
249
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|