Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 01d01c4 commit 29a1da8
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 105 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@eslint/js": "^8.57.0"
},
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.0.0"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.44.0"
"eslint": "^7.32.0 || ^8.44.0 || ^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^6.11.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^3.3.4",
"stylelint": "^16.3.1",
Expand Down
Loading

0 comments on commit 29a1da8

Please sign in to comment.