Skip to content

Commit

Permalink
Merge branch 'main' into taefi/dev-mode-views-json-in-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi authored Mar 25, 2024
2 parents cbbff87 + a3f5856 commit b1f431b
Show file tree
Hide file tree
Showing 18 changed files with 122 additions and 122 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ts/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-frontend",
"version": "24.4.0-alpha16",
"version": "24.4.0-alpha17",
"description": "Hilla core frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-cli",
"version": "24.4.0-alpha16",
"version": "24.4.0-alpha17",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,15 +45,15 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha16"
"@vaadin/hilla-generator-core": "24.4.0-alpha17"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha16",
"@vaadin/hilla-generator-utils": "24.4.0-alpha17",
"get-stdin": "^9.0.0",
"meow": "^12.1.1"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha16",
"@vaadin/hilla-generator-core": "24.4.0-alpha17",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": "^10.0.2",
Expand Down
Loading

0 comments on commit b1f431b

Please sign in to comment.