Skip to content

Commit

Permalink
Bump @patternfly/patternfly versions to 2.65.0 (patternfly#3749)
Browse files Browse the repository at this point in the history
* chore(package): Bump @patternfly/patternfly versions to 2.65.0

* fix drawer

* update drawer snapshots

Co-authored-by: Titani Labaj <39532947+tlabaj@users.noreply.github.com>
  • Loading branch information
patternfly-build and tlabaj authored Feb 14, 2020
1 parent ac594f1 commit cfd75c3
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"develop": "yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps"
},
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-styles": "^3.7.0",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-styles": "^3.7.0",
"@patternfly/react-tokens": "^2.8.0",
"hoist-non-react-statics": "^3.3.0",
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 @@ -56,7 +56,7 @@
"@babel/plugin-transform-typescript": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@types/exenv": "^1.2.0",
"@types/jest": "^24.0.11",
"@types/react": "^16.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const DrawerPanelContent: React.SFC<DrawerPanelContentProps> = ({
...props
}: DrawerPanelContentProps) => (
<aside className={css(styles.drawerPanel, className)} {...props}>
<div className={css(styles.drawerPanelBody, noPadding && styles.modifiers.noPadding)}>{children}</div>
<div className={css(styles.drawerBody, noPadding && styles.modifiers.noPadding)}>{children}</div>
</aside>
);
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`Drawer isExpanded = false and isInline = false 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -50,7 +50,7 @@ exports[`Drawer isExpanded = false and isInline = true 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -80,7 +80,7 @@ exports[`Drawer isExpanded = true and isInline = false 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -110,7 +110,7 @@ exports[`Drawer isExpanded = true and isInline = true 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`Drawer isExpanded = false and isInline = false 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -50,7 +50,7 @@ exports[`Drawer isExpanded = false and isInline = true 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -80,7 +80,7 @@ exports[`Drawer isExpanded = true and isInline = false 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down Expand Up @@ -110,7 +110,7 @@ exports[`Drawer isExpanded = true and isInline = true 1`] = `
className="pf-c-drawer__panel"
>
<div
className="pf-c-drawer__panel-body"
className="pf-c-drawer__body"
>
drawer-panel
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-catalog-view-extension": "^1.4.1",
"@patternfly/react-charts": "^5.3.0",
"@patternfly/react-core": "^3.140.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-styled-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/plugin-transform-typescript": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-typescript-to-proptypes": "^0.17.1",
"css": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/plugin-transform-typescript": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-typescript-to-proptypes": "^0.17.1",
"fbjs-scripts": "^0.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
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 @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-topology#readme",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/preset-react": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@patternfly/patternfly": "2.63.0",
"@patternfly/patternfly": "2.65.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-typescript-to-proptypes": "^0.17.1",
"fs-extra": "^6.0.1",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3816,10 +3816,9 @@
xmldoc "^1.1.2"
yargs "^15.0.2"

"@patternfly/patternfly@2.63.0":
version "2.63.0"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-2.63.0.tgz#c95618d6e5c802458ddc622433e855cd67df2d44"
integrity sha512-LhEm49hAvWc71L5I4jbyMpDfqxDi/oBiEgzisa4pjN+Sthz2WXo66Azb+bMCLAIHyp6/6AIGjljfl83EpSrgCQ==
"@patternfly/patternfly@2.65.0":
version "2.65.0"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-2.65.0.tgz#f37a26fd9c5bfe585c727f6534a7f074dfee7b1a"

"@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2":
version "1.7.0-chalk-2"
Expand Down

0 comments on commit cfd75c3

Please sign in to comment.