Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update eslint monorepo to v9
Browse files Browse the repository at this point in the history
renovate[bot] authored May 13, 2024
1 parent 8e40e4d commit 2baed55
Showing 4 changed files with 179 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.10.1",
6 changes: 3 additions & 3 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -31,12 +31,12 @@
"eslint-plugin-vue": "^9.26.0",
"typescript-eslint": "^7.8.0",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^8.57.0"
"@eslint/js": "^9.2.0"
},
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.2.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
@@ -46,7 +46,7 @@
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^4.0.0",
"stylelint": "^16.5.0",
264 changes: 174 additions & 90 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 2baed55

Please sign in to comment.