Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbe69ee

Browse files
upgrade dependencies
1 parent299e89e commitdbe69ee

File tree

3 files changed

+588
-1541
lines changed

3 files changed

+588
-1541
lines changed

‎package.json‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"babel-core":"^6.26.3",
2525
"babel-eslint":"^8.2.3",
26-
"babel-jest":"^22.4.3",
26+
"babel-jest":"^23.0.1",
2727
"babel-loader":"^7.1.4",
2828
"babel-plugin-annotate-pure-calls":"^0.2.2",
2929
"babel-plugin-external-helpers":"^6.22.0",
@@ -32,35 +32,35 @@
3232
"babel-plugin-transform-es2015-modules-commonjs":"^6.26.2",
3333
"babel-plugin-transform-object-rest-spread":"^6.26.0",
3434
"babel-plugin-transform-react-remove-prop-types":"^0.4.13",
35-
"babel-preset-env":"^1.6.1",
35+
"babel-preset-env":"^1.7.0",
3636
"babel-preset-react":"^6.24.1",
3737
"eslint":"^4.19.1",
3838
"eslint-config-airbnb":"^16.1.0",
39-
"eslint-plugin-import":"^2.11.0",
39+
"eslint-plugin-import":"^2.12.0",
4040
"eslint-plugin-jsx-a11y":"^6.0.3",
4141
"eslint-plugin-prettier":"^2.6.0",
42-
"eslint-plugin-react":"^7.7.0",
42+
"eslint-plugin-react":"^7.8.2",
4343
"html-webpack-plugin":"^3.2.0",
4444
"husky":"^0.14.3",
4545
"idx":"^2.3.0",
46-
"jest":"^22.4.3",
47-
"lint-staged":"^7.0.5",
48-
"prettier":"^1.12.1",
49-
"react":"^16.3.2",
50-
"react-dom":"^16.3.2",
51-
"react-hot-loader":"4.1.2",
46+
"jest":"^23.1.0",
47+
"lint-staged":"^7.1.3",
48+
"prettier":"^1.13.4",
49+
"react":"^16.4.0",
50+
"react-dom":"^16.4.0",
51+
"react-hot-loader":"4.2.0",
5252
"rimraf":"^2.6.2",
53-
"rollup":"^0.58.2",
53+
"rollup":"^0.59.4",
5454
"rollup-plugin-babel":"^3.0.4",
55-
"webpack":"^4.7.0",
56-
"webpack-cli":"^2.1.3",
55+
"webpack":"^4.10.2",
56+
"webpack-cli":"^3.0.1",
5757
"webpack-dev-server":"^3.1.4"
5858
},
5959
"dependencies": {
6060
"invariant":"^2.2.4",
6161
"minimatch":"^3.0.4",
6262
"prop-types":"^15.6.1",
63-
"react-test-renderer":"^16.3.2",
63+
"react-test-renderer":"^16.4.0",
6464
"xstate":"^3.3.0"
6565
},
6666
"peerDependencies": {

‎src/testStatechart.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const testStatechart = (config, Component) => {
3737
channel
3838
)
3939

40-
expect(renderer.toJSON()).toMatchSnapshot(machineState)
40+
expect(renderer.toJSON()).toMatchSnapshot(undefined,machineState)
4141
})
4242
}
4343

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp