ng v15 update

pull/1149/head
ShahanaFarooqui 1 year ago
parent 86d4d15552
commit be0d1775d0

@ -1,17 +0,0 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support
# You can see what browsers were selected by your queries by running:
# npx browserslist
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.

4794
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -45,25 +45,25 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "^12.2.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/animations": "^14.2.12",
"@angular/animations": "^15.0.1",
"@angular/cdk": "^14.2.7",
"@angular/cli": "^14.2.10",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/cli": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
"@angular/compiler-cli": "^15.0.1",
"@angular/core": "^15.0.1",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^14.2.12",
"@angular/forms": "^15.0.1",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/platform-browser": "^15.0.1",
"@angular/platform-browser-dynamic": "^15.0.1",
"@angular/router": "^15.0.1",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
@ -90,6 +90,6 @@
"roboto-fontface": "^0.10.0",
"stream-browserify": "^3.0.0",
"ts-node": "~10.9.1",
"typescript": "~4.6.2"
"typescript": "~4.8.4"
}
}

@ -2,15 +2,7 @@
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';
declare const require: any;
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } }
);
const context = require.context('./', true, /\.spec\.ts$/);
// const context = require.context('./app/lnd/transactions/send-payment-modal', true, /\.spec\.ts$/);
// const context = require.context('./app/store', true, /\.spec\.ts$/);
context.keys()?.map(context);

@ -16,7 +16,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"target": "ES2022",
"module": "es2020",
"typeRoots": [
"node_modules/@types"
@ -24,7 +24,8 @@
"lib": [
"es2018",
"dom"
]
],
"useDefineForClassFields": false
},
"include": [
"./server/**/*"

Loading…
Cancel
Save