Skip to content

Commit e410d95

Browse files
author
FalkWolsky
committed
Update Demo Plugin Sources - fix package
1 parent 3cfd977 commit e410d95

File tree

1 file changed

+5
-1
lines changed
  • client/packages/lowcoder-cli-template-typescript

1 file changed

+5
-1
lines changed

client/packages/lowcoder-cli-template-typescript/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
}
1919
},
2020
"devDependencies": {
21+
"@observablehq/runtime": "^4.8.2",
22+
"@types/react": "^18.2.45",
23+
"@types/react-dom": "^18.2.18",
2124
"lowcoder-cli": "^0.0.30",
2225
"lowcoder-sdk": "^2.1.10",
26+
"prop-types": "^15.7.2",
2327
"react": "^18.2.0",
2428
"react-dom": "^18.2.0",
2529
"react-resize-detector": "^7.0.0",
2630
"typescript": "5.3.3",
27-
"vite": "^4.3.9"
31+
"vite": "^5.0.10"
2832
},
2933
"keywords": [
3034
"Lowcoder, Component, Template, Plugin, Demonstrator"

0 commit comments

Comments
 (0)