Commit 2e19824 1 parent 9084a1f commit 2e19824 Copy full SHA for 2e19824
File tree 6 files changed +34
-30
lines changed
6 files changed +34
-30
lines changed Original file line number Diff line number Diff line change 15
15
"screencast" : " node ./tasks/screencast.js" ,
16
16
"screencast:error" : " svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor" ,
17
17
"test" : " cd packages/react-scripts && node bin/react-scripts.js test" ,
18
- "format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'" ,
19
- "precommit" : " lint-staged"
18
+ "format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'"
20
19
},
21
20
"devDependencies" : {
22
21
"eslint" : " 5.6.0" ,
23
22
"execa" : " 1.0.0" ,
24
- "husky" : " ^0.14.3 " ,
23
+ "husky" : " 1.0.0-rc.15 " ,
25
24
"lerna" : " 2.9.1" ,
26
25
"lerna-changelog" : " ^0.8.0" ,
27
26
"lint-staged" : " ^7.0.5" ,
31
30
"svg-term-cli" : " ^2.1.1" ,
32
31
"tempy" : " ^0.2.1"
33
32
},
33
+ "husky" : {
34
+ "hooks" : {
35
+ "pre-commit" : " lint-staged"
36
+ }
37
+ },
34
38
"lint-staged" : {
35
39
"*.js" : [
36
40
" prettier --trailing-comma es5 --single-quote --write" ,
Original file line number Diff line number Diff line change 29
29
"@babel/preset-env" : " 7.1.0" ,
30
30
"@babel/preset-flow" : " 7.0.0" ,
31
31
"@babel/preset-react" : " 7.0.0" ,
32
- "babel-plugin-macros" : " 2.4.1 " ,
32
+ "babel-plugin-macros" : " 2.4.2 " ,
33
33
"babel-plugin-transform-dynamic-import" : " 2.0.0" ,
34
- "babel-plugin-transform-react-remove-prop-types" : " 0.4.15 "
34
+ "babel-plugin-transform-react-remove-prop-types" : " 0.4.18 "
35
35
}
36
36
}
Original file line number Diff line number Diff line change 21
21
"create-react-app" : " ./index.js"
22
22
},
23
23
"dependencies" : {
24
- "chalk" : " ^ 1.1.3" ,
25
- "commander" : " ^2.9 .0" ,
26
- "cross-spawn" : " ^ 4.0.0 " ,
27
- "envinfo" : " 5.4 .0" ,
28
- "fs-extra" : " ^ 5.0.0" ,
29
- "hyperquest" : " ^ 2.1.2 " ,
30
- "semver" : " ^5.0.3 " ,
31
- "tar-pack" : " ^ 3.4.0 " ,
24
+ "chalk" : " 1.1.3" ,
25
+ "commander" : " 2.18 .0" ,
26
+ "cross-spawn" : " 4.0.2 " ,
27
+ "envinfo" : " 5.10 .0" ,
28
+ "fs-extra" : " 5.0.0" ,
29
+ "hyperquest" : " 2.1.3 " ,
30
+ "semver" : " 5.5.1 " ,
31
+ "tar-pack" : " 3.4.1 " ,
32
32
"tmp" : " 0.0.33" ,
33
- "validate-npm-package-name" : " ^ 3.0.0"
33
+ "validate-npm-package-name" : " 3.0.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 42
42
"dependencies" : {
43
43
"@babel/code-frame" : " 7.0.0" ,
44
44
"address" : " 1.0.3" ,
45
- "browserslist" : " 3.2.6 " ,
45
+ "browserslist" : " 4.1.1 " ,
46
46
"chalk" : " 2.4.1" ,
47
47
"cross-spawn" : " 6.0.5" ,
48
48
"detect-port-alt" : " 1.1.6" ,
49
49
"escape-string-regexp" : " 1.0.5" ,
50
50
"filesize" : " 3.6.1" ,
51
51
"global-modules" : " 1.0.0" ,
52
- "gzip-size" : " 4.1 .0" ,
53
- "inquirer" : " 5.1 .0" ,
54
- "is-root" : " 1 .0.0" ,
55
- "opn" : " 5.3 .0" ,
52
+ "gzip-size" : " 5.0 .0" ,
53
+ "inquirer" : " 6.2 .0" ,
54
+ "is-root" : " 2 .0.0" ,
55
+ "opn" : " 5.4 .0" ,
56
56
"pkg-up" : " 2.0.0" ,
57
57
"react-error-overlay" : " ^4.0.0" ,
58
58
"recursive-readdir" : " 2.2.2" ,
Original file line number Diff line number Diff line change 33
33
"@babel/code-frame" : " 7.0.0" ,
34
34
"@babel/core" : " 7.1.0" ,
35
35
"@babel/runtime" : " 7.0.0" ,
36
- "anser" : " 1.4.6 " ,
36
+ "anser" : " 1.4.7 " ,
37
37
"babel-core" : " 7.0.0-bridge.0" ,
38
38
"babel-eslint" : " 9.0.0" ,
39
39
"babel-jest" : " 23.6.0" ,
40
40
"babel-loader" : " 8.0.2" ,
41
41
"babel-preset-react-app" : " ^3.1.1" ,
42
42
"chalk" : " ^2.3.2" ,
43
43
"chokidar" : " ^2.0.2" ,
44
- "cross-env" : " 5.1.4 " ,
44
+ "cross-env" : " 5.2.0 " ,
45
45
"eslint" : " 5.6.0" ,
46
46
"eslint-config-react-app" : " ^2.1.0" ,
47
- "eslint-plugin-flowtype" : " 2.46 .1" ,
48
- "eslint-plugin-import" : " 2.9 .0" ,
49
- "eslint-plugin-jsx-a11y" : " 6.0.3 " ,
50
- "eslint-plugin-react" : " 7.8.2 " ,
47
+ "eslint-plugin-flowtype" : " 2.50 .1" ,
48
+ "eslint-plugin-import" : " 2.14 .0" ,
49
+ "eslint-plugin-jsx-a11y" : " 6.1.1 " ,
50
+ "eslint-plugin-react" : " 7.11.1 " ,
51
51
"flow-bin" : " ^0.63.1" ,
52
52
"html-entities" : " 1.2.1" ,
53
53
"jest" : " 23.6.0" ,
54
- "jest-fetch-mock" : " 1.5.0 " ,
54
+ "jest-fetch-mock" : " 1.6.6 " ,
55
55
"object-assign" : " 4.1.1" ,
56
- "promise" : " 8.0.1 " ,
56
+ "promise" : " 8.0.2 " ,
57
57
"raw-loader" : " ^0.5.1" ,
58
58
"react" : " ^16.3.2" ,
59
59
"react-dom" : " ^16.3.2" ,
Original file line number Diff line number Diff line change 34
34
"bfj" : " 6.1.1" ,
35
35
"case-sensitive-paths-webpack-plugin" : " 2.1.2" ,
36
36
"chalk" : " 2.4.1" ,
37
- "css-loader" : " 0.28.11 " ,
37
+ "css-loader" : " 1.0.0 " ,
38
38
"dotenv" : " 6.0.0" ,
39
39
"dotenv-expand" : " 4.2.0" ,
40
40
"eslint" : " 5.6.0" ,
44
44
"eslint-plugin-import" : " 2.14.0" ,
45
45
"eslint-plugin-jsx-a11y" : " 6.1.1" ,
46
46
"eslint-plugin-react" : " 7.11.1" ,
47
- "file-loader" : " 1.1.11 " ,
47
+ "file-loader" : " 2.0.0 " ,
48
48
"fs-extra" : " 7.0.0" ,
49
49
"html-webpack-plugin" : " 4.0.0-alpha.2" ,
50
50
"identity-obj-proxy" : " 3.0.0" ,
67
67
"thread-loader" : " 1.2.0" ,
68
68
"url-loader" : " 1.1.1" ,
69
69
"webpack" : " 4.19.1" ,
70
- "webpack-dev-server" : " 3.1.8 " ,
70
+ "webpack-dev-server" : " 3.1.9 " ,
71
71
"webpack-manifest-plugin" : " 2.0.4" ,
72
72
"whatwg-fetch" : " 3.0.0"
73
73
},
You can’t perform that action at this time.
0 commit comments