chore(eslint-config): bump deps version (#11465)

This commit is contained in:
neverland 2023-01-07 21:56:49 +08:00 committed by GitHub
parent 58fe29a611
commit f32e3d9990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 106 additions and 268 deletions

View File

@ -21,7 +21,7 @@
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"eslint": "^8.23.0",
"eslint": "^8.31.0",
"husky": "^8.0.1",
"nano-staged": "^0.8.0",
"prettier": "^2.7.1",

View File

@ -60,14 +60,14 @@
"consola": "^2.15.3",
"conventional-changelog": "^3.1.25",
"esbuild": "^0.16.10",
"eslint": "^8.23.0",
"eslint": "^8.31.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"hash-sum": "^2.0.0",
"highlight.js": "^11.6.0",
"husky": "^8.0.1",
"jest": "^29.1.2",
"jest": "^29.3.1",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.1.2",
"jest-serializer-html": "^7.1.0",

View File

@ -20,16 +20,17 @@
"author": "chenjiahan",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.4.0"
"eslint-plugin-vue": "^9.8.0"
},
"devDependencies": {
"enhanced-resolve": "^5.10.0",
"eslint": "^8.23.0",
"enhanced-resolve": "^5.12.0",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"typescript": "^4.8.2"
},
"peerDependencies": {

View File

@ -24,7 +24,6 @@ test('a vue project should pass lint', async () => {
expect([
'no-const-assign',
'@typescript-eslint/no-unused-vars',
'vue/multi-word-component-names',
'no-undef',
]).toEqual(rest);
});
@ -34,7 +33,6 @@ test('a vue-tsx project should pass lint', async () => {
expect([
'@typescript-eslint/no-unused-vars',
'vue/multi-word-component-names',
'vue/no-ref-as-operand',
'@typescript-eslint/no-empty-interface',
]).toEqual(rest);

353
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff