Skip to content

Commit

Permalink
Merge pull request #120 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Mar 28, 2024
2 parents 5d8ff13 + 308df25 commit 5bc884a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/common",
"version": "4.35.0",
"version": "4.36.0",
"description": "The Athenna common helpers to use in any Node.js ESM project.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -62,12 +62,12 @@
"collect.js": "^4.36.1",
"csv-parser": "^3.0.0",
"execa": "^8.0.1",
"fastify": "^4.26.1",
"fastify": "^4.26.2",
"got": "^12.6.1",
"http-status-codes": "^2.2.0",
"is-wsl": "^2.2.0",
"js-yaml": "^4.1.0",
"json-2-csv": "^5.0.1",
"json-2-csv": "^5.1.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/IsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*/

import { Is, File, Exception } from '#src'
import { Is, Path, File, Exception } from '#src'
import { Test, type Context } from '@athenna/test'

export default class IsTest {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ParserTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*/

import { File, Parser } from '#src'
import { File, Path, Parser } from '#src'
import { Test, type Context } from '@athenna/test'
import { InvalidNumberException } from '#src/exceptions/InvalidNumberException'

Expand Down

0 comments on commit 5bc884a

Please sign in to comment.