Skip to content

Commit 95d22cd

Browse files
committed
Update versions
1 parent 9a31f70 commit 95d22cd

File tree

5 files changed

+69
-62
lines changed

5 files changed

+69
-62
lines changed

unified-chat-tutorial-flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<properties>
1313
<java.version>21</java.version>
14-
<vaadin.version>24.4.0.beta1</vaadin.version>
14+
<vaadin.version>24.4.1</vaadin.version>
1515
</properties>
1616

1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.2.5</version>
20+
<version>3.3.0</version>
2121
<relativePath/>
2222
</parent>
2323

unified-chat-tutorial-hilla/package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"@preact/signals-react": "^2.0.0",
88
"@vaadin/bundles": "24.4.0-alpha22",
99
"@vaadin/common-frontend": "0.0.19",
10-
"@vaadin/hilla-file-router": "24.4.0-beta1",
11-
"@vaadin/hilla-frontend": "24.4.0-beta1",
12-
"@vaadin/hilla-lit-form": "24.4.0-beta1",
13-
"@vaadin/hilla-react-auth": "24.4.0-beta1",
14-
"@vaadin/hilla-react-crud": "24.4.0-beta1",
15-
"@vaadin/hilla-react-form": "24.4.0-beta1",
16-
"@vaadin/hilla-react-i18n": "24.4.0-beta1",
17-
"@vaadin/hilla-react-signals": "24.4.0-beta1",
10+
"@vaadin/hilla-file-router": "24.4.0",
11+
"@vaadin/hilla-frontend": "24.4.0",
12+
"@vaadin/hilla-lit-form": "24.4.0",
13+
"@vaadin/hilla-react-auth": "24.4.0",
14+
"@vaadin/hilla-react-crud": "24.4.0",
15+
"@vaadin/hilla-react-form": "24.4.0",
16+
"@vaadin/hilla-react-i18n": "24.4.0",
17+
"@vaadin/hilla-react-signals": "24.4.0",
1818
"@vaadin/polymer-legacy-adapter": "24.4.0-alpha22",
1919
"@vaadin/react-components": "24.4.0-alpha22",
2020
"@vaadin/router": "1.7.5",
@@ -25,37 +25,37 @@
2525
"@vaadin/vaadin-usage-statistics": "2.1.2",
2626
"construct-style-sheets-polyfill": "3.1.0",
2727
"date-fns": "2.29.3",
28-
"lit": "3.1.3",
29-
"react": "18.3.0",
30-
"react-dom": "18.3.0",
31-
"react-router-dom": "6.23.0"
28+
"lit": "3.1.4",
29+
"react": "18.3.1",
30+
"react-dom": "18.3.1",
31+
"react-router-dom": "6.23.1"
3232
},
3333
"devDependencies": {
34-
"@babel/preset-react": "7.24.1",
35-
"@rollup/plugin-replace": "5.0.5",
34+
"@babel/preset-react": "7.24.7",
35+
"@rollup/plugin-replace": "5.0.7",
3636
"@rollup/pluginutils": "5.1.0",
37-
"@types/react": "18.3.0",
37+
"@types/react": "18.3.3",
3838
"@types/react-dom": "18.3.0",
39-
"@vaadin/hilla-generator-cli": "24.4.0-beta1",
40-
"@vaadin/hilla-generator-core": "24.4.0-beta1",
41-
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-beta1",
42-
"@vaadin/hilla-generator-plugin-barrel": "24.4.0-beta1",
43-
"@vaadin/hilla-generator-plugin-client": "24.4.0-beta1",
44-
"@vaadin/hilla-generator-plugin-model": "24.4.0-beta1",
45-
"@vaadin/hilla-generator-plugin-push": "24.4.0-beta1",
46-
"@vaadin/hilla-generator-plugin-subtypes": "24.4.0-beta1",
47-
"@vaadin/hilla-generator-utils": "24.4.0-beta1",
48-
"@vitejs/plugin-react": "4.2.1",
39+
"@vaadin/hilla-generator-cli": "24.4.0",
40+
"@vaadin/hilla-generator-core": "24.4.0",
41+
"@vaadin/hilla-generator-plugin-backbone": "24.4.0",
42+
"@vaadin/hilla-generator-plugin-barrel": "24.4.0",
43+
"@vaadin/hilla-generator-plugin-client": "24.4.0",
44+
"@vaadin/hilla-generator-plugin-model": "24.4.0",
45+
"@vaadin/hilla-generator-plugin-push": "24.4.0",
46+
"@vaadin/hilla-generator-plugin-subtypes": "24.4.0",
47+
"@vaadin/hilla-generator-utils": "24.4.0",
48+
"@vitejs/plugin-react": "4.3.1",
4949
"async": "3.2.5",
50-
"glob": "10.3.12",
50+
"glob": "10.4.1",
5151
"rollup-plugin-brotli": "3.1.0",
5252
"rollup-plugin-visualizer": "5.12.0",
5353
"strip-css-comments": "5.0.0",
5454
"transform-ast": "2.4.4",
5555
"typescript": "5.4.5",
56-
"vite": "5.2.10",
56+
"vite": "5.2.13",
5757
"vite-plugin-checker": "0.6.4",
58-
"workbox-build": "7.1.0",
58+
"workbox-build": "7.1.1",
5959
"workbox-core": "7.1.0",
6060
"workbox-precaching": "7.1.0"
6161
},
@@ -64,14 +64,14 @@
6464
"@polymer/polymer": "3.5.1",
6565
"@vaadin/bundles": "24.4.0-alpha22",
6666
"@vaadin/common-frontend": "0.0.19",
67-
"@vaadin/hilla-file-router": "24.4.0-beta1",
68-
"@vaadin/hilla-frontend": "24.4.0-beta1",
69-
"@vaadin/hilla-lit-form": "24.4.0-beta1",
70-
"@vaadin/hilla-react-auth": "24.4.0-beta1",
71-
"@vaadin/hilla-react-crud": "24.4.0-beta1",
72-
"@vaadin/hilla-react-form": "24.4.0-beta1",
73-
"@vaadin/hilla-react-i18n": "24.4.0-beta1",
74-
"@vaadin/hilla-react-signals": "24.4.0-beta1",
67+
"@vaadin/hilla-file-router": "24.4.0",
68+
"@vaadin/hilla-frontend": "24.4.0",
69+
"@vaadin/hilla-lit-form": "24.4.0",
70+
"@vaadin/hilla-react-auth": "24.4.0",
71+
"@vaadin/hilla-react-crud": "24.4.0",
72+
"@vaadin/hilla-react-form": "24.4.0",
73+
"@vaadin/hilla-react-i18n": "24.4.0",
74+
"@vaadin/hilla-react-signals": "24.4.0",
7575
"@vaadin/polymer-legacy-adapter": "24.4.0-alpha22",
7676
"@vaadin/react-components": "24.4.0-alpha22",
7777
"@vaadin/router": "1.7.5",
@@ -82,37 +82,37 @@
8282
"@vaadin/vaadin-usage-statistics": "2.1.2",
8383
"construct-style-sheets-polyfill": "3.1.0",
8484
"date-fns": "2.29.3",
85-
"lit": "3.1.3",
86-
"react": "18.3.0",
87-
"react-dom": "18.3.0",
88-
"react-router-dom": "6.23.0"
85+
"lit": "3.1.4",
86+
"react": "18.3.1",
87+
"react-dom": "18.3.1",
88+
"react-router-dom": "6.23.1"
8989
},
9090
"devDependencies": {
91-
"@babel/preset-react": "7.24.1",
92-
"@rollup/plugin-replace": "5.0.5",
91+
"@babel/preset-react": "7.24.7",
92+
"@rollup/plugin-replace": "5.0.7",
9393
"@rollup/pluginutils": "5.1.0",
94-
"@types/react": "18.3.0",
94+
"@types/react": "18.3.3",
9595
"@types/react-dom": "18.3.0",
96-
"@vaadin/hilla-generator-cli": "24.4.0-beta1",
97-
"@vaadin/hilla-generator-core": "24.4.0-beta1",
98-
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-beta1",
99-
"@vaadin/hilla-generator-plugin-barrel": "24.4.0-beta1",
100-
"@vaadin/hilla-generator-plugin-client": "24.4.0-beta1",
101-
"@vaadin/hilla-generator-plugin-model": "24.4.0-beta1",
102-
"@vaadin/hilla-generator-plugin-push": "24.4.0-beta1",
103-
"@vaadin/hilla-generator-plugin-subtypes": "24.4.0-beta1",
104-
"@vaadin/hilla-generator-utils": "24.4.0-beta1",
105-
"@vitejs/plugin-react": "4.2.1",
96+
"@vaadin/hilla-generator-cli": "24.4.0",
97+
"@vaadin/hilla-generator-core": "24.4.0",
98+
"@vaadin/hilla-generator-plugin-backbone": "24.4.0",
99+
"@vaadin/hilla-generator-plugin-barrel": "24.4.0",
100+
"@vaadin/hilla-generator-plugin-client": "24.4.0",
101+
"@vaadin/hilla-generator-plugin-model": "24.4.0",
102+
"@vaadin/hilla-generator-plugin-push": "24.4.0",
103+
"@vaadin/hilla-generator-plugin-subtypes": "24.4.0",
104+
"@vaadin/hilla-generator-utils": "24.4.0",
105+
"@vitejs/plugin-react": "4.3.1",
106106
"async": "3.2.5",
107-
"glob": "10.3.12",
107+
"glob": "10.4.1",
108108
"rollup-plugin-brotli": "3.1.0",
109109
"rollup-plugin-visualizer": "5.12.0",
110110
"strip-css-comments": "5.0.0",
111111
"transform-ast": "2.4.4",
112112
"typescript": "5.4.5",
113-
"vite": "5.2.10",
113+
"vite": "5.2.13",
114114
"vite-plugin-checker": "0.6.4",
115-
"workbox-build": "7.1.0",
115+
"workbox-build": "7.1.1",
116116
"workbox-core": "7.1.0",
117117
"workbox-precaching": "7.1.0"
118118
},

unified-chat-tutorial-hilla/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<properties>
1313
<java.version>21</java.version>
14-
<vaadin.version>24.4.0.beta1</vaadin.version>
14+
<vaadin.version>24.4.1</vaadin.version>
1515
</properties>
1616

1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.2.5</version>
20+
<version>3.3.0</version>
2121
<relativePath/>
2222
</parent>
2323

unified-chat-tutorial-hilla/types.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ declare module '*.css?inline' {
88
const content: CSSResultGroup;
99
export default content;
1010
}
11+
12+
// Allow any CSS Custom Properties
13+
declare module 'csstype' {
14+
interface Properties {
15+
[index: `--${string}`]: any;
16+
}
17+
}

unified-chat-tutorial-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<properties>
1313
<java.version>21</java.version>
14-
<vaadin.version>24.4.0.beta1</vaadin.version>
14+
<vaadin.version>24.4.1</vaadin.version>
1515
</properties>
1616

1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.2.5</version>
20+
<version>3.3.0</version>
2121
<relativePath/>
2222
</parent>
2323

0 commit comments

Comments
 (0)