From 1c2ddff531b4d23e042aacda9ed4d7a8ff8a8d15 Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Fri, 9 Jun 2023 15:25:21 +0200 Subject: [PATCH] update dependencies in ui-plugins to match externals of @scm-manager/plugin-scripts --- scm-ui/ui-plugins/package.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 5bab0cdace..ed72891483 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -6,20 +6,25 @@ "ui-plugins": "./bin/ui-plugins.js" }, "dependencies": { - "@scm-manager/ui-components": "2.44.1-SNAPSHOT", - "@scm-manager/ui-extensions": "2.44.1-SNAPSHOT", - "@scm-manager/ui-forms": "2.44.1-SNAPSHOT", - "@scm-manager/ui-buttons": "2.44.1-SNAPSHOT", - "classnames": "^2.2.6", - "query-string": "6.14.1", - "react": "^17.0.1", - "react-hook-form": "^7.5.1", - "react-i18next": "11", - "react-redux": "^5.0.7", + "react": "17", + "react-dom": "17", "react-router": "^5.3.1", "react-router-dom": "^5.3.1", + "react-i18next": "11", + "styled-components": "^5.3.5", + "@scm-manager/ui-api": "2.44.1-SNAPSHOT", + "@scm-manager/ui-extensions": "2.44.1-SNAPSHOT", + "@scm-manager/ui-components": "2.44.1-SNAPSHOT", + "@scm-manager/ui-forms": "2.44.1-SNAPSHOT", + "@scm-manager/ui-buttons": "2.44.1-SNAPSHOT", + "@scm-manager/ui-overlays": "2.44.1-SNAPSHOT", + "@scm-manager/ui-layout": "2.44.1-SNAPSHOT", + "classnames": "^2.2.6", + "query-string": "6.14.1", "redux": "^4.0.0", - "styled-components": "^5.3.5" + "react-redux": "^5.0.7", + "react-hook-form": "^7.5.1", + "react-query": "^3.25.1" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -45,4 +50,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}