Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): Update non-breaking deps #293

Merged
merged 1 commit into from
Apr 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,255 changes: 1,542 additions & 1,713 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"breakjs": "^1.0.0",
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.38.0",
"react-bootstrap": "^0.31.5",
"patternfly": "^3.42.0",
"react-bootstrap": "^0.32.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we definitely want to check for regressions on this one... amongst the others ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@priley86 added storybook in first post 😋

"react-bootstrap-switch": "^15.5.3",
"react-c3js": "^0.1.20",
"react-fontawesome": "^1.6.1",
"reactabular-table": "^8.12.0",
"reactabular-table": "^8.12.1",
"recompose": "^0.26.0"
},
"optionalDependencies": {
Expand All @@ -46,8 +46,8 @@
"@storybook/storybook-deployer": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-jest": "^22.0.4",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
Expand All @@ -57,43 +57,43 @@
"commitizen": "^2.9.6",
"concurrently": "^3.5.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.8",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"eslint": "^4.14.0",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul-api": "1.2.2",
"istanbul-reports": "1.1.4",
"jest": "^22.4.2",
"jest-cli": "^22.4.2",
"node-sass": "^4.7.2",
"prettier": "^1.9.2",
"istanbul-api": "1.3.1",
"istanbul-reports": "1.3.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"node-sass": "^4.8.3",
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"prop-types": "^15.6.0",
"prop-types": "^15.6.1",
"raf": "^3.4.0",
"react": "^16.2.0",
"react": "^16.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

"react-dev-utils": "^5.0.0",
"react-dom": "^16.2.0",
"sass-loader": "^6.0.6",
"react-dom": "^16.3.0",
"sass-loader": "^6.0.7",
"semantic-release": "^12.2.0",
"style-loader": "^0.19.1",
"style-loader": "^0.20.3",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"travis-deploy-once": "^4.3.0"
"stylelint-config-standard": "^18.2.0",
"travis-deploy-once": "^4.4.1"
},
"peerDependencies": {
"prop-types": "^15.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`AboutModal renders correctly when shown 1`] = `
role="dialog"
>
<div
class="modal-backdrop fade in"
class="fade modal-backdrop in"
/>
<div
class="fade in modal"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Cards/__snapshots__/Cards.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`Card Body is working properly 1`] = `

exports[`Card Drop Down Button is working properly 1`] = `
<div
class="card-pf-time-frame-filter dropdown "
class="card-pf-time-frame-filter dropdown "
>
<button
aria-expanded="false"
Expand Down
10 changes: 0 additions & 10 deletions src/components/Form/__snapshots__/Form.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ exports[`Input Groups render properly 1`] = `
>
<input
type="radio"
value="on"
/>
</span>
<input
Expand All @@ -397,7 +396,6 @@ exports[`Input Groups render properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</span>
<input
Expand Down Expand Up @@ -515,7 +513,6 @@ exports[`Supported controls render properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
Checkbox
</label>
Expand Down Expand Up @@ -543,7 +540,6 @@ exports[`Supported controls render properly 1`] = `
>
<input
type="radio"
value="on"
/>
Radio
</label>
Expand All @@ -570,7 +566,6 @@ exports[`Supported controls render properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
1
</label>
Expand All @@ -580,7 +575,6 @@ exports[`Supported controls render properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
2
</label>
Expand All @@ -590,7 +584,6 @@ exports[`Supported controls render properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
3
</label>
Expand Down Expand Up @@ -618,7 +611,6 @@ exports[`Supported controls render properly 1`] = `
<input
name="radioGroup"
type="radio"
value="on"
/>
1
</label>
Expand All @@ -629,7 +621,6 @@ exports[`Supported controls render properly 1`] = `
<input
name="radioGroup"
type="radio"
value="on"
/>
2
</label>
Expand All @@ -640,7 +631,6 @@ exports[`Supported controls render properly 1`] = `
<input
name="radioGroup"
type="radio"
value="on"
/>
3
</label>
Expand Down
6 changes: 0 additions & 6 deletions src/components/ListView/__snapshots__/ListView.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down Expand Up @@ -146,7 +145,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down Expand Up @@ -270,7 +268,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down Expand Up @@ -394,7 +391,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down Expand Up @@ -465,7 +461,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down Expand Up @@ -575,7 +570,6 @@ exports[`ListView renders properly 1`] = `
>
<input
type="checkbox"
value="on"
/>
</div>
<div
Expand Down
20 changes: 6 additions & 14 deletions src/components/Table/__snapshots__/Table.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat vše"
type="checkbox"
value="on"
/>
</th>
<th
Expand Down Expand Up @@ -899,7 +898,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat0"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -945,7 +943,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1037,7 +1035,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat1"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -1083,7 +1080,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1175,7 +1172,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat2"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -1221,7 +1217,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1313,7 +1309,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat3"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -1359,7 +1354,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1451,7 +1446,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat4"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -1497,7 +1491,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1589,7 +1583,6 @@ exports[`Mock Client Pagination table renders 1`] = `
<input
id="vybrat5"
type="checkbox"
value="on"
/>
</td>
<td
Expand Down Expand Up @@ -1635,7 +1628,7 @@ exports[`Mock Client Pagination table renders 1`] = `
class="table-view-pf-actions"
>
<div
class="dropdown-kebab-pf dropdown "
class="dropdown-kebab-pf dropdown "
>
<button
aria-expanded="false"
Expand Down Expand Up @@ -1907,7 +1900,6 @@ exports[`Mock Server Pagination table renders 1`] = `
<input
id="selectAll"
type="checkbox"
value="on"
/>
</th>
<th
Expand Down