Skip to content

Commit

Permalink
Merge pull request #41 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Jan 5, 2023
2 parents 6bcaed5 + c756194 commit 3b7a3d9
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 99 deletions.
184 changes: 92 additions & 92 deletions package-lock.json

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

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.3.2",
"version": "1.3.3",
"description": "Athenna CLI to create new projects and install components.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -34,18 +34,19 @@
"#database/*": "./database/*.js",
"#lang/*": "./lang/*.js",
"#providers/*": "./providers/*.js",
"#facades/*": "./providers/facades/*.js",
"#routes/*": "./routes/*.js",
"#storage/*": "./storage/*.js",
"#tests/*": "./tests/*.js"
},
"dependencies": {
"@athenna/artisan": "1.6.0",
"@athenna/artisan": "1.6.3",
"@athenna/common": "1.0.2",
"@athenna/config": "1.2.1",
"@athenna/core": "2.1.0",
"@athenna/ioc": "1.3.0",
"@athenna/logger": "1.3.8",
"@athenna/test": "1.4.4",
"@athenna/config": "1.2.2",
"@athenna/core": "2.1.1",
"@athenna/ioc": "1.3.1",
"@athenna/logger": "1.4.0",
"@athenna/test": "1.4.5",
"source-map-support": "0.5.21"
},
"devDependencies": {
Expand Down

0 comments on commit 3b7a3d9

Please sign in to comment.