Skip to content

Commit

Permalink
chore(pf-core): update core for PF4 (patternfly#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuler authored and tlabaj committed Nov 7, 2018
1 parent 0334aaf commit 155ce53
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"victory": "^30.1.0"
},
"devDependencies": {
"@patternfly/patternfly-next": "1.0.66",
"@patternfly/patternfly-next": "1.0.69",
"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-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@patternfly/react-tokens": "^1.0.0"
},
"devDependencies": {
"@patternfly/patternfly-next": "1.0.66",
"@patternfly/patternfly-next": "1.0.69",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"npmlog": "^4.1.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ exports[`Expandable Nav List - Trigger toggle 1`] = `
padding-right: 0.5rem;
padding-left: 0.5rem;
margin-left: auto;
font-size: 1.25rem;
font-size: 1rem;
line-height: 1;
pointer-events: none;
border: 0px;
Expand Down Expand Up @@ -552,7 +552,7 @@ exports[`Expandable Nav List 1`] = `
padding-right: 0.5rem;
padding-left: 0.5rem;
margin-left: auto;
font-size: 1.25rem;
font-size: 1rem;
line-height: 1;
pointer-events: none;
border: 0px;
Expand Down Expand Up @@ -796,7 +796,7 @@ exports[`Expandable Nav List with aria label 1`] = `
padding-right: 0.5rem;
padding-left: 0.5rem;
margin-left: auto;
font-size: 1.25rem;
font-size: 1rem;
line-height: 1;
pointer-events: none;
border: 0px;
Expand Down
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.66",
"@patternfly/patternfly-next": "1.0.69",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@patternfly/patternfly-next": "1.0.66",
"@patternfly/patternfly-next": "1.0.69",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"node-plop": "^0.15.0",
Expand All @@ -44,4 +44,4 @@
"react": "^16.4.0",
"react-dom": "^15.6.2 || ^16.4.0"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@novnc/novnc/-/novnc-1.0.0.tgz#76b0e89e6f8738ca8154195baf5b8e6a80bc9105"

"@patternfly/patternfly-next@1.0.66":
version "1.0.66"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly-next/-/patternfly-next-1.0.66.tgz#8d153fbe92d1761b61aa724dd435d2c94126d1ad"
"@patternfly/patternfly-next@1.0.69":
version "1.0.69"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly-next/-/patternfly-next-1.0.69.tgz#58184574f6f884bf3d5270a3a7474c0fe6057ddb"

"@sindresorhus/is@^0.7.0":
version "0.7.0"
Expand Down

0 comments on commit 155ce53

Please sign in to comment.