@blocklet/pages-kit-block-studio 0.1.40 → 0.4.22
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 +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-block-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.22",
|
|
4
4
|
"description": "Pages Kit block studio for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -91,9 +91,8 @@
|
|
|
91
91
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"p-limit": "^3.1.0",
|
|
95
94
|
"@blocklet/sdk": "^1.16.39",
|
|
96
|
-
"@blocklet/ui-react": "^2.12.
|
|
95
|
+
"@blocklet/ui-react": "^2.12.12",
|
|
97
96
|
"@blocklet/uploader-server": "^0.1.86",
|
|
98
97
|
"@mdx-js/react": "^3.1.0",
|
|
99
98
|
"@mui/material": "^5.16.14",
|
|
@@ -109,6 +108,7 @@
|
|
|
109
108
|
"gogocode": "^1.0.55",
|
|
110
109
|
"lodash": "^4.17.21",
|
|
111
110
|
"nanoid": "^3.3.7",
|
|
111
|
+
"p-limit": "^3.1.0",
|
|
112
112
|
"react": "^18.3.1",
|
|
113
113
|
"react-dom": "^18.3.1",
|
|
114
114
|
"react-router-dom": "^6.26.1",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
120
120
|
"vite-plugin-react-pages": "^5.0.0",
|
|
121
121
|
"yaml": "^2.5.0",
|
|
122
|
-
"@blocklet/pages-kit": "0.4.
|
|
122
|
+
"@blocklet/pages-kit": "0.4.22"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -138,7 +138,11 @@
|
|
|
138
138
|
"compression": "^1.7.4",
|
|
139
139
|
"react": "^18.3.1",
|
|
140
140
|
"react-dom": "^18.3.1",
|
|
141
|
-
"react-router-dom": "^6.26.1"
|
|
141
|
+
"react-router-dom": "^6.26.1",
|
|
142
|
+
"@blocklet/sdk": "^1.16.39",
|
|
143
|
+
"@blocklet/ui-react": "^2.12.12",
|
|
144
|
+
"@blocklet/uploader-server": "^0.1.86",
|
|
145
|
+
"@blocklet/pages-kit": "0.4.22"
|
|
142
146
|
},
|
|
143
147
|
"scripts": {
|
|
144
148
|
"lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
|