Skip to content

Commit

Permalink
chore(deps): update dependency eslint to >=9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 725f347 commit 75328f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/htm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"linthtml"
],
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=9.15.0"
},
"dependencies": {
"eslint-plugin-utils": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/markup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"linthtml"
],
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=9.15.0"
},
"dependencies": {
"cosmiconfig": "^8.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-enhanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-enhanced"
],
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=9.15.0"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"spelling-check"
],
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=9.15.0"
},
"dependencies": {
"cosmiconfig": "^8.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-utils"
],
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=9.15.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 75328f9

Please sign in to comment.