Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Dec 9, 2023
1 parent 2127c2f commit 206e2cd
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 60 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
126 changes: 70 additions & 56 deletions package-lock.json

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

4 changes: 2 additions & 2 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 @@ -65,7 +65,7 @@
"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 206e2cd

Please sign in to comment.