File tree Expand file tree Collapse file tree 15 files changed +21
-21
lines changed
eslint-plugin-react-debug
eslint-plugin-react-naming-convention Expand file tree Collapse file tree 15 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
- 1.5.12-next.9
1
+ 1.5.12-next.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/monorepo" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"private" : true ,
5
5
"description" : " A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/core" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint utility module for static analysis of React core APIs and Patterns." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-core" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint plugin for React related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
63
63
},
64
64
"peerDependencies" : {
65
65
"@typescript-eslint/parser" : " ^7.5.0" ,
66
- "eslint" : " ^8.57.0" ,
66
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
67
67
"typescript" : " ^5.3.3"
68
68
},
69
69
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-debug" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint plugin for debugging related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
58
58
},
59
59
"peerDependencies" : {
60
60
"@typescript-eslint/parser" : " ^7.5.0" ,
61
- "eslint" : " ^8.57.0" ,
61
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
62
62
"typescript" : " ^5.3.3"
63
63
},
64
64
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-dom" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint plugin for React DOM related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
61
61
},
62
62
"peerDependencies" : {
63
63
"@typescript-eslint/parser" : " ^7.5.0" ,
64
- "eslint" : " ^8.57.0" ,
64
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
65
65
"typescript" : " ^5.3.3"
66
66
},
67
67
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-hooks-extra" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint plugin for React Hooks related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
62
62
},
63
63
"peerDependencies" : {
64
64
"@typescript-eslint/parser" : " ^7.5.0" ,
65
- "eslint" : " ^8.57.0" ,
65
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
66
66
"typescript" : " ^5.3.3"
67
67
},
68
68
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-naming-convention" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's ESLint plugin for naming convention related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
61
61
},
62
62
"peerDependencies" : {
63
63
"@typescript-eslint/parser" : " ^7.5.0" ,
64
- "eslint" : " ^8.57.0" ,
64
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
65
65
"typescript" : " ^5.3.3"
66
66
},
67
67
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React." ,
5
5
"keywords" : [
6
6
" eslint" ,
67
67
},
68
68
"peerDependencies" : {
69
69
"@typescript-eslint/parser" : " ^7.5.0" ,
70
- "eslint" : " ^8.57.0" ,
70
+ "eslint" : " ^8.57.0 || ^9.0.0 " ,
71
71
"typescript" : " ^5.3.3"
72
72
},
73
73
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/shared" ,
3
- "version" : " 1.5.12-next.9 " ,
3
+ "version" : " 1.5.12-next.10 " ,
4
4
"description" : " ESLint React's Shared constants and functions." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments