Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccpay version upgrade #1717

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.0.29",
"version": "7.0.30-ccpay-upgrade",
"engines": {
"node": ">=18.17.0"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"@angular/router": "^15.2.9",
"@angular/upgrade": "^15.2.9",
"@edium/fsm": "^2.1.2",
"@hmcts/ccpay-web-component": "6.1.0",
"@hmcts/ccpay-web-component": "6.1.5",
"@hmcts/frontend": "0.0.50-alpha",
"@hmcts/media-viewer": "3.0.4",
"@ngrx/effects": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/ccd-case-ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.0.29",
"version": "7.0.30-ccpay-upgrade",
"engines": {
"node": ">=18.17.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@ __metadata:
"@babel/core": ^7.23.0
"@compodoc/compodoc": 1.1.12
"@edium/fsm": ^2.1.2
"@hmcts/ccpay-web-component": 6.1.0
"@hmcts/ccpay-web-component": 6.1.5
"@hmcts/frontend": 0.0.50-alpha
"@hmcts/media-viewer": 3.0.4
"@ngrx/effects": ^11.1.1
Expand Down Expand Up @@ -3467,15 +3467,15 @@ __metadata:
languageName: unknown
linkType: soft

"@hmcts/ccpay-web-component@npm:6.1.0":
version: 6.1.0
resolution: "@hmcts/ccpay-web-component@npm:6.1.0"
"@hmcts/ccpay-web-component@npm:6.1.5":
version: 6.1.5
resolution: "@hmcts/ccpay-web-component@npm:6.1.5"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/common": ^16.1.6
"@angular/core": ^16.1.6
checksum: dee8983c13c8b872b05370b1561d2de9224528f6470b1cde8a07b7985edb416765c089d04471d33db3deaa22932b0d228aa591feed5a13a660f36a153410dedd
checksum: 7c155201f80dac839e4a55d4a8ce45b28f9df2f3ddeff9aac3cc607327dfa84a1848a2b5623d667522c93516950c0177d810988af0b360d2b162e04d6d7774df
languageName: node
linkType: hard

Expand Down
Loading