Skip to content

Commit

Permalink
include generator-plugin-signals in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi committed Aug 1, 2024
1 parent ed159ed commit 49dd9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/prepare/templates/components/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@vaadin/hilla-generator-plugin-barrel": "{{version}}",
"@vaadin/hilla-generator-plugin-model": "{{version}}",
"@vaadin/hilla-generator-plugin-push": "{{version}}",
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}"
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}",
"@vaadin/hilla-generator-plugin-signals": "{{version}}"
}
}
3 changes: 2 additions & 1 deletion scripts/prepare/templates/components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@vaadin/hilla-generator-plugin-barrel": "{{version}}",
"@vaadin/hilla-generator-plugin-model": "{{version}}",
"@vaadin/hilla-generator-plugin-push": "{{version}}",
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}"
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}",
"@vaadin/hilla-generator-plugin-signals": "{{version}}"
}
}

0 comments on commit 49dd9f3

Please sign in to comment.