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 Mar 4, 2024
1 parent 1165e12 commit add0acb
Show file tree
Hide file tree
Showing 9 changed files with 306 additions and 208 deletions.
483 changes: 286 additions & 197 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "4.12.0",
"version": "4.13.0",
"description": "Athenna CLI to create new Athenna projects.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down Expand Up @@ -49,18 +49,18 @@
"#tests": "./tests/index.js"
},
"dependencies": {
"@athenna/artisan": "^4.32.0",
"@athenna/common": "^4.33.0",
"@athenna/config": "^4.15.0",
"@athenna/core": "^4.27.0",
"@athenna/ioc": "^4.15.0",
"@athenna/logger": "^4.16.0",
"@athenna/view": "^4.13.0",
"@athenna/artisan": "^4.40.0",
"@athenna/common": "^4.35.0",
"@athenna/config": "^4.19.0",
"@athenna/core": "^4.33.0",
"@athenna/ioc": "^4.18.0",
"@athenna/logger": "^4.18.0",
"@athenna/view": "^4.20.0",
"reflect-metadata": "^0.2.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@athenna/test": "^4.21.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand Down Expand Up @@ -112,7 +112,6 @@
"globals": {
"ioc": true,
"Env": true,
"Path": true,
"Config": true
},
"plugins": [
Expand Down Expand Up @@ -183,6 +182,10 @@
"path": "@athenna/core/commands/ReplCommand",
"stayAlive": true
},
"install": {
"path": "@athenna/core/commands/InstallCommand",
"registry": "npm"
},
"new": "#src/commands/new.command"
},
"templates": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/new.command.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { File, Folder } from '@athenna/common'
import { Path, File, Folder } from '@athenna/common'
import { Test, AfterEach, type Context } from '@athenna/test'
import { BaseConsoleTest } from '@athenna/core/testing/BaseConsoleTest'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-cli-slim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-restapi-bellow-v20.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-restapi-slim-bellow-v20.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-restapi-slim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/consoles/confirm-restapi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mock } from '@athenna/test'
import { Path } from '@athenna/common'
import { Ignite } from '@athenna/core'
import { Prompt } from '@athenna/artisan'

Expand Down

0 comments on commit add0acb

Please sign in to comment.