Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
* see enzymejs/enzyme#1509 for enzyme-adapter update, it throws an error in tests where context is used
* updated Patternfly to newer version, the old one do not contains all required styles
  • Loading branch information
rvsia committed Oct 2, 2018
1 parent aecae8b commit e2b3ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@
"resolutions": {
"cssom": "0.3.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@patternfly/react-tokens": "^1.0.0"
},
"devDependencies": {
"@patternfly/patternfly-next": "1.0.44",
"@patternfly/patternfly-next": "1.0.46",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "node build/generateTokens.js"
},
"devDependencies": {
"@patternfly/patternfly-next": "1.0.44",
"@patternfly/patternfly-next": "1.0.46",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2"
Expand Down

0 comments on commit e2b3ac7

Please sign in to comment.