File tree Expand file tree Collapse file tree 4 files changed +144
-39
lines changed Expand file tree Collapse file tree 4 files changed +144
-39
lines changed Original file line number Diff line number Diff line change 23
23
"eslint-plugin-promise" : " ^7.2.1" ,
24
24
"globals" : " ^16.2.0" ,
25
25
"jest" : " ^29.7.0" ,
26
- "rollup" : " ^4.41.1"
26
+ "rollup" : " ^4.41.1" ,
27
+ "prettier" : " ^3.2.5"
27
28
}
28
29
}
Original file line number Diff line number Diff line change 46
46
"@babel/eslint-parser" : " ^7.24.1" ,
47
47
"@babel/plugin-syntax-jsx" : " ^7.24.1" ,
48
48
"@babel/preset-env" : " ^7.24.4" ,
49
+ "@eslint/eslintrc" : " ^3.3.1" ,
50
+ "@eslint/js" : " ^9.27.0" ,
49
51
"@parallelmarkets/vanilla" : " workspace:*" ,
50
52
"@rollup/plugin-babel" : " ^6.0.4" ,
51
53
"@rollup/plugin-commonjs" : " ^25.0.7" ,
56
58
"@testing-library/react" : " ^15.0.2" ,
57
59
"@types/node" : " ^20.12.7" ,
58
60
"@types/react" : " ^18.2.79" ,
61
+ "@typescript-eslint/parser" : " ^8.33.0" ,
59
62
"babel-jest" : " ^29.7.0" ,
60
63
"babel-preset-react-app" : " ^10.0.1" ,
61
64
"eslint-plugin-react" : " ^7.34.0" ,
65
68
"react" : " ^18.2.0" ,
66
69
"react-dom" : " ^18.2.0" ,
67
70
"tslib" : " ^2.6.2" ,
68
- "typescript" : " ^5.4.5"
71
+ "typescript" : " ^5.4.5" ,
72
+ "typescript-eslint" : " 7.7.1"
69
73
},
70
74
"peerDependencies" : {
71
75
"@parallelmarkets/vanilla" : " workspace:*" ,
Original file line number Diff line number Diff line change 46
46
"@babel/eslint-parser" : " ^7.24.1" ,
47
47
"@babel/preset-env" : " ^7.24.4" ,
48
48
"@babel/preset-typescript" : " ^7.24.1" ,
49
+ "@eslint/eslintrc" : " ^3.3.1" ,
50
+ "@eslint/js" : " ^9.27.0" ,
49
51
"@jest/globals" : " ^29.7.0" ,
50
52
"@rollup/plugin-babel" : " ^6.0.4" ,
51
53
"@rollup/plugin-replace" : " ^5.0.5" ,
52
54
"@rollup/plugin-typescript" : " ^11.1.6" ,
53
55
"@types/jest" : " ^29.5.12" ,
54
56
"@types/node" : " ^20.12.7" ,
57
+ "@typescript-eslint/parser" : " ^8.33.0" ,
55
58
"globals" : " ^15.0.0" ,
56
59
"jest" : " ^29.7.0" ,
57
60
"jest-environment-jsdom" : " ^29.7.0" ,
You can’t perform that action at this time.
0 commit comments