Skip to content

Commit

Permalink
upgrade to web-components and react-components 24.4.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi committed Jan 9, 2024
1 parent 990bbcb commit 4946f0e
Show file tree
Hide file tree
Showing 68 changed files with 12,659 additions and 13,568 deletions.
1,989 changes: 1,330 additions & 659 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"prettier": "$prettier"
},
"devDependencies": {
"@hilla/react-components": "^2.3.0",
"@vaadin/react-components": "^24.4.0-alpha3",
"@nx/js": "^16.10.0",
"@types/karma": "^6.3.5",
"@types/node": "^20.7.1",
"@vaadin/vaadin-lumo-styles": "^24.3.0",
"@vaadin/vaadin-lumo-styles": "^24.4.0-alpha3",
"chai-dom": "^1.11.0",
"compare-versions": "^6.1.0",
"concurrently": "^8.2.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ProgressBar } from '@hilla/react-components/ProgressBar.js';
import { ProgressBar } from '@vaadin/react-components/ProgressBar.js';

export default function Placeholder() {
return <ProgressBar indeterminate={true} className="m-0" />;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppLayout } from '@hilla/react-components/AppLayout.js';
import { DrawerToggle } from '@hilla/react-components/DrawerToggle.js';
import { Item } from '@hilla/react-components/Item.js';
import { Scroller } from '@hilla/react-components/Scroller.js';
import { AppLayout } from '@vaadin/react-components/AppLayout.js';
import { DrawerToggle } from '@vaadin/react-components/DrawerToggle.js';
import { Item } from '@vaadin/react-components/Item.js';
import { Scroller } from '@vaadin/react-components/Scroller.js';
import Placeholder from 'Frontend/components/placeholder/Placeholder.js';
import { MenuProps, routes, useViewMatches, ViewRouteObject } from 'Frontend/routes.js';
import { Suspense } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Button } from '@hilla/react-components/Button.js';
import { Notification } from '@hilla/react-components/Notification.js';
import {TextField, TextFieldElement} from '@hilla/react-components/TextField.js';
import { Button } from '@vaadin/react-components/Button.js';
import { Notification } from '@vaadin/react-components/Notification.js';
import {TextField, TextFieldElement} from '@vaadin/react-components/TextField.js';
import { HelloReactEndpoint } from 'Frontend/generated/endpoints';
import {useState} from 'react';
import * as React from "react";
Expand Down
14 changes: 7 additions & 7 deletions packages/java/tests/gradle/single-module-tests/package-lock.json

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

33 changes: 16 additions & 17 deletions packages/java/tests/gradle/single-module-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
"@vaadin/hilla-generator-plugin-push": "file:../../../../ts/generator-plugin-push",
"@vaadin/hilla-generator-plugin-subtypes": "file:../../../../ts/generator-plugin-subtypes",
"@vaadin/hilla-generator-utils": "file:../../../../ts/generator-utils",
"@hilla/hilla-frontend": "file:../../../../ts/core",
"@vaadin/hilla-react-auth": "file:../../../../ts/hilla-react-auth",
"@hilla/react-components": "2.1.11",
"@vaadin/react-components": "^24.4.0-alpha3",
"@vaadin/hilla-react-crud": "file:../../../../ts/hilla-react-crud",
"@vaadin/hilla-react-form": "file:../../../../ts/hilla-react-form",
"@polymer/polymer": "3.5.1",
"@vaadin-component-factory/vcf-nav": "1.1.0",
"@vaadin/bundles": "24.1.11",
"@vaadin/bundles": "^24.4.0-alpha3",
"@vaadin/common-frontend": "0.0.18",
"@vaadin/router": "1.7.5",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -59,7 +58,7 @@
"lit": "$lit",
"@polymer/polymer": "$@polymer/polymer",
"@vaadin/bundles": "$@vaadin/bundles",
"@hilla/react-components": "$@hilla/react-components",
"@vaadin/react-components": "$@vaadin/react-components",
"@vaadin-component-factory/vcf-nav": "$@vaadin-component-factory/vcf-nav",
"classnames": "$classnames",
"react": "$react",
Expand All @@ -78,20 +77,20 @@
},
"vaadin": {
"dependencies": {
"@vaadin/hilla-lit-form": "2.2.2",
"@vaadin/hilla-core": "2.2.2",
"@vaadin/hilla-generator-cli": "2.2.2",
"@vaadin/hilla-generator-core": "2.2.2",
"@vaadin/hilla-generator-plugin-backbone": "2.2.2",
"@vaadin/hilla-generator-plugin-barrel": "2.2.2",
"@vaadin/hilla-generator-plugin-client": "2.2.2",
"@vaadin/hilla-generator-plugin-model": "2.2.2",
"@vaadin/hilla-generator-plugin-push": "2.2.2",
"@vaadin/hilla-generator-utils": "2.2.2",
"@hilla/react-components": "2.1.11",
"@vaadin/hilla-react-form": "2.2.2",
"@vaadin/hilla-lit-form": "^24.4.0",
"@vaadin/hilla-core": "^24.4.0",
"@vaadin/hilla-generator-cli": "^24.4.0",
"@vaadin/hilla-generator-core": "^24.4.0",
"@vaadin/hilla-generator-plugin-backbone": "^24.4.0",
"@vaadin/hilla-generator-plugin-barrel": "^24.4.0",
"@vaadin/hilla-generator-plugin-client": "^24.4.0",
"@vaadin/hilla-generator-plugin-model": "^24.4.0",
"@vaadin/hilla-generator-plugin-push": "^24.4.0",
"@vaadin/hilla-generator-utils": "^24.4.0",
"@vaadin/react-components": "^24.4.0-alpha3",
"@vaadin/hilla-react-form": "^24.4.0",
"@polymer/polymer": "3.5.1",
"@vaadin/bundles": "24.1.11",
"@vaadin/bundles": "^24.4.0-alpha3",
"@vaadin/common-frontend": "0.0.18",
"@vaadin/router": "1.7.5",
"construct-style-sheets-polyfill": "3.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ProgressBar } from '@hilla/react-components/ProgressBar.js';
import { ProgressBar } from '@vaadin/react-components/ProgressBar.js';

export default function Placeholder() {
return <ProgressBar indeterminate={true} className="m-0" />;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppLayout } from '@hilla/react-components/AppLayout.js';
import { DrawerToggle } from '@hilla/react-components/DrawerToggle.js';
import { Item } from '@hilla/react-components/Item.js';
import { Scroller } from '@hilla/react-components/Scroller.js';
import { AppLayout } from '@vaadin/react-components/AppLayout.js';
import { DrawerToggle } from '@vaadin/react-components/DrawerToggle.js';
import { Item } from '@vaadin/react-components/Item.js';
import { Scroller } from '@vaadin/react-components/Scroller.js';
import Placeholder from 'Frontend/components/placeholder/Placeholder.js';
import { MenuProps, routes, useViewMatches, ViewRouteObject } from 'Frontend/routes.js';
import { Suspense } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Button } from '@hilla/react-components/Button.js';
import { Notification } from '@hilla/react-components/Notification.js';
import {TextField, TextFieldElement} from '@hilla/react-components/TextField.js';
import { Button } from '@vaadin/react-components/Button.js';
import { Notification } from '@vaadin/react-components/Notification.js';
import {TextField, TextFieldElement} from '@vaadin/react-components/TextField.js';
import { HelloReactEndpoint } from 'Frontend/generated/endpoints';
import {useState} from 'react';
import * as React from "react";
Expand Down
Loading

0 comments on commit 4946f0e

Please sign in to comment.