Updated cli packages.

This commit is contained in:
Batuhan Berk Başoğlu 2024-10-31 14:48:43 -04:00
parent c057af8e7d
commit 0d7bc439b7
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
3 changed files with 7401 additions and 7621 deletions

14992
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,15 +12,15 @@
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular/animations": "^14.0.5",
"@angular/common": "^14.0.5",
"@angular/animations": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^16.0.3",
"@angular/core": "^15.2.9",
"@angular/core": "^15.2.10",
"@angular/fire": "^7.0.4",
"@angular/forms": "^14.0.5",
"@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5",
"@angular/router": "^14.0.5",
"@angular/forms": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@types/googlemaps": "^3.39.12",
"core-js": "^3.30.2",
"firebase": "^9.22.1",
@ -32,9 +32,9 @@
},
"devDependencies": {
"@angular-devkit/architect": "0.1600.3",
"@angular-devkit/build-angular": "^14.0.5",
"@angular/cli": "^14.0.5",
"@angular/compiler-cli": "^14.0.5",
"@angular-devkit/build-angular": "^15.2.11",
"@angular/cli": "^15.2.11",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^16.0.3",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
@ -55,6 +55,6 @@
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}
}

View file

@ -7,8 +7,6 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare const require: any;
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
@ -16,7 +14,3 @@ getTestBed().initTestEnvironment(
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);