Skip to content

Commit

Permalink
Merge pull request #335 from devmehq/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed authored Jan 27, 2024
2 parents 99f6de2 + 60698ad commit 76ab8f6
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: styfle/cancel-workflow-action@0.12.0
- uses: styfle/cancel-workflow-action@0.12.1
with:
workflow_id: build-docker.yml
access_token: ${{ github.token }}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"html-entities": "2.4.0",
"iconv-lite": "0.6.3",
"jschardet": "3.0.0",
"marked": "11.1.1",
"marked": "11.2.0",
"meow": "13.1.0",
"mime": "4.0.1",
"xlsx": "^0.18.5",
Expand All @@ -85,9 +85,9 @@
"@types/prettier": "2.7.3",
"@types/xmldom": "0.1.34",
"@types/yauzl": "2.10.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"chai": "5.0.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"chai": "5.0.3",
"co-mocha": "1.2.2",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -100,8 +100,8 @@
"lint-staged": "15.2.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"prettier": "3.1.1",
"pretty-quick": "3.1.3",
"prettier": "3.2.4",
"pretty-quick": "3.3.1",
"should": "13.2.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit 76ab8f6

Please sign in to comment.