ng update 17
This commit is contained in:
@@ -89,18 +89,18 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "wgenerator:build"
|
"buildTarget": "wgenerator:build"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "wgenerator:build:production"
|
"buildTarget": "wgenerator:build:production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "wgenerator:build"
|
"buildTarget": "wgenerator:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|||||||
33911
package-lock.json
generated
33911
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
58
package.json
58
package.json
@@ -10,18 +10,18 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^16.2.11",
|
"@angular/animations": "^17.1.3",
|
||||||
"@angular/cdk": "^16.2.11",
|
"@angular/cdk": "^17.1.2",
|
||||||
"@angular/common": "^16.2.11",
|
"@angular/common": "^17.1.3",
|
||||||
"@angular/compiler": "^16.2.11",
|
"@angular/compiler": "^17.1.3",
|
||||||
"@angular/core": "^16.2.11",
|
"@angular/core": "^17.1.3",
|
||||||
"@angular/fire": "^16.0.0",
|
"@angular/fire": "^17.0.1",
|
||||||
"@angular/forms": "^16.2.11",
|
"@angular/forms": "^17.1.3",
|
||||||
"@angular/material": "^16.2.11",
|
"@angular/material": "^17.1.2",
|
||||||
"@angular/platform-browser": "^16.2.11",
|
"@angular/platform-browser": "^17.1.3",
|
||||||
"@angular/platform-browser-dynamic": "^16.2.11",
|
"@angular/platform-browser-dynamic": "^17.1.3",
|
||||||
"@angular/router": "^16.2.11",
|
"@angular/router": "^17.1.3",
|
||||||
"@angular/service-worker": "^16.2.11",
|
"@angular/service-worker": "^17.1.3",
|
||||||
"@fortawesome/angular-fontawesome": "^0.13.0",
|
"@fortawesome/angular-fontawesome": "^0.13.0",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
||||||
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
||||||
@@ -30,32 +30,32 @@
|
|||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"ngx-mat-select-search": "^7.0.5",
|
"ngx-mat-select-search": "^7.0.5",
|
||||||
"rxfire": "^6.0.3",
|
"rxfire": "^6.0.3",
|
||||||
"rxjs": "~7.5.6",
|
"rxjs": "~7.8.1",
|
||||||
"swiper": "^9.3.2",
|
"swiper": "^9.3.2",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"zone.js": "~0.13.3"
|
"zone.js": "~0.14.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/architect": "0.1602.9",
|
"@angular-devkit/architect": "0.1701.3",
|
||||||
"@angular-devkit/build-angular": "^16.2.9",
|
"@angular-devkit/build-angular": "^17.1.3",
|
||||||
"@angular-eslint/builder": "16.2.0",
|
"@angular-eslint/builder": "17.2.1",
|
||||||
"@angular-eslint/eslint-plugin": "16.2.0",
|
"@angular-eslint/eslint-plugin": "17.2.1",
|
||||||
"@angular-eslint/eslint-plugin-template": "16.2.0",
|
"@angular-eslint/eslint-plugin-template": "17.2.1",
|
||||||
"@angular-eslint/schematics": "16.2.0",
|
"@angular-eslint/schematics": "17.2.1",
|
||||||
"@angular-eslint/template-parser": "16.2.0",
|
"@angular-eslint/template-parser": "17.2.1",
|
||||||
"@angular/cli": "^16.2.9",
|
"@angular/cli": "^17.1.3",
|
||||||
"@angular/compiler-cli": "^16.2.11",
|
"@angular/compiler-cli": "^17.1.3",
|
||||||
"@angular/language-service": "^16.2.11",
|
"@angular/language-service": "^17.1.3",
|
||||||
"@types/jasmine": "~4.0.3",
|
"@types/jasmine": "~4.0.3",
|
||||||
"@types/jasminewd2": "~2.0.10",
|
"@types/jasminewd2": "~2.0.10",
|
||||||
"@types/lodash": "^4.14.182",
|
"@types/lodash": "^4.14.182",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||||
"@typescript-eslint/parser": "^5.59.2",
|
"@typescript-eslint/parser": "^6.10.0",
|
||||||
"eslint": "^8.39.0",
|
"eslint": "^8.53.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"firebase-tools": "^11.6.0",
|
"firebase-tools": "^13.2.1",
|
||||||
"fuzzy": "^0.1.3",
|
"fuzzy": "^0.1.3",
|
||||||
"inquirer": "^9.1.0",
|
"inquirer": "^9.1.0",
|
||||||
"inquirer-autocomplete-prompt": "^2.0.0",
|
"inquirer-autocomplete-prompt": "^2.0.0",
|
||||||
@@ -68,6 +68,6 @@
|
|||||||
"karma-jasmine-html-reporter": "^2.0.0",
|
"karma-jasmine-html-reporter": "^2.0.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"protractor": "~7.0.0",
|
"protractor": "~7.0.0",
|
||||||
"typescript": "~5.1.6"
|
"typescript": "~5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user