Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 28, 2024
1 parent 6c56904 commit 8ff246f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions factories/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export class FieldFactory {
data: { [fieldName]: value },
name: fieldName as any,
wildCardPath: fieldName,
getFieldPath() {
return fieldName
},
isDefined: helpers.exists(value),
isValid: true,
meta: {},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.0.3",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.4.6",
"@swc/core": "^1.4.11",
"@types/dlv": "^1.1.4",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"ajv": "^8.12.0",
"benchmark": "^2.1.4",
"c8": "^9.1.0",
Expand All @@ -56,19 +56,19 @@
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"joi": "^17.9.2",
"np": "^10.0.0",
"np": "^10.0.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"valibot": "^0.30.0",
"yup": "^1.4.0",
"zod": "^3.22.4"
},
"dependencies": {
"@poppinss/macroable": "^1.0.1",
"@poppinss/macroable": "^1.0.2",
"@types/validator": "^13.11.9",
"@vinejs/compiler": "^2.4.1",
"@vinejs/compiler": "^2.5.0",
"camelcase": "^8.0.0",
"dayjs": "^1.11.10",
"dlv": "^1.1.3",
Expand Down

0 comments on commit 8ff246f

Please sign in to comment.