Updated cli packages.
This commit is contained in:
parent
c057af8e7d
commit
0d7bc439b7
3 changed files with 7401 additions and 7621 deletions
14992
package-lock.json
generated
14992
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
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": "^14.0.5",
|
"@angular/animations": "^15.2.10",
|
||||||
"@angular/common": "^14.0.5",
|
"@angular/common": "^15.2.10",
|
||||||
"@angular/compiler": "^16.0.3",
|
"@angular/compiler": "^16.0.3",
|
||||||
"@angular/core": "^15.2.9",
|
"@angular/core": "^15.2.10",
|
||||||
"@angular/fire": "^7.0.4",
|
"@angular/fire": "^7.0.4",
|
||||||
"@angular/forms": "^14.0.5",
|
"@angular/forms": "^15.2.10",
|
||||||
"@angular/platform-browser": "^14.0.5",
|
"@angular/platform-browser": "^15.2.10",
|
||||||
"@angular/platform-browser-dynamic": "^14.0.5",
|
"@angular/platform-browser-dynamic": "^15.2.10",
|
||||||
"@angular/router": "^14.0.5",
|
"@angular/router": "^15.2.10",
|
||||||
"@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",
|
||||||
|
@ -32,9 +32,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/architect": "0.1600.3",
|
"@angular-devkit/architect": "0.1600.3",
|
||||||
"@angular-devkit/build-angular": "^14.0.5",
|
"@angular-devkit/build-angular": "^15.2.11",
|
||||||
"@angular/cli": "^14.0.5",
|
"@angular/cli": "^15.2.11",
|
||||||
"@angular/compiler-cli": "^14.0.5",
|
"@angular/compiler-cli": "^15.2.10",
|
||||||
"@angular/language-service": "^16.0.3",
|
"@angular/language-service": "^16.0.3",
|
||||||
"@types/jasmine": "~3.6.2",
|
"@types/jasmine": "~3.6.2",
|
||||||
"@types/jasminewd2": "~2.0.8",
|
"@types/jasminewd2": "~2.0.8",
|
||||||
|
@ -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.7.4"
|
"typescript": "4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -7,8 +7,6 @@ import {
|
||||||
platformBrowserDynamicTesting
|
platformBrowserDynamicTesting
|
||||||
} from '@angular/platform-browser-dynamic/testing';
|
} from '@angular/platform-browser-dynamic/testing';
|
||||||
|
|
||||||
declare const require: any;
|
|
||||||
|
|
||||||
// First, initialize the Angular testing environment.
|
// First, initialize the Angular testing environment.
|
||||||
getTestBed().initTestEnvironment(
|
getTestBed().initTestEnvironment(
|
||||||
BrowserDynamicTestingModule,
|
BrowserDynamicTestingModule,
|
||||||
|
@ -16,7 +14,3 @@ getTestBed().initTestEnvironment(
|
||||||
teardown: { destroyAfterEach: false }
|
teardown: { destroyAfterEach: false }
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// Then we find all the tests.
|
|
||||||
const context = require.context('./', true, /\.spec\.ts$/);
|
|
||||||
// And load the modules.
|
|
||||||
context.keys().map(context);
|
|
||||||
|
|
Loading…
Reference in a new issue