MOBILE-4470 npm: Update dependencies
parent
f96f208628
commit
12ae4c7529
11
.eslintrc.js
11
.eslintrc.js
|
@ -84,16 +84,7 @@ const appConfig = {
|
|||
},
|
||||
},
|
||||
],
|
||||
'@typescript-eslint/member-ordering': [
|
||||
'error',
|
||||
{
|
||||
default:
|
||||
{
|
||||
order: 'as-written',
|
||||
},
|
||||
|
||||
}
|
||||
],
|
||||
'@typescript-eslint/member-ordering': 'off',
|
||||
'@typescript-eslint/naming-convention': [
|
||||
'error',
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,6 @@ module.exports = {
|
|||
'src/**/*.{ts,html}',
|
||||
'!src/testing/**/*',
|
||||
],
|
||||
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|swiper)'],
|
||||
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'],
|
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
43
package.json
43
package.json
|
@ -44,14 +44,14 @@
|
|||
"lang:create-langindex": "./scripts/create_langindex.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^17.1.0",
|
||||
"@angular/common": "^17.1.0",
|
||||
"@angular/compiler": "^17.1.0",
|
||||
"@angular/core": "^17.1.0",
|
||||
"@angular/forms": "^17.1.0",
|
||||
"@angular/platform-browser": "^17.1.0",
|
||||
"@angular/platform-browser-dynamic": "^17.1.0",
|
||||
"@angular/router": "^17.1.0",
|
||||
"@angular/animations": "^17.3.0",
|
||||
"@angular/common": "^17.3.0",
|
||||
"@angular/compiler": "^17.3.0",
|
||||
"@angular/core": "^17.3.0",
|
||||
"@angular/forms": "^17.3.0",
|
||||
"@angular/platform-browser": "^17.3.0",
|
||||
"@angular/platform-browser-dynamic": "^17.3.0",
|
||||
"@angular/router": "^17.3.0",
|
||||
"@awesome-cordova-plugins/badge": "^6.6.0",
|
||||
"@awesome-cordova-plugins/camera": "^6.6.0",
|
||||
"@awesome-cordova-plugins/clipboard": "^6.6.0",
|
||||
|
@ -132,15 +132,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "^17.0.0",
|
||||
"@angular-devkit/build-angular": "^17.1.0",
|
||||
"@angular-eslint/builder": "^17.1.0",
|
||||
"@angular-eslint/eslint-plugin": "^17.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.1.0",
|
||||
"@angular-eslint/schematics": "^17.1.0",
|
||||
"@angular-eslint/template-parser": "^17.1.0",
|
||||
"@angular/cli": "^17.1.0",
|
||||
"@angular/compiler-cli": "^17.1.0",
|
||||
"@angular/language-service": "^17.1.0",
|
||||
"@angular-devkit/build-angular": "^17.3.0",
|
||||
"@angular-eslint/builder": "^17.3.0",
|
||||
"@angular-eslint/eslint-plugin": "^17.3.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.3.0",
|
||||
"@angular-eslint/schematics": "^17.3.0",
|
||||
"@angular-eslint/template-parser": "^17.3.0",
|
||||
"@angular/cli": "^17.3.0",
|
||||
"@angular/compiler-cli": "^17.3.0",
|
||||
"@angular/language-service": "^17.3.0",
|
||||
"@ionic/angular-toolkit": "^10.0.0",
|
||||
"@ionic/cli": "^7.2.0",
|
||||
"@types/faker": "^5.1.3",
|
||||
|
@ -163,12 +163,8 @@
|
|||
"eslint-plugin-promise": "^6.1.1",
|
||||
"faker": "^5.1.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-clip-empty-files": "^0.1.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-flatten": "^0.4.0",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-slash": "^1.1.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-preset-angular": "^13.1.4",
|
||||
|
@ -179,7 +175,8 @@
|
|||
"terser-webpack-plugin": "^5.3.9",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^8.3.0",
|
||||
"typescript": "~5.3.3"
|
||||
"typescript": "~5.3.3",
|
||||
"vinyl": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2 <19"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
index 5831cd3..c0ae072 100755
|
||||
index cbc9c4d..36f1ebc 100755
|
||||
--- a/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
+++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
@@ -6072,13 +6072,41 @@ var R3NgModuleMetadataKind;
|
||||
@@ -6070,13 +6070,41 @@ var R3NgModuleMetadataKind;
|
||||
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Global"] = 0] = "Global";
|
||||
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Local"] = 1] = "Local";
|
||||
})(R3NgModuleMetadataKind || (R3NgModuleMetadataKind = {}));
|
Loading…
Reference in New Issue