From 9e7d54595cd18b1794bff1e67640d65ef19d69fd Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 23 Dec 2024 10:17:00 +0100 Subject: [PATCH] test: fix lumo npm version (#1151) --- integration-tests/react-smoke-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/react-smoke-test/package.json b/integration-tests/react-smoke-test/package.json index 03c301fe..7266c959 100644 --- a/integration-tests/react-smoke-test/package.json +++ b/integration-tests/react-smoke-test/package.json @@ -22,7 +22,7 @@ "@vaadin/bundles": "24.3.18", "@vaadin/common-frontend": "0.0.19", "@vaadin/router": "1.7.5", - "@vaadin/vaadin-lumo-styles": "^24.3.0", + "@vaadin/vaadin-lumo-styles": "24.3.18", "classnames": "^2.3.2", "construct-style-sheets-polyfill": "3.1.0", "lit": "3.1.2",