Updated the angular version.
This commit is contained in:
parent
157a4b5a46
commit
0efdbd4589
3 changed files with 3911 additions and 3689 deletions
|
@ -58,18 +58,18 @@
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "websitePractise:build"
|
"buildTarget": "websitePractise:build"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "websitePractise:build:production"
|
"buildTarget": "websitePractise:build:production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "websitePractise:build"
|
"buildTarget": "websitePractise:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|
7550
package-lock.json
generated
7550
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
@ -12,15 +12,15 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agm/core": "^3.0.0-beta.0",
|
"@agm/core": "^3.0.0-beta.0",
|
||||||
"@angular/animations": "^16.2.12",
|
"@angular/animations": "^17.3.12",
|
||||||
"@angular/common": "^16.2.12",
|
"@angular/common": "^17.3.12",
|
||||||
"@angular/compiler": "^16.2.12",
|
"@angular/compiler": "^17.3.12",
|
||||||
"@angular/core": "^16.2.12",
|
"@angular/core": "^17.3.12",
|
||||||
"@angular/fire": "^7.0.4",
|
"@angular/fire": "^7.0.4",
|
||||||
"@angular/forms": "^16.2.12",
|
"@angular/forms": "^17.3.12",
|
||||||
"@angular/platform-browser": "^16.2.12",
|
"@angular/platform-browser": "^17.3.12",
|
||||||
"@angular/platform-browser-dynamic": "^16.2.12",
|
"@angular/platform-browser-dynamic": "^17.3.12",
|
||||||
"@angular/router": "^16.2.12",
|
"@angular/router": "^17.3.12",
|
||||||
"@types/googlemaps": "^3.39.12",
|
"@types/googlemaps": "^3.39.12",
|
||||||
"core-js": "^3.30.2",
|
"core-js": "^3.30.2",
|
||||||
"firebase": "^9.22.1",
|
"firebase": "^9.22.1",
|
||||||
|
@ -28,14 +28,14 @@
|
||||||
"fontawesome": "^5.6.3",
|
"fontawesome": "^5.6.3",
|
||||||
"rxjs": "~6.6.3",
|
"rxjs": "~6.6.3",
|
||||||
"tslib": "^2.5.2",
|
"tslib": "^2.5.2",
|
||||||
"zone.js": "~0.13.3"
|
"zone.js": "~0.14.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/architect": "0.1602.16",
|
"@angular-devkit/architect": "0.1703.11",
|
||||||
"@angular-devkit/build-angular": "^16.2.16",
|
"@angular-devkit/build-angular": "^17.3.11",
|
||||||
"@angular/cli": "^16.2.16",
|
"@angular/cli": "^17.3.11",
|
||||||
"@angular/compiler-cli": "^16.2.12",
|
"@angular/compiler-cli": "^17.3.12",
|
||||||
"@angular/language-service": "^16.2.12",
|
"@angular/language-service": "^17.3.12",
|
||||||
"@types/jasmine": "~3.6.2",
|
"@types/jasmine": "~3.6.2",
|
||||||
"@types/jasminewd2": "~2.0.8",
|
"@types/jasminewd2": "~2.0.8",
|
||||||
"@types/node": "^14.14.10",
|
"@types/node": "^14.14.10",
|
||||||
|
@ -55,6 +55,6 @@
|
||||||
"protractor": "~7.0.0",
|
"protractor": "~7.0.0",
|
||||||
"ts-node": "~9.0.0",
|
"ts-node": "~9.0.0",
|
||||||
"tslint": "~6.1.3",
|
"tslint": "~6.1.3",
|
||||||
"typescript": "4.9.5"
|
"typescript": "5.4.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue