Skip to content

Commit 9ba42bb

Browse files
committed
Merge branch 'update-java' of https://github.com/jesperancinha/concert-demos-root into update-java
2 parents 419193d + 2d7db03 commit 9ba42bb

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

concert-demos-gui/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~21.0.1",
15-
"@angular/common": "~21.0.1",
16-
"@angular/compiler": "~21.0.1",
17-
"@angular/core": "~21.0.1",
18-
"@angular/forms": "~21.0.1",
19-
"@angular/platform-browser": "~21.0.1",
20-
"@angular/platform-browser-dynamic": "~21.0.1",
21-
"@angular/router": "~21.0.1",
14+
"@angular/animations": "~21.0.3",
15+
"@angular/common": "~21.0.3",
16+
"@angular/compiler": "~21.0.3",
17+
"@angular/core": "~21.0.3",
18+
"@angular/forms": "~21.0.3",
19+
"@angular/platform-browser": "~21.0.3",
20+
"@angular/platform-browser-dynamic": "~21.0.3",
21+
"@angular/router": "~21.0.3",
2222
"rxjs": "~7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "~0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^21.0.1",
28-
"@angular/cli": "~21.0.1",
29-
"@angular/compiler-cli": "~21.0.1",
30-
"@angular/language-service": "~21.0.1",
27+
"@angular-devkit/build-angular": "^21.0.2",
28+
"@angular/cli": "~21.0.2",
29+
"@angular/compiler-cli": "~21.0.3",
30+
"@angular/language-service": "~21.0.3",
3131
"@types/jasmine": "~5.1.13",
3232
"@types/jasminewd2": "~2.0.13",
3333
"@types/node": "~24.10.1",

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:15.7.0"
4+
image: "cypress/included:15.7.1"
55
working_dir: /e2e
66
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
77
volumes:
@@ -10,7 +10,7 @@ services:
1010
- concerts
1111

1212
e2e-chrome:
13-
image: "cypress/included:15.7.0"
13+
image: "cypress/included:15.7.1"
1414
working_dir: /e2e
1515
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
1616
volumes:
@@ -19,7 +19,7 @@ services:
1919
- concerts
2020

2121
e2e-firefox:
22-
image: "cypress/included:15.7.0"
22+
image: "cypress/included:15.7.1"
2323
working_dir: /e2e
2424
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
2525
volumes:
@@ -28,7 +28,7 @@ services:
2828
- concerts
2929

3030
e2e-edge:
31-
image: "cypress/included:15.7.0"
31+
image: "cypress/included:15.7.1"
3232
working_dir: /e2e
3333
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
3434
volumes:

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "João Esperancinha",
2222
"license": "ISC",
2323
"devDependencies": {
24-
"cypress": "15.7.0",
24+
"cypress": "15.7.1",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.9.3"
2727
}

pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PR Accept on Mon Dec 1 14:51:52 CET 2025
1+
PR Accept on Sun Dec 7 09:58:42 CET 2025

0 commit comments

Comments
 (0)