Batch update npm packages

This commit is contained in:
shamoon 2023-02-01 22:20:59 -08:00
parent 8a281452b8
commit 73b2c366df
3 changed files with 834 additions and 14075 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": {

14874
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,14 +39,14 @@
}, },
"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",