Skip to content

Commit e2205a2

Browse files
committed
Updates deps and fixes jest snapshots.
1 parent 2bf8138 commit e2205a2

File tree

4 files changed

+490
-602
lines changed

4 files changed

+490
-602
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
4242
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
4343

4444
[version]
45-
0.39.0
45+
0.41.0

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,45 +46,45 @@
4646
},
4747
"devDependencies": {
4848
"app-root-dir": "1.0.2",
49-
"babel-cli": "6.22.2",
50-
"babel-core": "6.22.1",
49+
"babel-cli": "6.23.0",
50+
"babel-core": "6.23.1",
5151
"babel-eslint": "7.1.1",
52-
"babel-jest": "18.0.0",
53-
"babel-loader": "6.2.10",
54-
"babel-polyfill": "6.22.0",
55-
"babel-preset-env": "1.1.8",
52+
"babel-jest": "19.0.0",
53+
"babel-loader": "6.4.0",
54+
"babel-polyfill": "6.23.0",
55+
"babel-preset-env": "1.2.1",
5656
"babel-preset-latest": "6.22.0",
57-
"babel-preset-react": "6.22.0",
57+
"babel-preset-react": "6.23.0",
5858
"babel-preset-stage-3": "6.22.0",
59-
"babel-register": "6.22.0",
59+
"babel-register": "6.23.0",
6060
"codecov": "1.0.1",
61-
"cross-env": "3.1.4",
61+
"cross-env": "3.2.3",
6262
"enzyme": "2.7.1",
63-
"enzyme-to-json": "1.4.5",
64-
"eslint": "3.15.0",
63+
"enzyme-to-json": "1.5.0",
64+
"eslint": "3.17.1",
6565
"eslint-config-airbnb": "14.1.0",
66-
"eslint-plugin-flowtype": "2.30.0",
66+
"eslint-plugin-flowtype": "2.30.3",
6767
"eslint-plugin-import": "2.2.0",
6868
"eslint-plugin-jsx-a11y": "4.0.0",
69-
"eslint-plugin-react": "6.9.0",
70-
"flow-bin": "0.39.0",
69+
"eslint-plugin-react": "6.10.0",
70+
"flow-bin": "0.41.0",
7171
"flow-coverage-report": "0.3.0",
7272
"flow-typed": "2.0.0",
7373
"ghooks": "2.0.0",
7474
"gzip-size": "3.0.0",
7575
"in-publish": "2.0.0",
76-
"jest": "18.1.0",
76+
"jest": "19.0.2",
7777
"pretty-bytes": "4.0.2",
7878
"ramda": "0.23.0",
7979
"react": "15.4.2",
8080
"react-addons-test-utils": "15.4.2",
8181
"react-dom": "15.4.2",
8282
"readline-sync": "1.4.6",
83-
"rimraf": "2.5.4",
83+
"rimraf": "2.6.1",
8484
"sinon": "1.17.7",
8585
"webpack": "2.2.1",
86-
"webpack-dev-middleware": "1.10.0",
87-
"webpack-hot-middleware": "2.16.1"
86+
"webpack-dev-middleware": "1.10.1",
87+
"webpack-hot-middleware": "2.17.1"
8888
},
8989
"config": {
9090
"ghooks": {

src/__tests__/__snapshots__/integration.test.js.snap

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
13
exports[`integration tests render server and client 1`] = `"<div><div><div><span>In Render.</span></div><div><span>In Boundary but outside an AsyncComponent, server render me!</span></div></div></div>"`;
24

35
exports[`integration tests render server and client 2`] = `
@@ -19,7 +21,8 @@ exports[`integration tests render server and client 3`] = `
1921
"getResolved": [Function],
2022
"registerComponent": [Function],
2123
}
22-
}>
24+
}
25+
>
2326
<AsyncBob>
2427
<Bob>
2528
<div>
@@ -60,7 +63,8 @@ exports[`integration tests render server and client 4`] = `
6063
"getResolved": [Function],
6164
"registerComponent": [Function],
6265
}
63-
}>
66+
}
67+
>
6468
<AsyncBob>
6569
<Bob>
6670
<div>

0 commit comments

Comments
 (0)