Skip to content

Commit 3387091

Browse files
authored
Merge branch 'develop' into develop
2 parents fc1e70c + 63fe9c5 commit 3387091

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"dependencies": {
3939
"@types/validator": "^13.11.8",
40-
"libphonenumber-js": "^1.10.58",
40+
"libphonenumber-js": "^1.11.1",
4141
"validator": "^13.9.0"
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-commonjs": "^25.0.7",
4545
"@rollup/plugin-node-resolve": "^15.2.3",
4646
"@types/jest": "^29.5.12",
47-
"@types/node": "^20.11.26",
47+
"@types/node": "^20.12.10",
4848
"@typescript-eslint/eslint-plugin": "^5.62.0",
4949
"@typescript-eslint/parser": "^5.62.0",
5050
"eslint": "^8.57.0",
@@ -54,12 +54,12 @@
5454
"jest": "^29.7.0",
5555
"lint-staged": "^15.2.2",
5656
"prettier": "^2.8.8",
57-
"reflect-metadata": "0.2.1",
57+
"reflect-metadata": "0.2.2",
5858
"rimraf": "5.0.5",
5959
"rollup": "^2.79.1",
6060
"rollup-plugin-terser": "^7.0.2",
6161
"ts-jest": "^29.1.2",
6262
"ts-node": "^10.9.2",
63-
"typescript": "^5.4.2"
63+
"typescript": "^5.4.5"
6464
}
6565
}

src/decorator/date/MaxDate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function maxDate(date: unknown, maxDate: Date | (() => Date)): boolean {
1111
}
1212

1313
/**
14-
* Checks if the value is a date that's after the specified date.
14+
* Checks if the value is a date that's before the specified date.
1515
*/
1616
export function MaxDate(date: Date | (() => Date), validationOptions?: ValidationOptions): PropertyDecorator {
1717
return ValidateBy(

0 commit comments

Comments
 (0)