Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/jackson.version-2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Aug 6, 2024
2 parents 19613cc + 50c416b commit e58ab8c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
services:
e2e-electron:
image: "cypress/included:13.13.1"
image: "cypress/included:13.13.2"
working_dir: /e2e
command: "--browser electron --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-chrome:
image: "cypress/included:13.13.1"
image: "cypress/included:13.13.2"
working_dir: /e2e
command: "--browser chrome --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-firefox:
image: "cypress/included:13.13.1"
image: "cypress/included:13.13.2"
working_dir: /e2e
command: "--browser firefox --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-firefox-full:
image: "cypress/included:13.13.1"
image: "cypress/included:13.13.2"
working_dir: /e2e
command: "--config-file full.cypress.config.ts --browser firefox"
volumes:
- ./e2e:/e2e

e2e-edge:
image: "cypress/included:13.13.1"
image: "cypress/included:13.13.2"
working_dir: /e2e
command: "--browser edge --env host=news-cast-fe,port=9000"
volumes:
Expand Down
40 changes: 20 additions & 20 deletions news-cast-explorer-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.1.2",
"@angular/cdk": "18.1.2",
"@angular/common": "18.1.2",
"@angular/compiler": "18.1.2",
"@angular/core": "18.1.2",
"@angular/animations": "18.1.3",
"@angular/cdk": "18.1.3",
"@angular/common": "18.1.3",
"@angular/compiler": "18.1.3",
"@angular/core": "18.1.3",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "18.1.2",
"@angular/material": "^18.1.2",
"@angular/platform-browser": "18.1.2",
"@angular/platform-browser-dynamic": "18.1.2",
"@angular/router": "18.1.2",
"@angular/forms": "18.1.3",
"@angular/material": "^18.1.3",
"@angular/platform-browser": "18.1.3",
"@angular/platform-browser-dynamic": "18.1.3",
"@angular/router": "18.1.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"util": "^0.12.5",
"zone.js": "~0.14.8",
"typescript": "5.5.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.2",
"@angular/cli": "~18.1.2",
"@angular/compiler-cli": "~18.1.2",
"@angular/language-service": "~18.1.2",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "~18.1.3",
"@angular/compiler-cli": "~18.1.3",
"@angular/language-service": "~18.1.3",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.4.8",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"babel-jest": "^29.7.0",
"codelyzer": "^6.0.2",
"jasmine": "^5.2.0",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "~7.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.2.0",
"karma": "^6.4.3",
"jest-preset-angular": "^14.2.2",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "^7.0.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.4",
"ts-node": "~10.9.2",
"tslint": "~6.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"caniuse-lite": "^1.0.30001643"
"caniuse-lite": "^1.0.30001647"
}
}

0 comments on commit e58ab8c

Please sign in to comment.