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 1, 2018
1 parent 235c091 commit 274a3c0
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 @@ -30,7 +30,7 @@
"cross-env": "^5.1.4",
"cz-lerna-changelog": "^1.2.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
Expand Down
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 274a3c0

Please sign in to comment.