Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jan 11, 2025
1 parent 15cf5eb commit b08db61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,32 +44,32 @@
"license": "MIT",
"devDependencies": {
"@adonisjs/eslint-config": "^2.0.0-beta.7",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@release-it/conventional-changelog": "^9.0.3",
"@swc/core": "^1.4.16",
"@types/node": "^20.12.7",
"c8": "^9.1.0",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@japa/assert": "^4.0.1",
"@japa/expect-type": "^2.0.3",
"@japa/file-system": "^2.3.2",
"@japa/runner": "^4.1.0",
"@release-it/conventional-changelog": "^10.0.0",
"@swc/core": "^1.10.7",
"@types/node": "^20.17.12",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"del-cli": "^6.0.0",
"eslint": "^9.18.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"release-it": "^17.2.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"release-it": "^18.1.1",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"dependencies": {
"@poppinss/utils": "^6.7.3",
"@poppinss/validator-lite": "^1.0.3",
"dotenv": "^16.4.5",
"@poppinss/utils": "^6.9.2",
"@poppinss/validator-lite": "^2.0.1",
"dotenv": "^16.4.7",
"split-lines": "^3.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import type { Exception } from '@poppinss/utils'
import { ValidateFn } from '@poppinss/validator-lite'
import type { ValidateFn } from '@poppinss/validator-lite/types'

import { E_INVALID_ENV_VARIABLES } from './errors.js'

Expand Down

0 comments on commit b08db61

Please sign in to comment.