Merge pull request #2577 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/parser-5.50.0

This commit is contained in:
dependabot[bot] 2023-02-02 06:31:17 +00:00 committed by GitHub
commit f43c3e0dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 846 additions and 13970 deletions

View File

@ -192,7 +192,8 @@
"cli": { "cli": {
"schematicCollections": [ "schematicCollections": [
"@angular-eslint/schematics" "@angular-eslint/schematics"
] ],
"analytics": false
}, },
"schematics": { "schematics": {
"@angular-eslint/schematics:application": { "@angular-eslint/schematics:application": {

14779
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,14 +13,14 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/common": "~15.1.0", "@angular/common": "~15.1.2",
"@angular/compiler": "~15.1.0", "@angular/compiler": "~15.1.2",
"@angular/core": "~15.1.0", "@angular/core": "~15.1.2",
"@angular/forms": "~15.1.0", "@angular/forms": "~15.1.2",
"@angular/localize": "~15.1.0", "@angular/localize": "~15.1.2",
"@angular/platform-browser": "~15.1.0", "@angular/platform-browser": "~15.1.2",
"@angular/platform-browser-dynamic": "~15.1.0", "@angular/platform-browser-dynamic": "~15.1.2",
"@angular/router": "~15.1.0", "@angular/router": "~15.1.2",
"@ng-bootstrap/ng-bootstrap": "^14.0.1", "@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@ng-select/ng-select": "^10.0.1", "@ng-select/ng-select": "^10.0.1",
"@ngneat/dirty-check-forms": "^3.0.3", "@ngneat/dirty-check-forms": "^3.0.3",
@ -39,18 +39,18 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/jest": "15.0.0", "@angular-builders/jest": "15.0.0",
"@angular-devkit/build-angular": "~15.1.0", "@angular-devkit/build-angular": "~15.1.4",
"@angular-eslint/builder": "15.1.0", "@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.1.0", "@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.1.0", "@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "~15.1.0", "@angular/cli": "~15.1.4",
"@angular/compiler-cli": "~15.1.0", "@angular/compiler-cli": "~15.1.2",
"@types/jest": "28.1.6", "@types/jest": "28.1.6",
"@types/node": "^18.7.23", "@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.50.0",
"concurrently": "7.4.0", "concurrently": "7.4.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
"jest": "28.1.3", "jest": "28.1.3",