mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
[deps] Architecture: Update Minor and patch linting updates (#17491)
* [deps] Architecture: Update Minor and patch linting updates * Fix npm conflicts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hinton <hinton@users.noreply.github.com>
This commit is contained in:
parent
4497b65926
commit
83fbaec0f7
@ -47,7 +47,6 @@ const queryDangerousPatterns = [
|
||||
];
|
||||
|
||||
declare global {
|
||||
/* eslint-disable-next-line no-var */
|
||||
var bitwardenContainerService: BitwardenContainerService;
|
||||
}
|
||||
|
||||
|
||||
1055
package-lock.json
generated
1055
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -55,7 +55,7 @@
|
||||
"@compodoc/compodoc": "1.2.1",
|
||||
"@electron/notarize": "3.0.1",
|
||||
"@electron/rebuild": "4.0.3",
|
||||
"@eslint/compat": "2.0.0",
|
||||
"@eslint/compat": "2.0.3",
|
||||
"@lit-labs/signals": "0.2.0",
|
||||
"@ngtools/webpack": "20.3.12",
|
||||
"@nx/devkit": "22.5.4",
|
||||
@ -90,8 +90,8 @@
|
||||
"@types/proper-lockfile": "4.1.4",
|
||||
"@types/retry": "0.12.5",
|
||||
"@types/zxcvbn": "4.4.5",
|
||||
"@typescript-eslint/rule-tester": "8.57.0",
|
||||
"@typescript-eslint/utils": "8.57.0",
|
||||
"@typescript-eslint/rule-tester": "8.58.0",
|
||||
"@typescript-eslint/utils": "8.58.0",
|
||||
"@webcomponents/custom-elements": "1.6.0",
|
||||
"@yao-pkg/pkg": "6.5.1",
|
||||
"angular-eslint": "20.7.0",
|
||||
@ -111,14 +111,14 @@
|
||||
"electron-reload": "2.0.0-alpha.1",
|
||||
"electron-store": "11.0.2",
|
||||
"electron-updater": "6.6.4",
|
||||
"eslint": "9.26.0",
|
||||
"eslint-config-prettier": "10.1.2",
|
||||
"eslint-import-resolver-typescript": "4.3.4",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint": "9.39.4",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-import-resolver-typescript": "4.4.4",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-rxjs": "5.0.3",
|
||||
"eslint-plugin-rxjs-angular": "2.0.1",
|
||||
"eslint-plugin-storybook": "9.1.16",
|
||||
"eslint-plugin-tailwindcss": "3.18.0",
|
||||
"eslint-plugin-storybook": "9.1.20",
|
||||
"eslint-plugin-tailwindcss": "3.18.2",
|
||||
"fantasticon": "4.1.0",
|
||||
"html-loader": "5.1.0",
|
||||
"html-webpack-injector": "1.1.4",
|
||||
@ -129,7 +129,7 @@
|
||||
"jest-mock-extended": "3.0.7",
|
||||
"jest-preset-angular": "14.6.2",
|
||||
"json5": "2.2.3",
|
||||
"lint-staged": "16.0.0",
|
||||
"lint-staged": "16.4.0",
|
||||
"mini-css-extract-plugin": "2.9.4",
|
||||
"nx": "22.5.4",
|
||||
"path-browserify": "1.0.1",
|
||||
@ -142,7 +142,7 @@
|
||||
"rimraf": "6.1.2",
|
||||
"sass": "1.95.1",
|
||||
"sass-loader": "16.0.6",
|
||||
"storybook": "9.1.19",
|
||||
"storybook": "9.1.20",
|
||||
"style-loader": "4.0.0",
|
||||
"svgo": "4.0.1",
|
||||
"tailwindcss": "3.4.18",
|
||||
@ -151,7 +151,7 @@
|
||||
"tsconfig-paths-webpack-plugin": "4.2.0",
|
||||
"type-fest": "2.19.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.57.0",
|
||||
"typescript-eslint": "8.58.0",
|
||||
"typescript-strict-plugin": "2.4.4",
|
||||
"url": "0.11.4",
|
||||
"util": "0.12.5",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user