@blocklet/pages-kit-block-studio 0.1.40 → 0.4.23
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-block-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.23",
|
|
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",
|
|
@@ -116,10 +116,11 @@
|
|
|
116
116
|
"typescript": "^5.7.2",
|
|
117
117
|
"ufo": "^1.5.4",
|
|
118
118
|
"vite": "^5.4.11",
|
|
119
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
119
120
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
120
121
|
"vite-plugin-react-pages": "^5.0.0",
|
|
121
122
|
"yaml": "^2.5.0",
|
|
122
|
-
"@blocklet/pages-kit": "0.4.
|
|
123
|
+
"@blocklet/pages-kit": "0.4.23"
|
|
123
124
|
},
|
|
124
125
|
"devDependencies": {
|
|
125
126
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -135,10 +136,14 @@
|
|
|
135
136
|
"zx": "^8.3.0"
|
|
136
137
|
},
|
|
137
138
|
"peerDependencies": {
|
|
139
|
+
"@blocklet/sdk": "^1.16.39",
|
|
140
|
+
"@blocklet/ui-react": "^2.12.12",
|
|
141
|
+
"@blocklet/uploader-server": "^0.1.86",
|
|
138
142
|
"compression": "^1.7.4",
|
|
139
143
|
"react": "^18.3.1",
|
|
140
144
|
"react-dom": "^18.3.1",
|
|
141
|
-
"react-router-dom": "^6.26.1"
|
|
145
|
+
"react-router-dom": "^6.26.1",
|
|
146
|
+
"@blocklet/pages-kit": "0.4.23"
|
|
142
147
|
},
|
|
143
148
|
"scripts": {
|
|
144
149
|
"lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
|