Commit 454a403 1 parent 214128b commit 454a403 Copy full SHA for 454a403
File tree 9 files changed +172
-183
lines changed
9 files changed +172
-183
lines changed Original file line number Diff line number Diff line change 20
20
"compile:lockfile" : " node tasks/compile-lockfile.js"
21
21
},
22
22
"devDependencies" : {
23
- "@testing-library/jest-dom" : " ^5.5 .0" ,
24
- "@testing-library/react" : " ^10.0.4 " ,
25
- "@testing-library/user-event" : " ^10.1.0 " ,
23
+ "@testing-library/jest-dom" : " ^5.9 .0" ,
24
+ "@testing-library/react" : " ^10.2.1 " ,
25
+ "@testing-library/user-event" : " ^11.3.2 " ,
26
26
"alex" : " ^8.0.0" ,
27
27
"eslint" : " ^6.1.0" ,
28
28
"execa" : " 1.0.0" ,
Original file line number Diff line number Diff line change 21
21
" test.js"
22
22
],
23
23
"dependencies" : {
24
- "@babel/core" : " 7.10.1 " ,
24
+ "@babel/core" : " 7.10.2 " ,
25
25
"@babel/plugin-proposal-class-properties" : " 7.10.1" ,
26
26
"@babel/plugin-proposal-decorators" : " 7.10.1" ,
27
27
"@babel/plugin-proposal-nullish-coalescing-operator" : " 7.10.1" ,
30
30
"@babel/plugin-transform-flow-strip-types" : " 7.10.1" ,
31
31
"@babel/plugin-transform-react-display-name" : " 7.10.1" ,
32
32
"@babel/plugin-transform-runtime" : " 7.10.1" ,
33
- "@babel/preset-env" : " 7.10.1 " ,
33
+ "@babel/preset-env" : " 7.10.2 " ,
34
34
"@babel/preset-react" : " 7.10.1" ,
35
35
"@babel/preset-typescript" : " 7.10.1" ,
36
- "@babel/runtime" : " 7.10.1 " ,
36
+ "@babel/runtime" : " 7.10.2 " ,
37
37
"babel-plugin-macros" : " 2.8.0" ,
38
38
"babel-plugin-transform-react-remove-prop-types" : " 0.4.24"
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"package" : {
3
3
"dependencies" : {
4
- "@testing-library/jest-dom" : " ^5.5 .0" ,
5
- "@testing-library/react" : " ^10.0.4 " ,
6
- "@testing-library/user-event" : " ^10.1.0 " ,
4
+ "@testing-library/jest-dom" : " ^5.9 .0" ,
5
+ "@testing-library/react" : " ^10.2.1 " ,
6
+ "@testing-library/user-event" : " ^11.3.2 " ,
7
7
"@types/node" : " ^12.0.0" ,
8
8
"@types/react" : " ^16.9.0" ,
9
9
"@types/react-dom" : " ^16.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"package" : {
3
3
"dependencies" : {
4
- "@testing-library/jest-dom" : " ^5.5 .0" ,
5
- "@testing-library/react" : " ^10.0.4 " ,
6
- "@testing-library/user-event" : " ^10.1.0 "
4
+ "@testing-library/jest-dom" : " ^5.9 .0" ,
5
+ "@testing-library/react" : " ^10.2.1 " ,
6
+ "@testing-library/user-event" : " ^11.3.2 "
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change 26
26
"create-react-app" : " ./index.js"
27
27
},
28
28
"dependencies" : {
29
- "chalk" : " 4.0 .0" ,
29
+ "chalk" : " 4.1 .0" ,
30
30
"commander" : " 4.1.0" ,
31
31
"cross-spawn" : " 7.0.3" ,
32
32
"envinfo" : " 7.5.1" ,
33
- "fs-extra" : " 9.0.0 " ,
33
+ "fs-extra" : " 9.0.1 " ,
34
34
"hyperquest" : " 2.1.3" ,
35
35
"inquirer" : " 7.1.0" ,
36
36
"semver" : " 7.3.2" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 63
63
"find-up" : " 4.1.0" ,
64
64
"fork-ts-checker-webpack-plugin" : " 4.1.6" ,
65
65
"global-modules" : " 2.0.0" ,
66
- "globby" : " 11.0.0 " ,
66
+ "globby" : " 11.0.1 " ,
67
67
"gzip-size" : " 5.1.1" ,
68
68
"immer" : " 1.10.0" ,
69
69
"inquirer" : " 7.1.0" ,
Original file line number Diff line number Diff line change 35
35
],
36
36
"devDependencies" : {
37
37
"@babel/code-frame" : " 7.10.1" ,
38
- "@babel/core" : " 7.10.1 " ,
38
+ "@babel/core" : " 7.10.2 " ,
39
39
"anser" : " 1.4.9" ,
40
40
"babel-eslint" : " 10.1.0" ,
41
41
"babel-jest" : " ^26.0.1" ,
63
63
"rimraf" : " ^3.0.0" ,
64
64
"settle-promise" : " 1.0.0" ,
65
65
"source-map" : " 0.5.6" ,
66
- "terser-webpack-plugin" : " 3.0.2 " ,
66
+ "terser-webpack-plugin" : " 3.0.3 " ,
67
67
"webpack" : " ^4.35.0"
68
68
},
69
69
"jest" : {
Original file line number Diff line number Diff line change 28
28
},
29
29
"types" : " ./lib/react-app.d.ts" ,
30
30
"dependencies" : {
31
- "@babel/core" : " 7.10.1 " ,
32
- "@pmmmwh/react-refresh-webpack-plugin" : " 0.3.2 " ,
31
+ "@babel/core" : " 7.10.2 " ,
32
+ "@pmmmwh/react-refresh-webpack-plugin" : " 0.3.3 " ,
33
33
"@svgr/webpack" : " 5.4.0" ,
34
34
"@typescript-eslint/eslint-plugin" : " ^2.10.0" ,
35
35
"@typescript-eslint/parser" : " ^2.10.0" ,
76
76
"sass-loader" : " 8.0.2" ,
77
77
"semver" : " 7.3.2" ,
78
78
"style-loader" : " 1.2.1" ,
79
- "terser-webpack-plugin" : " 3.0.2 " ,
79
+ "terser-webpack-plugin" : " 3.0.3 " ,
80
80
"ts-pnp" : " 1.2.0" ,
81
81
"url-loader" : " 4.1.0" ,
82
82
"webpack" : " 4.43.0" ,
You can’t perform that action at this time.
0 commit comments