File tree Expand file tree Collapse file tree 3 files changed +753
-1755
lines changed Expand file tree Collapse file tree 3 files changed +753
-1755
lines changed Original file line number Diff line number Diff line change 37
37
"release-it" : " ^14.12.5"
38
38
},
39
39
"resolutions" : {
40
+ "@babel/core" : " 7.19.3" ,
41
+ "@babel/code-frame" : " 7.18.6" ,
42
+ "@babel/generator" : " 7.19.3" ,
43
+ "@babel/helper-compilation-targets" : " 7.19.3" ,
44
+ "@babel/traverse" : " 7.19.3" ,
45
+ "@babel/types" : " 7.19.3" ,
40
46
"console-testing-library" : " patch:console-testing-library@npm:0.3.1#.yarn/patches/console-testing-library__npm_0.3.1.patch" ,
41
47
"msw" : " patch:msw@npm:0.40.2#.yarn/patches/msw-npm-0.40.2-2107d48752" ,
48
+ "jscodeshift" : " 0.13.1" ,
42
49
"react-redux" : " npm:8.0.2" ,
43
50
"react" : " npm:18.1.0" ,
44
51
"react-dom" : " npm:18.1.0" ,
52
+ "resolve" : " 1.22.1" ,
45
53
"@types/react" : " npm:18.0.12" ,
46
54
"@types/react-dom" : " npm:18.0.5" ,
47
55
"@types/inquirer" : " npm:8.2.1" ,
Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"coveralls" : " ^3.1.0" ,
20
- "eslint" : " ^8 .25.0" ,
21
- "eslint-config-prettier" : " ^8.5 .0" ,
20
+ "eslint" : " ^7 .25.0" ,
21
+ "eslint-config-prettier" : " ^8.3 .0" ,
22
22
"eslint-plugin-node" : " ^11.1.0" ,
23
- "eslint-plugin-prettier" : " ^4.2.1 " ,
24
- "jest" : " ^26.6.3 " ,
25
- "prettier" : " ^2.7 .1"
23
+ "eslint-plugin-prettier" : " ^3.4.0 " ,
24
+ "jest" : " ^27 " ,
25
+ "prettier" : " ^2.2 .1"
26
26
},
27
27
"engines" : {
28
- "node" : " 10.* || 12.* || >= 14"
28
+ "node" : " >= 14"
29
29
},
30
30
"jest" : {
31
31
"testEnvironment" : " node"
You can’t perform that action at this time.
0 commit comments