Skip to content

Commit dd36494

Browse files
authored
Merge pull request #1044 from oskarhane/dep-bump
Bump dependencies minor + patch versions
2 parents 3d5c700 + 5b39aab commit dd36494

File tree

9 files changed

+1398
-1501
lines changed

9 files changed

+1398
-1501
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@testing-library/react-hooks": "^2.0.1",
6868
"autoprefixer": "^7.1.4",
6969
"babel-eslint": "^10.0.3",
70-
"babel-jest": "^23.6.0",
70+
"babel-jest": "^24.9.0",
7171
"babel-loader": "^8.0.4",
7272
"babel-plugin-dynamic-import-node": "^2.2.0",
7373
"babel-plugin-module-resolver": "^2.4.0",
@@ -136,6 +136,7 @@
136136
"apollo-link-ws": "^1.0.18",
137137
"apollo-utilities": "^1.3.2",
138138
"ascii-data-table": "^2.1.1",
139+
"caniuse-lite": "^1.0.30001020",
139140
"classnames": "^2.2.5",
140141
"codemirror": "^5.29.0",
141142
"core-js": "3",
@@ -156,6 +157,7 @@
156157
"lodash-es": "^4.17.15",
157158
"mockdate": "^2.0.5",
158159
"neo4j-driver": "4.0.1",
160+
"prop-types": "^15.7.2",
159161
"react": "^16.9.0",
160162
"react-addons-pure-render-mixin": "^15.0.2",
161163
"react-dnd": "9.3.2",

src/browser/components/buttons/__snapshots__/ConfirmationButton.test.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`ConfirmationButton renders changes state on clicks and finally calls th
77
data-testid="confirmation-button-initial"
88
>
99
<i
10-
class="sl-minus-circle IconContainer__I-sc-16whwc5-0 iJwbeZ"
10+
class="IconContainer__I-sc-16whwc5-0 iJwbeZ sl-minus-circle"
1111
/>
1212
</button>
1313
</div>
@@ -21,15 +21,15 @@ exports[`ConfirmationButton renders changes state on clicks and finally calls th
2121
data-testid="confirmation-button-confirm"
2222
>
2323
<i
24-
class="sl-arrow-circle-right IconContainer__I-sc-16whwc5-0 iJwbeZ"
24+
class="IconContainer__I-sc-16whwc5-0 iJwbeZ sl-arrow-circle-right"
2525
/>
2626
</button>
2727
<button
2828
class="ConfirmationButton__IconButton-sc-1h0apyh-0 dvujiG"
2929
data-testid="confirmation-button-cancel"
3030
>
3131
<i
32-
class="sl-delete-circle IconContainer__I-sc-16whwc5-0 iJwbeZ"
32+
class="IconContainer__I-sc-16whwc5-0 iJwbeZ sl-delete-circle"
3333
/>
3434
</button>
3535
</span>
@@ -43,7 +43,7 @@ exports[`ConfirmationButton renders changes state on clicks and finally calls th
4343
data-testid="confirmation-button-initial"
4444
>
4545
<i
46-
class="sl-minus-circle IconContainer__I-sc-16whwc5-0 iJwbeZ"
46+
class="IconContainer__I-sc-16whwc5-0 iJwbeZ sl-minus-circle"
4747
/>
4848
</button>
4949
</div>
@@ -56,7 +56,7 @@ exports[`ConfirmationButton renders changes state on clicks and finally calls th
5656
data-testid="confirmation-button-initial"
5757
>
5858
<i
59-
class="sl-minus-circle IconContainer__I-sc-16whwc5-0 iJwbeZ"
59+
class="IconContainer__I-sc-16whwc5-0 iJwbeZ sl-minus-circle"
6060
/>
6161
</button>
6262
</div>

src/browser/modules/Sidebar/__snapshots__/Settings.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports[`Settings renders with strange characters in display name 1`] = `
3535
åäö üüü
3636
</div>
3737
<input
38-
class="testSetting styled__StyledSettingTextInput-xqaooh-2 coeKcS"
38+
class="styled__StyledSettingTextInput-xqaooh-2 coeKcS testSetting"
3939
title=""
4040
value="true"
4141
/>

src/browser/modules/Stream/CypherFrame/__snapshots__/CodeView.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports[`CodeViews CodeView displays request and response info if successful que
8989
>
9090
Summary
9191
<div
92-
class="fa fa-caret-right styled__StyledExpandable-sc-1dtvgs1-38 dMVSiX"
92+
class="styled__StyledExpandable-sc-1dtvgs1-38 dMVSiX fa fa-caret-right"
9393
title="Expand section"
9494
/>
9595
</td>
@@ -107,7 +107,7 @@ exports[`CodeViews CodeView displays request and response info if successful que
107107
>
108108
Response
109109
<div
110-
class="fa fa-caret-right styled__StyledExpandable-sc-1dtvgs1-38 dMVSiX"
110+
class="styled__StyledExpandable-sc-1dtvgs1-38 dMVSiX fa fa-caret-right"
111111
title="Expand section"
112112
/>
113113
</td>

src/browser/modules/Stream/CypherFrame/__snapshots__/ErrorsView.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`ErrorsViews ErrorsStatusbar displays error 1`] = `
1010
title="Test.Error: Test error description"
1111
>
1212
<i
13-
class="fa fa-exclamation-triangle IconContainer__I-sc-16whwc5-0 bXwiKG"
13+
class="IconContainer__I-sc-16whwc5-0 bXwiKG fa fa-exclamation-triangle"
1414
/>
1515
1616
Test.Error: Test error description
@@ -61,7 +61,7 @@ exports[`ErrorsViews ErrorsView displays procedure link if unknown procedure 1`]
6161
class="styled__StyledLink-sc-1dtvgs1-8 fPQgTq"
6262
>
6363
<i
64-
class="fa fa-play-circle-o IconContainer__I-sc-16whwc5-0 eTELIJ"
64+
class="IconContainer__I-sc-16whwc5-0 eTELIJ fa fa-play-circle-o"
6565
/>
6666
 List available procedures
6767
</a>

src/browser/modules/Stream/CypherFrame/__snapshots__/TableView.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ exports[`TableViews TableView does not display bodyMessage if rows 1`] = `
5151
<thead>
5252
<tr>
5353
<th
54-
class="table-header DataTables__StyledTh-bf850j-2 ikUpyS"
54+
class="DataTables__StyledTh-bf850j-2 ikUpyS table-header"
5555
>
5656
x
5757
</th>
5858
</tr>
5959
</thead>
6060
<tbody>
6161
<tr
62-
class="table-row DataTables__StyledBodyTr-bf850j-1 iGjwRr"
62+
class="DataTables__StyledBodyTr-bf850j-1 iGjwRr table-row"
6363
>
6464
<td
65-
class="table-properties DataTables__StyledTd-bf850j-3 lfnTDs"
65+
class="DataTables__StyledTd-bf850j-3 lfnTDs table-properties"
6666
>
6767
<span>
6868
"y"

src/browser/modules/Stream/CypherFrame/__snapshots__/VisualizationView.test.js.snap

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ exports[`Visualization renders with result 1`] = `
88
class="VisualizationViewstyled__StyledVisContainer-sc-1b47q51-0 dFbJTz"
99
>
1010
<div
11-
class="one-legend-row styled__StyledFullSizeContainer-sc-13boxex-30 hrlJke"
11+
class="styled__StyledFullSizeContainer-sc-13boxex-30 hrlJke one-legend-row"
1212
id="svg-vis"
1313
>
1414
<div
15-
class="one-row styled__StyledLegend-sc-13boxex-23 epTuur"
15+
class="styled__StyledLegend-sc-13boxex-23 epTuur one-row"
1616
>
1717
<div
18-
class="contracted styled__StyledLegendRow-sc-13boxex-22 btLVbI"
18+
class="styled__StyledLegendRow-sc-13boxex-22 btLVbI contracted"
1919
>
2020
<ul
21-
class="styled__StyledInlineList-sc-13boxex-9 list-inline styled__StyledLegendInlineList-sc-13boxex-24 bXzLDX"
21+
class="styled__StyledInlineList-sc-13boxex-9 styled__StyledLegendInlineList-sc-13boxex-24 bXzLDX list-inline"
2222
>
2323
<li
2424
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledLegendInlineListItem-sc-13boxex-25 bKGCvD"
2525
data-testid="viz-legend-labels"
2626
>
2727
<ul
28-
class="contents styled__StyledLegendContents-sc-13boxex-21 hvWlVe"
28+
class="styled__StyledLegendContents-sc-13boxex-21 hvWlVe contents"
2929
>
3030
<li
31-
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledToken-sc-13boxex-15 token token-label styled__StyledLabelToken-sc-13boxex-16 jNYiQl"
31+
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledToken-sc-13boxex-15 styled__StyledLabelToken-sc-13boxex-16 jNYiQl token token-label"
3232
style="background-color: rgb(247, 151, 103); color: rgb(255, 255, 255);"
3333
>
3434
*
3535
<span
36-
class="count styled__StyledTokenCount-sc-13boxex-20 SIGMp"
36+
class="styled__StyledTokenCount-sc-13boxex-20 SIGMp count"
3737
>
3838
(1)
3939
</span>
@@ -45,15 +45,15 @@ exports[`Visualization renders with result 1`] = `
4545
data-testid="viz-legend-labels"
4646
>
4747
<ul
48-
class="contents styled__StyledLegendContents-sc-13boxex-21 hvWlVe"
48+
class="styled__StyledLegendContents-sc-13boxex-21 hvWlVe contents"
4949
>
5050
<li
51-
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledToken-sc-13boxex-15 token token-label styled__StyledLabelToken-sc-13boxex-16 jNYiQl"
51+
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledToken-sc-13boxex-15 styled__StyledLabelToken-sc-13boxex-16 jNYiQl token token-label"
5252
style="background-color: rgb(201, 144, 192); color: rgb(255, 255, 255);"
5353
>
5454
Person
5555
<span
56-
class="count styled__StyledTokenCount-sc-13boxex-20 SIGMp"
56+
class="styled__StyledTokenCount-sc-13boxex-20 SIGMp count"
5757
>
5858
(1)
5959
</span>
@@ -131,26 +131,26 @@ exports[`Visualization renders with result 1`] = `
131131
</svg>
132132
</div>
133133
<div
134-
class="status-bar styled__StyledStatusBar-sc-13boxex-12 fBQkwD"
134+
class="styled__StyledStatusBar-sc-13boxex-12 fBQkwD status-bar"
135135
>
136136
<div
137-
class="status styled__StyledStatus-sc-13boxex-13 lfPraq"
137+
class="styled__StyledStatus-sc-13boxex-13 lfPraq status"
138138
>
139139
<div
140-
class="contracted inspector-footer styled__StyledInspectorFooter-sc-13boxex-5 fLefTL"
140+
class="styled__StyledInspectorFooter-sc-13boxex-5 fLefTL contracted inspector-footer"
141141
>
142142
<ul
143-
class="inspector-footer-row styled__StyledInspectorFooterRow-sc-13boxex-6 cjMrGU"
143+
class="styled__StyledInspectorFooterRow-sc-13boxex-6 cjMrGU inspector-footer-row"
144144
data-testid="vizInspector"
145145
>
146146
<ul
147-
class="list-inline styled__StyledInlineList-sc-13boxex-9 fWraRP"
147+
class="styled__StyledInlineList-sc-13boxex-9 fWraRP list-inline"
148148
>
149149
<li
150-
class="styled__StyledInlineListItem-sc-13boxex-10 pair styled__StyledInspectorFooterRowListPair-sc-13boxex-14 jeBqUF"
150+
class="styled__StyledInlineListItem-sc-13boxex-10 styled__StyledInspectorFooterRowListPair-sc-13boxex-14 jeBqUF pair"
151151
>
152152
<div
153-
class="value styled__StyledInspectorFooterRowListValue-sc-13boxex-8 huEFTy"
153+
class="styled__StyledInspectorFooterRowListValue-sc-13boxex-8 huEFTy value"
154154
>
155155
Displaying 1 nodes, 0 relationships.
156156
</div>

0 commit comments

Comments
 (0)