From 4e776bf980643c3cc97df000b0496dcc067a8901 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 3 Mar 2024 17:53:41 +0000 Subject: [PATCH] chore(npm): update dependencies --- configurer/view | 3 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 8 ++++---- src/views/ViewImpl.ts | 2 +- 4 files changed, 21 insertions(+), 24 deletions(-) diff --git a/configurer/view b/configurer/view index 41a889c..d44cc1f 100644 --- a/configurer/view +++ b/configurer/view @@ -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' diff --git a/package-lock.json b/package-lock.json index 1fde3df..aabcd0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "@athenna/view", - "version": "4.19.0", + "version": "4.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/view", - "version": "4.19.0", + "version": "4.20.0", "license": "MIT", "dependencies": { "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", @@ -91,9 +91,9 @@ "dev": true }, "node_modules/@athenna/common": { - "version": "4.34.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.34.0.tgz", - "integrity": "sha512-2rIUEB4M7AsUXC8wNotTrVmuFj2PpJao41otaM3yMa7A8rc7c+aRIMHgX/IMk4wfOy3ajdF5v9cEkn6W/6skUw==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.35.0.tgz", + "integrity": "sha512-f5JRdrjdozbtHjG0YgqVLXv6fjmss7PKAQWeyqGLg4dpGmheZ19xXYONZYf3ng6d0k2+YQ7IjLzGmfwSsrO+wA==", "dev": true, "dependencies": { "@fastify/formbody": "^7.4.0", @@ -104,7 +104,7 @@ "collect.js": "^4.36.1", "csv-parser": "^3.0.0", "execa": "^8.0.1", - "fastify": "^4.26.0", + "fastify": "^4.26.1", "got": "^12.6.1", "http-status-codes": "^2.2.0", "is-wsl": "^2.2.0", @@ -146,12 +146,12 @@ } }, "node_modules/@athenna/config": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.16.0.tgz", - "integrity": "sha512-uR0hyTApbaOp1YK143BkeczeygbU8SmLHnJLwRAweplauDydRW8TZw9pETO1w1TwMnK6iDobjl/GX2NWoid6rw==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.18.0.tgz", + "integrity": "sha512-nAxoFSJoNF63gJY582J42sFFN0NMsk4jL4rtZKfTKb6URICoO/1rv6DqNc6hBSeiJoLDLZTO72QUzyty+iDfKw==", "dev": true, "dependencies": { - "dotenv": "^16.4.0", + "dotenv": "^16.4.1", "magicast": "^0.3.3", "syntax-error": "^1.4.0" }, @@ -160,9 +160,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.16.0.tgz", - "integrity": "sha512-oq6PP26VMOmdyMqTbv/iaGrP1ACK7mVVsyAyTc+z8xrpLyAeQ++r53bAK7obZz+LIPDNNPd/cgmk6WH0zq6paA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.18.0.tgz", + "integrity": "sha512-Ocz7Miaj5dvtnp66brol9Bf6vU97XaBfeXP+RfQtzSyyQs70nSIvCmIXK4oAya15OqHFpqJtR6JXikkQuOVIXw==", "dev": true, "dependencies": { "awilix": "^7.0.3" diff --git a/package.json b/package.json index 43ed123..8e75216 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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", diff --git a/src/views/ViewImpl.ts b/src/views/ViewImpl.ts index 36f0d2b..8575fd1 100644 --- a/src/views/ViewImpl.ts +++ b/src/views/ViewImpl.ts @@ -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'