Skip to content

Commit

Permalink
Merge pull request #1914 from musicEnfanthen/feature/cleanup
Browse files Browse the repository at this point in the history
fix(app): cleanup
  • Loading branch information
musicEnfanthen authored Oct 26, 2024
2 parents 1f19ebd + 500b47e commit 802636e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"json2typescript": "^1.5.1",
"n3": "^1.22.3",
"ngx-json-viewer": "^3.2.1",
"rdfstore": "musicenfanthen/rdfstore-js#v0.9.18-alpha.16",
"rdfstore": "musicenfanthen/rdfstore-js#v0.9.18-alpha.17",
"rxjs": "~7.8.1",
"stream": "^0.0.3",
"tslib": "^2.7.0",
Expand Down
6 changes: 6 additions & 0 deletions src/app/shared/alert-info/alert-info.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';

import { faCircleInfo } from '@fortawesome/free-solid-svg-icons';

/**
* The AlertInfoComponent.
*
* It contains an info alert message that is
* provided via the {@link SharedModule}.
*/
@Component({
selector: 'awg-alert-info',
templateUrl: './alert-info.component.html',
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6764,7 +6764,7 @@ __metadata:
n3: "npm:^1.22.3"
ngx-json-viewer: "npm:^3.2.1"
prettier: "npm:^3.3.3"
rdfstore: "musicenfanthen/rdfstore-js#v0.9.18-alpha.16"
rdfstore: "musicenfanthen/rdfstore-js#v0.9.18-alpha.17"
rxjs: "npm:~7.8.1"
source-map-explorer: "npm:^2.5.3"
stream: "npm:^0.0.3"
Expand Down Expand Up @@ -12088,7 +12088,7 @@ __metadata:
languageName: node
linkType: hard

"jsonld@npm:^8.3.1":
"jsonld@npm:^8.3.2":
version: 8.3.2
resolution: "jsonld@npm:8.3.2"
dependencies:
Expand Down Expand Up @@ -14870,20 +14870,20 @@ __metadata:
languageName: node
linkType: hard

"rdfstore@musicenfanthen/rdfstore-js#v0.9.18-alpha.16":
version: 0.9.18-alpha.16
resolution: "rdfstore@https://github.com/musicenfanthen/rdfstore-js.git#commit=a66d1add7048224ac56ce28415527e210cc3a9fb"
"rdfstore@musicenfanthen/rdfstore-js#v0.9.18-alpha.17":
version: 0.9.18-alpha.17
resolution: "rdfstore@https://github.com/musicenfanthen/rdfstore-js.git#commit=f77455fdb77b8406d26657c3dd87adbdfc77f84a"
dependencies:
indexeddb-js: "npm:0.0.14"
jsonld: "npm:^8.3.1"
jsonld: "npm:^8.3.2"
n3: "npm:^0.11.3"
sqlite3: "npm:^5.1.6"
sqlite3: "npm:^5.1.7"
dependenciesMeta:
indexeddb-js:
optional: true
sqlite3:
optional: true
checksum: 10c0/d21dd38c77d408d7a3dd8cb11f8e9377311db779ba9f913c68a4022c09f3728f918a49ceceef39fafd561f43830a2a4bbb933df3b91610a86ea1b5bed8a51ad5
checksum: 10c0/867d9208d796508a4b820e16759a83f997185d64d9e932e23c5abc4a8a030ba1c5d7972eb682c879aae87fee3ffb7c84889f37ee27e063052f8ed2ffc103b28a
languageName: node
linkType: hard

Expand Down Expand Up @@ -16124,7 +16124,7 @@ __metadata:
languageName: node
linkType: hard

"sqlite3@npm:>=2.1.1, sqlite3@npm:^5.1.6":
"sqlite3@npm:>=2.1.1, sqlite3@npm:^5.1.7":
version: 5.1.7
resolution: "sqlite3@npm:5.1.7"
dependencies:
Expand Down

0 comments on commit 802636e

Please sign in to comment.