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:
parent
96514e279e
commit
c083e8a7cf
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
"htmlparser": "^1.7.7",
|
"htmlparser": "^1.7.7",
|
||||||
"jed": "^1.1.1",
|
"jed": "^1.1.1",
|
||||||
"mini-css-extract-plugin": "^0.9.0",
|
"mini-css-extract-plugin": "^0.9.0",
|
||||||
"node-sass": "4.14.1",
|
"node-sass": "^4.14.1",
|
||||||
"po2json": "^1.0.0-alpha",
|
"po2json": "^1.0.0-alpha",
|
||||||
"sass-loader": "^7.0.3",
|
"sass-loader": "^7.0.3",
|
||||||
"sizzle": "^2.3.3",
|
"sizzle": "^2.3.3",
|
||||||
|
|
@ -46,8 +46,8 @@
|
||||||
"webpack-cli": "^3.1.0"
|
"webpack-cli": "^3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@patternfly/patternfly": "^2.71.6",
|
"@patternfly/patternfly": "2.71.6",
|
||||||
"@patternfly/react-core": "^3.158.1",
|
"@patternfly/react-core": "3.158.1",
|
||||||
"core-js": "3.6.5",
|
"core-js": "3.6.5",
|
||||||
"react": "16.13.1",
|
"react": "16.13.1",
|
||||||
"react-dom": "16.13.1"
|
"react-dom": "16.13.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue