Skip to content

Commit

Permalink
build(project): update octra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Aug 12, 2024
1 parent 49dbc34 commit ee01e9a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a
[ngbPopover]="versionPopover" popoverClass="version-popover"
class="navbar-brand"
>OCTRA v{{ BUILD.version }}
>OCTRA 2
<ng-container
*ngIf="
appStorage.useMode !== undefined && appStorage.useMode !== undefined
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@ngrx/store": "18.0.1",
"@ngrx/store-devtools": "18.0.1",
"@nx/angular": "19.5.3",
"@octra/api-types": "^0.1.3",
"@octra/ngx-octra-api": "^0.1.4",
"@octra/api-types": "^0.1.4",
"@octra/ngx-octra-api": "^0.1.5",
"@popperjs/core": "^2.11.6",
"@swc/helpers": "0.5.11",
"ajv": "^8.16.0",
Expand Down Expand Up @@ -121,7 +121,7 @@
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.2",
"@angular/language-service": "18.1.2",
"@jscutlery/semver": "^5.2.2",
"@jscutlery/semver": "^5.3.1",
"@nx/devkit": "19.5.3",
"@nx/eslint": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
Expand Down

0 comments on commit ee01e9a

Please sign in to comment.