From c083e8a7cfe817d38a7db01d2368b1899f0e9a12 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 28 May 2020 10:14:12 +0200 Subject: [PATCH] package.json: Fix versions Use ^ for node-sass, it's a development dependency. Drop the ^ for patternfly, as these are runtime dependencies controlled by our npm-update bot. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9a7cdee..339e787 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "htmlparser": "^1.7.7", "jed": "^1.1.1", "mini-css-extract-plugin": "^0.9.0", - "node-sass": "4.14.1", + "node-sass": "^4.14.1", "po2json": "^1.0.0-alpha", "sass-loader": "^7.0.3", "sizzle": "^2.3.3", @@ -46,8 +46,8 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "@patternfly/patternfly": "^2.71.6", - "@patternfly/react-core": "^3.158.1", + "@patternfly/patternfly": "2.71.6", + "@patternfly/react-core": "3.158.1", "core-js": "3.6.5", "react": "16.13.1", "react-dom": "16.13.1"