mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-21 11:02:49 +00:00
Update to Angular v17 and update other packages as well.
This commit is contained in:
parent
96adf2c86f
commit
3d475fd5fc
@ -62,14 +62,14 @@
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "@openlp/web-remote:build"
|
||||
"buildTarget": "@openlp/web-remote:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "@openlp/web-remote:build:production"
|
||||
"buildTarget": "@openlp/web-remote:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "@openlp/web-remote:build:development"
|
||||
"buildTarget": "@openlp/web-remote:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@ -77,7 +77,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "@openlp/web-remote:build"
|
||||
"buildTarget": "@openlp/web-remote:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
@ -2,8 +2,8 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/app",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2022",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"jasminewd2",
|
||||
|
77
package.json
77
package.json
@ -23,51 +23,52 @@
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^16.2.12",
|
||||
"@angular/cdk": "^16.2.12",
|
||||
"@angular/common": "^16.2.12",
|
||||
"@angular/compiler": "^16.2.12",
|
||||
"@angular/core": "^16.2.12",
|
||||
"@angular/forms": "^16.2.12",
|
||||
"@angular/material": "^16.2.12",
|
||||
"@angular/platform-browser": "^16.2.12",
|
||||
"@angular/platform-browser-dynamic": "^16.2.12",
|
||||
"@angular/router": "^16.2.12",
|
||||
"@fontsource/roboto": "^4.5.8",
|
||||
"core-js": "^3.26.1",
|
||||
"@angular/animations": "^17.1.3",
|
||||
"@angular/cdk": "^17.1.2",
|
||||
"@angular/common": "^17.1.3",
|
||||
"@angular/compiler": "^17.1.3",
|
||||
"@angular/core": "^17.1.3",
|
||||
"@angular/forms": "^17.1.3",
|
||||
"@angular/material": "^17.1.2",
|
||||
"@angular/platform-browser": "^17.1.3",
|
||||
"@angular/platform-browser-dynamic": "^17.1.3",
|
||||
"@angular/router": "^17.1.3",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"core-js": "^3.35.1",
|
||||
"hammerjs": "^2.0.8",
|
||||
"material-icons": "^1.13.1",
|
||||
"rxjs": "^7.6.0",
|
||||
"zone.js": "^0.13.3"
|
||||
"material-icons": "^1.13.12",
|
||||
"rxjs": "^7.8.1",
|
||||
"zone.js": "^0.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^16.2.12",
|
||||
"@angular-eslint/builder": "^16.2.12",
|
||||
"@angular-eslint/eslint-plugin": "^16.2.12",
|
||||
"@angular-eslint/eslint-plugin-template": "^16.2.12",
|
||||
"@angular-eslint/schematics": "^16.2.12",
|
||||
"@angular-eslint/template-parser": "^16.2.12",
|
||||
"@angular/cli": "~16.2.12",
|
||||
"@angular/compiler-cli": "^16.2.12",
|
||||
"@angular/language-service": "^16.2.12",
|
||||
"@types/jasmine": "~4.3.1",
|
||||
"@types/jasminewd2": "~2.0.10",
|
||||
"@types/node": "~18.11.13",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
"@typescript-eslint/parser": "5.44.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-import": "~2.26.0",
|
||||
"eslint-plugin-jsdoc": "~39.6.4",
|
||||
"@angular-devkit/build-angular": "^17.1.3",
|
||||
"@angular-eslint/builder": "^17.1.3",
|
||||
"@angular-eslint/eslint-plugin": "^17.1.3",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.1.3",
|
||||
"@angular-eslint/schematics": "^17.1.3",
|
||||
"@angular-eslint/template-parser": "^17.1.3",
|
||||
"@angular/cli": "~17.1.3",
|
||||
"@angular/compiler-cli": "^17.1.3",
|
||||
"@angular/language-service": "^17.1.3",
|
||||
"@chiragrupani/karma-chromium-edge-launcher": "^2.3.1",
|
||||
"@types/jasmine": "~5.1.4",
|
||||
"@types/jasminewd2": "~2.0.13",
|
||||
"@types/node": "~20.11.17",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-import": "~2.29.1",
|
||||
"eslint-plugin-jsdoc": "~48.0.6",
|
||||
"eslint-plugin-prefer-arrow": "~1.2.3",
|
||||
"jasmine-core": "~4.5.0",
|
||||
"jasmine-core": "~5.1.2",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"karma": "~6.4.1",
|
||||
"karma-chrome-launcher": "~3.1.1",
|
||||
"karma": "~6.4.2",
|
||||
"karma-chrome-launcher": "~3.2.0",
|
||||
"karma-coverage-istanbul-reporter": "~3.0.3",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "^2.0.0",
|
||||
"ts-node": "~10.9.1",
|
||||
"typescript": "~5.1.6"
|
||||
"karma-jasmine-html-reporter": "^2.1.0",
|
||||
"ts-node": "~10.9.2",
|
||||
"typescript": "~5.3.3"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
@ -10,7 +10,8 @@ module.exports = function (config) {
|
||||
require('karma-chrome-launcher'),
|
||||
require('karma-jasmine-html-reporter'),
|
||||
require('karma-coverage-istanbul-reporter'),
|
||||
require('@angular-devkit/build-angular/plugins/karma')
|
||||
require('@angular-devkit/build-angular/plugins/karma'),
|
||||
require('@chiragrupani/karma-chromium-edge-launcher')
|
||||
],
|
||||
client: {
|
||||
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
||||
@ -25,7 +26,7 @@ module.exports = function (config) {
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chromium'],
|
||||
browsers: ['Chromium','Edge'],
|
||||
customLaunchers: {
|
||||
ChromiumHeadlessCI: {
|
||||
base: 'ChromiumHeadless',
|
||||
|
@ -71,7 +71,7 @@
|
||||
/***************************************************************************************************
|
||||
* Zone JS is required by default for Angular itself.
|
||||
*/
|
||||
import 'zone.js/dist/zone'; // Included with Angular CLI.
|
||||
import 'zone.js';
|
||||
|
||||
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
@use '@angular/material' as mat;
|
||||
@import '@angular/material/theming';
|
||||
|
||||
@include mat.core();
|
||||
$olp-primary: mat.define-palette(mat.$indigo-palette, 500);
|
||||
@ -136,9 +135,8 @@ footer {
|
||||
// This rule is to avoid the left menu scrolling with the page itself.
|
||||
.mat-drawer.mat-sidenav {
|
||||
position: fixed;
|
||||
padding-top: $mat-toolbar-height-desktop;
|
||||
|
||||
@media ($mat-xsmall) {
|
||||
padding-top: $mat-toolbar-height-mobile;
|
||||
padding-top: 64px;
|
||||
@media screen and (max-width: 600px) {
|
||||
padding-top: 56px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
||||
|
||||
import 'zone.js/dist/zone-testing';
|
||||
import 'zone.js/testing';
|
||||
import { getTestBed } from '@angular/core/testing';
|
||||
import {
|
||||
BrowserDynamicTestingModule,
|
||||
|
@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "../out-tsc/app",
|
||||
"module": "es2015",
|
||||
"module": "ES2015",
|
||||
"types": []
|
||||
},
|
||||
"exclude": [
|
||||
|
@ -2,7 +2,7 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/spec",
|
||||
"module": "commonjs",
|
||||
"module": "CommonJS",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
|
@ -9,7 +9,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"target": "es2022",
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": false,
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
|
Loading…
Reference in New Issue
Block a user