Skip to content

Commit

Permalink
chore(deps): update external fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 897cddb commit c94f93e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests and do code coverage check
run: npm run test:coverage
- name: Run code linter
uses: mooyoul/[email protected].2
uses: mooyoul/[email protected].4
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
58 changes: 15 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@adobe/aem-spa-component-mapping": "~1.1.0",
"@adobe/aem-spa-page-model-manager": "~1.5.0",
"@adobe/eslint-config-editorxp": "^1.0.7",
"@angular-devkit/build-angular": "0.901.9",
"@angular-devkit/build-ng-packagr": "0.901.9",
"@angular-devkit/build-angular": "0.1102.19",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-eslint/eslint-plugin": "^0.5.0-beta.3",
"@angular/cli": "^9.1.7",
"@angular/common": "^9.1.9",
Expand Down Expand Up @@ -88,9 +88,9 @@
"ts-node": "^8.10.2",
"tslib": "^1.10.0",
"tslint": "^6.1.2",
"typedoc": "^0.20.0",
"typescript": "3.6.4",
"zone.js": "~0.11.0"
"typedoc": "^0.25.0",
"typescript": "3.9.10",
"zone.js": "~0.13.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit c94f93e

Please sign in to comment.