Skip to content

Commit

Permalink
deps: add bl-model as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jun 18, 2024
1 parent 0e19f33 commit 43235f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@angular/router": "^11.2.4",
"@boklisten/bl-connect": "^0.20.6",
"@boklisten/bl-login": "^1.2.20",
"@boklisten/bl-model": "^0.25.42",
"@boklisten/bl-reporter": "^0.4.13",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
Expand Down Expand Up @@ -51,7 +52,6 @@
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@angularclass/hmr": "^3.0.0",
"@boklisten/bl-model": "^0.25.37",
"@types/jasmine": "~3.6.6",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.33",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1270,10 +1270,10 @@
date-fns "^2.17.0"
tslib "^2.1.0"

"@boklisten/bl-model@^0.25.37":
version "0.25.37"
resolved "https://registry.yarnpkg.com/@boklisten/bl-model/-/bl-model-0.25.37.tgz#53cf9ea5b38bc953ada24b3d1c353707d83496fc"
integrity sha512-+KgdcMqD390D9HCQ/3x5uRpSJdSdbj1s/1mjEbmo6oy48IDwnS9qJbzUFXZ4V0G+4QmrG+cE6AJ3MCC8UNiiBA==
"@boklisten/bl-model@^0.25.42":
version "0.25.42"
resolved "https://registry.yarnpkg.com/@boklisten/bl-model/-/bl-model-0.25.42.tgz#25bffbca0b20421ded304b64f41ddb09bc636a4c"
integrity sha512-MmVshYXRv6EKdUbcqT362QYiuPVBwENkFVqRvIodpq3BteHGhDRTuGgb9rAfp74HA6zsHhHNaFbCc4Tdc+3IBA==
dependencies:
typescript "^5.2.2"

Expand Down Expand Up @@ -8751,9 +8751,9 @@ [email protected], [email protected]:
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==

typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

ua-parser-js@^0.7.23:
version "0.7.28"
Expand Down

0 comments on commit 43235f5

Please sign in to comment.