Skip to content

Commit

Permalink
feat: 🎸 update to latest base-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Dec 9, 2022
1 parent 1f5702f commit 6b377d5
Show file tree
Hide file tree
Showing 3 changed files with 1,270 additions and 854 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,45 +44,45 @@
"angularjs"
],
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@ng-apimock/core": "3.5.0",
"@ng-apimock/test-application": "3.4.0",
"@semantic-release/changelog": "6.0.1",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@ng-apimock/core": "3.6.0",
"@ng-apimock/test-application": "3.5.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.5",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/cucumber": "6.0.1",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.5",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"commitizen": "4.2.4",
"@types/jest": "29.2.4",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"commitizen": "4.2.6",
"cucumber": "6.0.7",
"eslint": "8.19.0",
"eslint": "8.29.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.5.3",
"express": "4.18.1",
"fs-extra": "10.1.0",
"eslint-plugin-jest": "27.1.6",
"express": "4.18.2",
"fs-extra": "11.1.0",
"http-proxy-middleware": "2.0.6",
"husky": "8.0.1",
"jest": "28.1.3",
"husky": "8.0.2",
"jest": "29.3.1",
"jest-matchers": "20.0.3",
"lint-staged": "13.0.3",
"lint-staged": "13.1.0",
"protractor": "7.0.0",
"protractor-cucumber-framework": "8.4.3",
"protractor-cucumber-framework": "8.4.4",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"ts-jest": "28.0.6",
"semantic-release": "19.0.5",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"typescript": "4.9.4",
"wait-on": "6.0.1"
},
"dependencies": {
"@ng-apimock/base-client": "3.2.0"
"@ng-apimock/base-client": "3.3.0"
},
"peerDependencies": {
"protractor": ">=6.x"
Expand Down
2 changes: 1 addition & 1 deletion test/pos/page.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ export class PagePO {
}

static error() {
return $('.mat-dialog-title');
return $('.mat-mdc-dialog-title');
}
}
Loading

0 comments on commit 6b377d5

Please sign in to comment.