Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 43b5603

Browse files
authored
Dependency updates (#109)
* Added .gitignore files to data subdirectories * Fixed some .gitignore issues * Updated Angular from 8.x to 9.x * Actually updated Angular from 8.x to 9.x this time * Updated ngx-markdown * Updated ng2-pdfjs-viewer * npm audit dep updates * Fixed pathing issue to font files * Updated Angular from 9.x to 10.x * Updated codelyzer * Updated Angular from 10.x to 11.x * Removed .gitignore file placed in the wrong directory
1 parent f312262 commit 43b5603

25 files changed

+13687
-7946
lines changed

data/elasticsearch/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodes/*

data/rabbitmq/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.*
2+
mnesia/*
File renamed without changes.

web/frontend/angular.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"aot": true,
2021
"outputPath": "dist/lodestone",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -58,7 +59,6 @@
5859
"optimization": true,
5960
"outputHashing": "all",
6061
"sourceMap": false,
61-
"extractCss": true,
6262
"namedChunks": false,
6363
"aot": true,
6464
"extractLicenses": true,
@@ -69,6 +69,10 @@
6969
"type": "initial",
7070
"maximumWarning": "2mb",
7171
"maximumError": "15mb"
72+
},
73+
{
74+
"type": "anyComponentStyle",
75+
"maximumWarning": "6kb"
7276
}
7377
]
7478
},
@@ -82,7 +86,6 @@
8286
"optimization": true,
8387
"outputHashing": "all",
8488
"sourceMap": false,
85-
"extractCss": true,
8689
"namedChunks": false,
8790
"aot": true,
8891
"extractLicenses": true,
@@ -93,6 +96,10 @@
9396
"type": "initial",
9497
"maximumWarning": "2mb",
9598
"maximumError": "15mb"
99+
},
100+
{
101+
"type": "anyComponentStyle",
102+
"maximumWarning": "6kb"
96103
}
97104
]
98105
}

web/frontend/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",

0 commit comments

Comments
 (0)