From 95e7bc48a42c79800d4b3465454dce2bc348f151 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 24 Oct 2025 14:13:47 +0200 Subject: [PATCH] Update react components --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a037ed8e6..138af507a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "masonry-layout": "^4.2.2" }, "devDependencies": { - "@wger-project/react-components": "25.10.16" + "@wger-project/react-components": "^25.10.24" } }, "node_modules/@babel/code-frame": { @@ -2071,9 +2071,9 @@ } }, "node_modules/@wger-project/react-components": { - "version": "25.10.16", - "resolved": "https://registry.npmjs.org/@wger-project/react-components/-/react-components-25.10.16.tgz", - "integrity": "sha512-uFWqq8wgrrphNEcBsYzLlIYJgI/I0DkJ/q+gDb5OMAArDmQwKbctbfFPMNn8hTLwsA2L3p5piXz+CXYO7LQk7w==", + "version": "25.10.24", + "resolved": "https://registry.npmjs.org/@wger-project/react-components/-/react-components-25.10.24.tgz", + "integrity": "sha512-SA6AOfGNtS/sprhgKTS6tJzBj5oBZwr0kAPBxs7EQ+tSfzTDRaGRHEPEOOFMjTZ8lreFy6fX7fqg+yQWjiaLqw==", "dev": true, "dependencies": { "@emotion/babel-plugin": "^11.13.5", diff --git a/package.json b/package.json index 9b74c23e5..c280483b5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "masonry-layout": "^4.2.2" }, "devDependencies": { - "@wger-project/react-components": "25.10.16" + "@wger-project/react-components": "^25.10.24" }, "scripts": { "build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/bootstrap-compiled.css"