File tree 3 files changed +202
-127
lines changed
packages/react-dependency-scripts
3 files changed +202
-127
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"devDependencies" : {
5
5
"babel-eslint" : " ^10.0.3" ,
6
- "eslint" : " ^6.7.2 " ,
6
+ "eslint" : " ^6.8.0 " ,
7
7
"eslint-plugin-jsx-a11y" : " ^6.2.3" ,
8
8
"eslint-plugin-prettier" : " ^3.1.2" ,
9
9
"eslint-plugin-react" : " ^7.17.0" ,
10
- "lerna" : " ^3.19 .0" ,
10
+ "lerna" : " ^3.20 .0" ,
11
11
"prettier" : " ^1.19.1"
12
12
},
13
13
"scripts" : {
Original file line number Diff line number Diff line change 24
24
"react-dom" : " ^16.9.0"
25
25
},
26
26
"dependencies" : {
27
- "@babel/core" : " ^7.7.5 " ,
27
+ "@babel/core" : " ^7.7.7 " ,
28
28
"@babel/plugin-proposal-class-properties" : " ^7.7.4" ,
29
29
"@babel/plugin-transform-runtime" : " ^7.7.6" ,
30
- "@babel/preset-env" : " ^7.7.6 " ,
30
+ "@babel/preset-env" : " ^7.7.7 " ,
31
31
"@babel/preset-react" : " ^7.7.4" ,
32
32
"babel-jest" : " ^24.9.0" ,
33
33
"babel-loader" : " ^8.0.6" ,
34
34
"babel-plugin-module-resolver" : " ^4.0.0" ,
35
35
"babel-preset-react-app" : " ^9.1.0" ,
36
- "css-loader" : " ^3.3.2 " ,
36
+ "css-loader" : " ^3.4.0 " ,
37
37
"file-loader" : " ^4.2.0" ,
38
38
"html-webpack-plugin" : " ^3.2.0" ,
39
39
"image-webpack-loader" : " ^6.0.0" ,
40
40
"jest" : " ^24.9.0" ,
41
41
"open" : " ^7.0.0" ,
42
42
"sass-loader" : " ^8.0.0" ,
43
- "style-loader" : " ^1.0.1 " ,
44
- "webpack" : " ^4.41.3 " ,
45
- "webpack-dev-server" : " ^3.9.0 "
43
+ "style-loader" : " ^1.1.2 " ,
44
+ "webpack" : " ^4.41.5 " ,
45
+ "webpack-dev-server" : " ^3.10.1 "
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments