Skip to content

Commit

Permalink
Merge pull request #114 from AthennaIO/develop
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
jlenon7 authored Dec 9, 2023
2 parents 059d4b7 + 206e2cd commit 2102207
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
134 changes: 74 additions & 60 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
@@ -1,6 +1,6 @@
{
"name": "@athenna/test",
"version": "4.13.0",
"version": "4.14.0",
"description": "The Athenna test runner. Built on top of Japa.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -60,12 +60,12 @@
"@japa/run-failed-tests": "^1.1.0",
"@japa/runner": "^2.2.2",
"@japa/spec-reporter": "^1.3.3",
"@types/sinon": "^10.0.17",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"sinon": "^15.1.0"
},
"devDependencies": {
"@athenna/common": "^4.18.0",
"@athenna/common": "^4.21.0",
"@athenna/tsconfig": "^4.9.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand Down

0 comments on commit 2102207

Please sign in to comment.