Skip to content

Commit

Permalink
fix plugin-signals dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi committed May 31, 2024
1 parent 9b595ee commit 89aab02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/ts/generator-plugin-signals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-signals",
"version": "24.4.0-beta1",
"version": "24.5.0-alpha1",
"description": "A Hilla TypeScript Generator plugin to add Shared Signals support",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,12 +51,12 @@
"access": "public"
},
"peerDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-beta1",
"@vaadin/hilla-generator-plugin-client": "24.4.0-beta1"
"@vaadin/hilla-generator-plugin-client": "24.5.0-alpha1"
},
"dependencies": {
"@vaadin/hilla-generator-plugin-backbone": "^24.4.0-beta1",
"@vaadin/hilla-generator-utils": "24.4.0-beta1",
"@vaadin/hilla-generator-core": "24.5.0-alpha1",
"@vaadin/hilla-generator-plugin-backbone": "^24.5.0-alpha1",
"@vaadin/hilla-generator-utils": "24.5.0-alpha1",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
Expand All @@ -67,8 +67,8 @@
"@types/node": "^20.7.1",
"@types/sinon": "^10.0.17",
"@types/sinon-chai": "^3.2.10",
"@vaadin/hilla-generator-core": "24.4.0-beta1",
"@vaadin/hilla-generator-plugin-client": "24.4.0-beta1",
"@vaadin/hilla-generator-core": "24.5.0-alpha1",
"@vaadin/hilla-generator-plugin-client": "24.5.0-alpha1",
"c8": "^8.0.1",
"chai": "^4.3.10",
"concurrently": "^8.2.1",
Expand Down

0 comments on commit 89aab02

Please sign in to comment.