From 45daba8420681fcd3c21888f0fbaa987d2433c66 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Wed, 23 Mar 2022 18:13:03 +0100 Subject: [PATCH] Use https://github.com/peacekeeper/Fomantic-UI-CSS/commit/c94ff9bd5ab897cd3e3facd2c968090da8755dcb for Fomantic UI CSS because it fixes https://github.com/Semantic-Org/Semantic-UI-CSS/pull/76 which prevents upgrade to Webpack 5. --- components/frontend/package-lock.json | 17 +++++++++-------- components/frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 0f4e05be37..71d864f6bc 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -1,14 +1,14 @@ { "name": "quality-time-app", - "version": "3.34.0-rc.2", + "version": "3.34.0-rc.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quality-time-app", - "version": "3.34.0-rc.2", + "version": "3.34.0-rc.7", "dependencies": { - "fomantic-ui-css": "^2.8.8", + "fomantic-ui-css": "git+https://github.com/peacekeeper/Fomantic-UI-CSS.git#c94ff9bd5ab897cd3e3facd2c968090da8755dcb", "history": "^5.3.0", "md5": "^2.3.0", "react": "^17.0.2", @@ -9346,8 +9346,9 @@ }, "node_modules/fomantic-ui-css": { "version": "2.8.8", - "resolved": "https://registry.npmjs.org/fomantic-ui-css/-/fomantic-ui-css-2.8.8.tgz", - "integrity": "sha512-mVzOha6ApNT0yolKHTt5MHla1aR7w8EKkk/B6FLaa8Bia48qhO1MDFKZriT93eS1RHOZzrN42GcNpT/mH6qMVA==", + "resolved": "git+ssh://git@github.com/peacekeeper/Fomantic-UI-CSS.git#c94ff9bd5ab897cd3e3facd2c968090da8755dcb", + "integrity": "sha512-S+zpD3XmvXoD45mUilGrygXTHsnB9dk9iZ9sTk9XjQ/nBwPhvwKNLlGMDcbXyOHzovR/CLvkf9bjFgiApEzGkg==", + "license": "MIT", "dependencies": { "jquery": "^3.4.0" } @@ -31748,9 +31749,9 @@ "dev": true }, "fomantic-ui-css": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/fomantic-ui-css/-/fomantic-ui-css-2.8.8.tgz", - "integrity": "sha512-mVzOha6ApNT0yolKHTt5MHla1aR7w8EKkk/B6FLaa8Bia48qhO1MDFKZriT93eS1RHOZzrN42GcNpT/mH6qMVA==", + "version": "git+ssh://git@github.com/peacekeeper/Fomantic-UI-CSS.git#c94ff9bd5ab897cd3e3facd2c968090da8755dcb", + "integrity": "sha512-S+zpD3XmvXoD45mUilGrygXTHsnB9dk9iZ9sTk9XjQ/nBwPhvwKNLlGMDcbXyOHzovR/CLvkf9bjFgiApEzGkg==", + "from": "fomantic-ui-css@git+https://github.com/peacekeeper/Fomantic-UI-CSS.git#c94ff9bd5ab897cd3e3facd2c968090da8755dcb", "requires": { "jquery": "^3.4.0" } diff --git a/components/frontend/package.json b/components/frontend/package.json index cba3c0a962..f8049d2c93 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "proxy": "http://localhost:5001", "dependencies": { - "fomantic-ui-css": "^2.8.8", + "fomantic-ui-css": "git+https://github.com/peacekeeper/Fomantic-UI-CSS.git#c94ff9bd5ab897cd3e3facd2c968090da8755dcb", "history": "^5.3.0", "md5": "^2.3.0", "react": "^17.0.2",