@blocklet/pages-kit-block-studio 0.5.56 → 0.6.1
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/lib/cjs/plugins/_theme.js +64 -14
- package/lib/cjs/plugins/vite-plugin-block-studio.js +51 -14
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/plugins/_theme.js +64 -14
- package/lib/esm/plugins/vite-plugin-block-studio.js +51 -14
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-block-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Pages Kit block studio for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@blocklet/sdk": "^1.16.44",
|
|
111
|
-
"@blocklet/ui-react": "^
|
|
112
|
-
"@blocklet/uploader-server": "^0.
|
|
111
|
+
"@blocklet/ui-react": "^3.0.8",
|
|
112
|
+
"@blocklet/uploader-server": "^0.2.0",
|
|
113
113
|
"@mdx-js/react": "^3.1.0",
|
|
114
|
-
"@mui/material": "^
|
|
114
|
+
"@mui/material": "^7.1.2",
|
|
115
115
|
"ahooks": "^3.8.4",
|
|
116
116
|
"axios": "^1.7.4",
|
|
117
117
|
"chalk": "^4.1.2",
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"lodash": "^4.17.21",
|
|
125
125
|
"nanoid": "^3.3.7",
|
|
126
126
|
"p-limit": "^3.1.0",
|
|
127
|
-
"react": "^
|
|
128
|
-
"react-dom": "^
|
|
127
|
+
"react": "^19.1.0",
|
|
128
|
+
"react-dom": "^19.1.0",
|
|
129
129
|
"react-router-dom": "^6.26.1",
|
|
130
130
|
"rollup-plugin-external-globals": "^0.12.1",
|
|
131
131
|
"split-pane-react": "^0.1.3",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"ts-to-zod": "^3.15.0",
|
|
134
134
|
"typescript": "^5.7.2",
|
|
135
135
|
"ufo": "^1.5.4",
|
|
136
|
-
"vite": "^
|
|
136
|
+
"vite": "^7.0.0",
|
|
137
137
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
138
138
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
139
139
|
"vite-plugin-react-pages": "^5.0.0",
|
|
@@ -141,33 +141,33 @@
|
|
|
141
141
|
"zod": "^3.24.2",
|
|
142
142
|
"zod-to-json-schema": "^3.24.4",
|
|
143
143
|
"zod-to-ts": "^1.2.0",
|
|
144
|
-
"@blocklet/pages-kit": "0.
|
|
144
|
+
"@blocklet/pages-kit": "0.6.1"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
147
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
148
148
|
"@types/compression": "^1.7.5",
|
|
149
149
|
"@types/express": "^4.17.21",
|
|
150
|
-
"@types/react": "^
|
|
151
|
-
"@types/react-dom": "^
|
|
152
|
-
"@vitejs/plugin-react": "^4.
|
|
150
|
+
"@types/react": "^19.1.8",
|
|
151
|
+
"@types/react-dom": "^19.1.6",
|
|
152
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
153
153
|
"npm-run-all": "^4.1.5",
|
|
154
154
|
"rimraf": "^6.0.1",
|
|
155
|
-
"vite-node": "^2.
|
|
155
|
+
"vite-node": "^3.2.4",
|
|
156
156
|
"vite-plugin-require": "^1.2.14",
|
|
157
|
-
"vite-tsconfig-paths": "^
|
|
157
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
158
158
|
"zx": "^8.3.0"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
161
|
"@blocklet/sdk": "^1.16.39",
|
|
162
|
-
"@blocklet/ui-react": "^
|
|
162
|
+
"@blocklet/ui-react": "^3.0.8",
|
|
163
163
|
"@blocklet/uploader-server": "^0.1.86",
|
|
164
|
-
"react": "^
|
|
165
|
-
"react-dom": "^
|
|
164
|
+
"react": "^19.1.0",
|
|
165
|
+
"react-dom": "^19.1.0",
|
|
166
166
|
"react-router-dom": "^6.26.1",
|
|
167
167
|
"zod": "^3.24.2",
|
|
168
168
|
"zod-to-json-schema": "^3.24.4",
|
|
169
169
|
"zod-to-ts": "^1.2.0",
|
|
170
|
-
"@blocklet/pages-kit": "0.
|
|
170
|
+
"@blocklet/pages-kit": "0.6.1"
|
|
171
171
|
},
|
|
172
172
|
"scripts": {
|
|
173
173
|
"lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
|