Skip to content

Commit

Permalink
Merge branch 'main' into test/vitest-fallback
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
Lodin committed Feb 5, 2025
2 parents 23bdf7b + 2c651bb commit c50f387
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 126 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/ts/file-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-file-router",
"version": "24.7.0-alpha10",
"version": "24.7.0-alpha11",
"description": "Hilla file-based router",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -63,9 +63,9 @@
"react-router": "7"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.7.0-alpha10",
"@vaadin/hilla-react-auth": "24.7.0-alpha10",
"@vaadin/hilla-react-signals": "24.7.0-alpha10",
"@vaadin/hilla-generator-utils": "24.7.0-alpha11",
"@vaadin/hilla-react-auth": "24.7.0-alpha11",
"@vaadin/hilla-react-signals": "24.7.0-alpha11",
"typescript": "5.7.3"
}
}
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.7.0-alpha10",
"version": "24.7.0-alpha11",
"description": "Hilla core frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
6 changes: 3 additions & 3 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.7.0-alpha10",
"version": "24.7.0-alpha11",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -46,8 +46,8 @@
"tsgen": "bin/index.js"
},
"dependencies": {
"@vaadin/hilla-generator-core": "24.7.0-alpha10",
"@vaadin/hilla-generator-utils": "24.7.0-alpha10",
"@vaadin/hilla-generator-core": "24.7.0-alpha11",
"@vaadin/hilla-generator-utils": "24.7.0-alpha11",
"get-stdin": "9.0.0",
"meow": "13.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/generator-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-core",
"version": "24.7.0-alpha10",
"version": "24.7.0-alpha11",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.1",
"@vaadin/hilla-generator-utils": "24.7.0-alpha10",
"@vaadin/hilla-generator-utils": "24.7.0-alpha11",
"meow": "13.2.0",
"openapi-types": "12.1.3",
"typescript": "5.7.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-plugin-backbone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-backbone",
"version": "24.7.0-alpha10",
"version": "24.7.0-alpha11",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -52,9 +52,9 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-generator-core": "24.7.0-alpha10",
"@vaadin/hilla-generator-plugin-client": "24.7.0-alpha10",
"@vaadin/hilla-generator-utils": "24.7.0-alpha10",
"@vaadin/hilla-generator-core": "24.7.0-alpha11",
"@vaadin/hilla-generator-plugin-client": "24.7.0-alpha11",
"@vaadin/hilla-generator-utils": "24.7.0-alpha11",
"fast-deep-equal": "3.1.3",
"openapi-types": "12.1.3",
"typescript": "5.7.3"
Expand Down
Loading

0 comments on commit c50f387

Please sign in to comment.