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 3, 2024
1 parent 70ebc66 commit 4e776bf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
3 changes: 0 additions & 3 deletions configurer/view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
* file that was distributed with this source code.
*/

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck

import { Path } from '@athenna/common'
import { Env, Config } from '@athenna/config'

Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/view",
"version": "4.19.0",
"version": "4.20.0",
"description": "The Athenna template engine. Built on top of Edge.js.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -63,9 +63,9 @@
"edge.js": "^6.0.1"
},
"devDependencies": {
"@athenna/common": "^4.34.0",
"@athenna/config": "^4.16.0",
"@athenna/ioc": "^4.16.0",
"@athenna/common": "^4.35.0",
"@athenna/config": "^4.18.0",
"@athenna/ioc": "^4.18.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down
2 changes: 1 addition & 1 deletion src/views/ViewImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import { Edge } from 'edge.js'
import { debug } from '#src/debug'
import { Config } from '@athenna/config'
import { File, Is } from '@athenna/common'
import { resolve, isAbsolute } from 'node:path'
import { Is, File, Path } from '@athenna/common'
import { EmptyComponentException } from '#src/exceptions/EmptyComponentException'
import { NotFoundComponentException } from '#src/exceptions/NotFoundComponentException'
import { AlreadyExistComponentException } from '#src/exceptions/AlreadyExistComponentException'
Expand Down

0 comments on commit 4e776bf

Please sign in to comment.