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

Commit

Permalink
Dependency updates (#109)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dskaggs authored Feb 2, 2021
1 parent f312262 commit 43b5603
Show file tree
Hide file tree
Showing 25 changed files with 13,687 additions and 7,946 deletions.
1 change: 1 addition & 0 deletions data/elasticsearch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodes/*
2 changes: 2 additions & 0 deletions data/rabbitmq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.*
mnesia/*
File renamed without changes.
11 changes: 9 additions & 2 deletions web/frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/lodestone",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -58,7 +59,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -69,6 +69,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "15mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
},
Expand All @@ -82,7 +86,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -93,6 +96,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "15mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion web/frontend/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit 43b5603

Please sign in to comment.