Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 8, 2023
2 parents f104ded + a956151 commit 7beb83a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github.actor == 'dependabot[bot]' }}
steps:
- name: Auto-merge dependabot pull request
run: gh pr merge --auto --squash "${PR_URL}" --repo ${{ github.repository }}
run: gh pr merge --auto --squash "${PR_BRANCH}" --repo ${{ github.repository }}
env:
PR_URL: ${{github.event.workflow_run.head_branch}}
PR_BRANCH: ${{github.event.workflow_run.head_branch}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
62 changes: 31 additions & 31 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"devDependencies": {
"@mapbox/vector-tile": "1.3.1",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-typescript": "11.1.4",
"@types/benchmark": "2.1.2",
"@types/jest": "29.5.4",
"@types/lodash": "4.14.198",
"@types/lodash": "4.14.199",
"@types/mapbox__vector-tile": "1.3.1",
"@types/pbf": "3.0.2",
"@types/pngjs": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.7.2",
"benchmark": "2.1.4",
"canvas": "2.11.2",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-mourner": "3.0.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
Expand Down

0 comments on commit 7beb83a

Please sign in to comment.