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.
This commit is contained in:
Martin Pitt 2020-05-28 10:14:12 +02:00
parent 96514e279e
commit cf02a58353

View file

@ -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"