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 f18c690 commit f40341e
Show file tree
Hide file tree
Showing 3 changed files with 94 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 @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
149 changes: 89 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/ioc",
"version": "4.8.1",
"version": "4.9.0",
"description": "Global Ioc helper for Athenna ecosystem. Built on top of awilix.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -58,8 +58,8 @@
"awilix": "^7.0.3"
},
"devDependencies": {
"@athenna/common": "^4.18.0",
"@athenna/test": "^4.13.0",
"@athenna/common": "^4.21.0",
"@athenna/test": "^4.14.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 f40341e

Please sign in to comment.