feat(linter): update eslint to next minor version (#20351)
This commit is contained in:
parent
3a9c8e8b34
commit
0b4c2daf64
@ -46,7 +46,7 @@
|
|||||||
"@babel/preset-typescript": "^7.22.5",
|
"@babel/preset-typescript": "^7.22.5",
|
||||||
"@babel/runtime": "^7.22.6",
|
"@babel/runtime": "^7.22.6",
|
||||||
"@eslint/eslintrc": "^2.1.1",
|
"@eslint/eslintrc": "^2.1.1",
|
||||||
"@eslint/js": "^8.46.0",
|
"@eslint/js": "^8.48.0",
|
||||||
"@floating-ui/react": "0.19.2",
|
"@floating-ui/react": "0.19.2",
|
||||||
"@jest/reporters": "^29.4.1",
|
"@jest/reporters": "^29.4.1",
|
||||||
"@jest/test-result": "^29.4.1",
|
"@jest/test-result": "^29.4.1",
|
||||||
@ -163,7 +163,7 @@
|
|||||||
"ejs": "^3.1.7",
|
"ejs": "^3.1.7",
|
||||||
"enhanced-resolve": "^5.8.3",
|
"enhanced-resolve": "^5.8.3",
|
||||||
"esbuild": "0.19.5",
|
"esbuild": "0.19.5",
|
||||||
"eslint": "8.46.0",
|
"eslint": "~8.48.0",
|
||||||
"eslint-config-next": "13.1.1",
|
"eslint-config-next": "13.1.1",
|
||||||
"eslint-config-prettier": "9.0.0",
|
"eslint-config-prettier": "9.0.0",
|
||||||
"eslint-plugin-cypress": "2.14.0",
|
"eslint-plugin-cypress": "2.14.0",
|
||||||
|
|||||||
@ -101,6 +101,14 @@
|
|||||||
"version": "^6.9.1"
|
"version": "^6.9.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"17.2.0": {
|
||||||
|
"version": "17.2.0-beta.2",
|
||||||
|
"packages": {
|
||||||
|
"eslint": {
|
||||||
|
"version": "~8.48.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
export const nxVersion = require('../../package.json').version;
|
export const nxVersion = require('../../package.json').version;
|
||||||
|
|
||||||
export const eslintVersion = '~8.46.0';
|
export const eslintVersion = '~8.48.0';
|
||||||
export const eslintrcVersion = '^2.1.1';
|
export const eslintrcVersion = '^2.1.1';
|
||||||
export const eslintConfigPrettierVersion = '^9.0.0';
|
export const eslintConfigPrettierVersion = '^9.0.0';
|
||||||
export const typescriptESLintVersion = '^6.9.1';
|
export const typescriptESLintVersion = '^6.9.1';
|
||||||
|
|||||||
@ -107,7 +107,7 @@ exports[`lib should add vue, vite and vitest to package.json 1`] = `
|
|||||||
"@vue/eslint-config-typescript": "^11.0.3",
|
"@vue/eslint-config-typescript": "^11.0.3",
|
||||||
"@vue/test-utils": "^2.4.1",
|
"@vue/test-utils": "^2.4.1",
|
||||||
"@vue/tsconfig": "^0.4.0",
|
"@vue/tsconfig": "^0.4.0",
|
||||||
"eslint": "~8.46.0",
|
"eslint": "~8.48.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-vue": "^9.16.1",
|
"eslint-plugin-vue": "^9.16.1",
|
||||||
"jsdom": "~22.1.0",
|
"jsdom": "~22.1.0",
|
||||||
|
|||||||
465
pnpm-lock.yaml
generated
465
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user