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 is context 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 cca8851 commit 237e532
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -91,7 +91,7 @@
"collectCoverage": true,
"clearMocks": true,
"coverageReporters": [
"lcov"
"text"
],
"modulePathIgnorePatterns": [
"<rootDir>/packages/*.*/dist/*.*",
Expand Down Expand Up @@ -145,4 +145,4 @@
"resolutions": {
"cssom": "0.3.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"@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",
"npmlog": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"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"
}
}
}

0 comments on commit 237e532

Please sign in to comment.