Skip to content

Commit 256d1df

Browse files
upgrade version
1 parent 5305935 commit 256d1df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ async function createProject(projectName, options) {
152152
"@types/react",
153153
"@types/react-dom",
154154
"vite",
155+
"prop-types",
156+
"react-resize-detector",
157+
"@observablehq/runtime",
158+
"@observablehq/inspector",
159+
"@observablehq/stdlib",
155160
]);
156161

157162
await executeNodeScript(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-lowcoder-plugin",
3-
"version": "0.0.10",
3+
"version": "0.0.12",
44
"bin": "./index.js",
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)