Skip to content

Commit 3d66c38

Browse files
committed
refactor: update object property checks and improve date validation functions
1 parent 9d0d05c commit 3d66c38

6 files changed

Lines changed: 1030 additions & 981 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@chantouchsek/validatorjs",
33
"type": "module",
44
"version": "2.2.7",
5-
"packageManager": "pnpm@10.26.0",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.",
77
"author": {
88
"name": "Chantouch Sek",
@@ -51,24 +51,24 @@
5151
"typecheck": "tsc --noEmit"
5252
},
5353
"dependencies": {
54-
"lodash-es": "^4.17.22"
54+
"lodash-es": "^4.18.1"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^6.7.1",
58-
"@commitlint/cli": "^20.2.0",
59-
"@commitlint/config-conventional": "^20.2.0",
57+
"@antfu/eslint-config": "^8.2.0",
58+
"@commitlint/cli": "^20.5.0",
59+
"@commitlint/config-conventional": "^20.5.0",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/node": "^25.0.3",
62-
"@vitest/coverage-v8": "^4.0.16",
63-
"eslint": "^9.39.2",
61+
"@types/node": "^25.6.0",
62+
"@vitest/coverage-v8": "^4.1.4",
63+
"eslint": "^10.2.0",
6464
"husky": "^9.1.7",
65-
"lint-staged": "^16.2.7",
65+
"lint-staged": "^16.4.0",
6666
"node-notifier": "^10.0.1",
6767
"standard-version": "^9.5.0",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5.9.3",
7070
"unbuild": "^3.6.1",
71-
"vitest": "^4.0.16"
71+
"vitest": "^4.1.4"
7272
},
7373
"lint-staged": {
7474
"*.{js,ts}": "eslint . --fix"

0 commit comments

Comments
 (0)