[FEATURE] PWA + Showcase Grid
CI / build-and-test (pull_request) Successful in 10m36s

This commit is contained in:
Pit Friedrich
2026-07-12 18:10:26 +02:00
parent 9df764d065
commit acb2f5964f
11 changed files with 4771 additions and 93 deletions
+22 -6
View File
@@ -40,7 +40,12 @@
"transform-ast": "2.4.4",
"typescript": "6.0.3",
"vite": "8.0.16",
"vite-plugin-checker": "0.14.4"
"vite-plugin-checker": "0.14.4",
"workbox-build": "7.4.1",
"workbox-core": "7.4.1",
"workbox-precaching": "7.4.1",
"workbox-routing": "7.4.1",
"workbox-strategies": "7.4.1"
},
"vaadin": {
"dependencies": {
@@ -81,9 +86,14 @@
"transform-ast": "2.4.4",
"typescript": "6.0.3",
"vite": "8.0.16",
"vite-plugin-checker": "0.14.4"
"vite-plugin-checker": "0.14.4",
"workbox-build": "7.4.1",
"workbox-core": "7.4.1",
"workbox-precaching": "7.4.1",
"workbox-routing": "7.4.1",
"workbox-strategies": "7.4.1"
},
"hash": "8bfc1d6a9ed865f834789abfbf3b610d4bb660aaee424aefb9e9ae718e11717b",
"hash": "c759239a4f6d12f111d0cab12fe3ce6fdb558c5f8e2a3f33425bcfb33577e99b",
"overrides": {
"@vaadin/a11y-base": "25.2.0",
"@vaadin/accordion": "25.2.0",
@@ -169,7 +179,10 @@
"proj4": "$proj4",
"react": "$react",
"react-dom": "$react-dom",
"react-router": "$react-router"
"react-router": "$react-router",
"workbox-build": {
"glob": "13.0.6"
}
}
},
"overrides": {
@@ -202,7 +215,6 @@
"@vaadin/progress-bar": "25.2.0",
"@vaadin/multi-select-combo-box": "25.2.0",
"proj4": "$proj4",
"apexcharts": "$apexcharts",
"@vaadin/crud": "25.2.0",
"react-router": "$react-router",
"@vaadin/time-picker": "25.2.0",
@@ -257,6 +269,10 @@
"@vaadin/rich-text-editor": "25.2.0",
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
"@vaadin/email-field": "25.2.0",
"@vaadin/message-input": "25.2.0"
"@vaadin/message-input": "25.2.0",
"workbox-build": {
"glob": "13.0.6"
},
"apexcharts": "$apexcharts"
}
}