From df8ac2039d4cd142ebcd54a304e4f6e9f83767b0 Mon Sep 17 00:00:00 2001 From: Sinclert Date: Sat, 19 Feb 2022 12:52:58 +0100 Subject: [PATCH] Fix semantic-ui-css version https://github.com/Semantic-Org/Semantic-UI-CSS/issues/81 --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b33d5ef..3fe0e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react-leaflet": "^3.2.5", "react-router-dom": "^5.3.0", "react-scripts": "^5.0.0", - "semantic-ui-css": "^2.4.1", + "semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git", "semantic-ui-react": "^2.1.1" }, "devDependencies": { @@ -15638,8 +15638,8 @@ }, "node_modules/semantic-ui-css": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/semantic-ui-css/-/semantic-ui-css-2.4.1.tgz", - "integrity": "sha512-Pkp0p9oWOxlH0kODx7qFpIRYpK1T4WJOO4lNnpNPOoWKCrYsfHqYSKgk5fHfQtnWnsAKy7nLJMW02bgDWWFZFg==", + "resolved": "git+ssh://git@github.com/Semantic-Org/Semantic-UI-CSS.git#01e4a5346496c284db3b19a102458731ccccd911", + "license": "MIT", "dependencies": { "jquery": "x.*" } @@ -29148,9 +29148,8 @@ } }, "semantic-ui-css": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/semantic-ui-css/-/semantic-ui-css-2.4.1.tgz", - "integrity": "sha512-Pkp0p9oWOxlH0kODx7qFpIRYpK1T4WJOO4lNnpNPOoWKCrYsfHqYSKgk5fHfQtnWnsAKy7nLJMW02bgDWWFZFg==", + "version": "git+ssh://git@github.com/Semantic-Org/Semantic-UI-CSS.git#01e4a5346496c284db3b19a102458731ccccd911", + "from": "semantic-ui-css@git+https://github.com/Semantic-Org/Semantic-UI-CSS.git", "requires": { "jquery": "x.*" } diff --git a/package.json b/package.json index c1ce821..72d58e0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-leaflet": "^3.2.5", "react-router-dom": "^5.3.0", "react-scripts": "^5.0.0", - "semantic-ui-css": "^2.4.1", + "semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git", "semantic-ui-react": "^2.1.1" }, "devDependencies": {