Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 27, 2024
1 parent 1017157 commit 2fb440f
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"main": "build/index.js",
"type": "module",
"files": [
"build/providers",
"build/src",
"build/index.d.ts",
"build/index.js"
"build",
"!build/benchmarks",
"!build/tests"
],
"exports": {
".": "./build/index.js",
Expand All @@ -20,7 +19,7 @@
},
"scripts": {
"pretest": "npm run lint",
"test": "c8 npm run vscode:test",
"test": "c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsc",
Expand All @@ -33,47 +32,48 @@
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/validator",
"vscode:test": "node --loader=ts-node/esm bin/test.ts"
"quick:test": "node --enable-source-maps --loader=ts-node/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/core": "^6.1.5-5",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@japa/assert": "^2.0.0-1",
"@japa/runner": "^3.0.0-3",
"@swc/core": "^1.3.71",
"@types/benchmark": "^2.1.2",
"@types/node": "^20.4.5",
"@adonisjs/bodyparser": "^10.0.1",
"@adonisjs/core": "^6.2.2",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@japa/assert": "^2.1.0",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.106",
"@types/benchmark": "^2.1.5",
"@types/node": "^20.11.8",
"benchmark": "^2.1.4",
"c8": "^8.0.1",
"class-validator": "^0.14.0",
"del-cli": "^5.0.0",
"eslint": "^8.45.0",
"execa": "^7.1.1",
"c8": "^9.1.0",
"class-validator": "^0.14.1",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"execa": "^7.2.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"joi": "^17.9.2",
"husky": "^9.0.6",
"joi": "^17.12.0",
"kleur": "^4.1.5",
"np": "^8.0.4",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"zod": "^3.21.4"
"np": "^9.2.0",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"dependencies": {
"@poppinss/utils": "^6.5.0-3",
"@types/luxon": "^3.3.1",
"@types/validator": "^13.7.17",
"luxon": "^3.3.0",
"@poppinss/utils": "^6.7.1",
"@types/luxon": "^3.4.2",
"@types/validator": "^13.11.8",
"luxon": "^3.4.4",
"normalize-url": "^8.0.0",
"tmp-cache": "^1.1.0",
"validator": "^13.9.0"
"validator": "^13.11.0"
},
"peerDependencies": {
"@adonisjs/core": "^6.1.5-5"
"@adonisjs/core": "^6.2.0"
},
"keywords": [
"validator",
Expand Down

0 comments on commit 2fb440f

Please sign in to comment.