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 Feb 25, 2024
1 parent a8f7ff9 commit dfb9551
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@athenna/core",
"version": "4.29.0",
"description": "The plug and play Node.js framework.",
"version": "4.30.0",
"description": "One foundation for multiple applications.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
"bugs": "https://github.com/AthennaIO/Core/issues",
Expand Down Expand Up @@ -76,15 +76,15 @@
"semver": "^7.5.4"
},
"devDependencies": {
"@athenna/artisan": "^4.35.0",
"@athenna/artisan": "^4.37.0",
"@athenna/common": "^4.34.0",
"@athenna/config": "^4.16.0",
"@athenna/http": "^4.22.0",
"@athenna/http": "^4.23.0",
"@athenna/ioc": "^4.16.0",
"@athenna/logger": "^4.17.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",
"@athenna/view": "^4.14.0",
"@athenna/view": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"commitizen": "^4.2.6",
Expand Down
6 changes: 3 additions & 3 deletions tests/unit/ignite/IgniteTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
* file that was distributed with this source code.
*/

import { Ignite, LoadHelper } from '#src'
import { Rc } from '@athenna/config'
import { sep, resolve } from 'node:path'
import { Ignite, LoadHelper } from '#src'
import { Repl } from '#src/applications/Repl'
import { Http } from '#src/applications/Http'
import { Console } from '#src/applications/Console'
import { Log, LoggerProvider } from '@athenna/logger'
import { Exception, File, Json, Module } from '@athenna/common'
import { Exception, File, Json, Module, type PathDirs } from '@athenna/common'
import { Test, type Context, BeforeEach, Mock, AfterEach } from '@athenna/test'
import { NotSatisfiedNodeVersion } from '#src/exceptions/NotSatisfiedNodeVersion'

export default class IgniteTest {
public oldEnv: NodeJS.ProcessEnv
public oldDirs: Record<string, string>
public oldDirs: PathDirs

@BeforeEach()
public async beforeEach() {
Expand Down

0 comments on commit dfb9551

Please sign in to comment.