Skip to content

Commit 2bc6856

Browse files
committed
feat(deps): add support for @softwareventures/date v5
1 parent 1083d42 commit 2bc6856

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": "^18 || >=20"
2727
},
2828
"dependencies": {
29-
"@softwareventures/date": "^4.1.0",
29+
"@softwareventures/date": "^4.1.0 || ^5.0.0",
3030
"@softwareventures/format-date-time": "^1.0.0",
3131
"@softwareventures/nullable": "^3.2.0",
3232
"@softwareventures/ordered": "^2.0.0",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ __metadata:
10171017
"@commitlint/cli": "npm:17.8.1"
10181018
"@commitlint/config-conventional": "npm:17.8.1"
10191019
"@commitlint/cz-commitlint": "npm:17.8.1"
1020-
"@softwareventures/date": "npm:^4.1.0"
1020+
"@softwareventures/date": "npm:^4.1.0 || ^5.0.0"
10211021
"@softwareventures/eslint-config": "npm:7.2.0"
10221022
"@softwareventures/format-date-time": "npm:^1.0.0"
10231023
"@softwareventures/nullable": "npm:^3.2.0"
@@ -1083,6 +1083,21 @@ __metadata:
10831083
languageName: node
10841084
linkType: hard
10851085

1086+
"@softwareventures/date@npm:^4.1.0 || ^5.0.0":
1087+
version: 5.0.0
1088+
resolution: "@softwareventures/date@npm:5.0.0"
1089+
dependencies:
1090+
"@softwareventures/format-date": "npm:^1.0.0"
1091+
"@softwareventures/ordered": "npm:^0.2.1 || ^1.0.0 || ^2.0.0"
1092+
"@types/is-integer": "npm:^1.0.2"
1093+
is-integer: "npm:^1.0.7"
1094+
is-integer-in-range: "npm:^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
1095+
tslib: "npm:^2.1.0"
1096+
unknown: "npm:^0.2.5"
1097+
checksum: 10c0/4ac53809c1cfc28afa998f241bfd416514eb2bfb295bb7e891d2d196b8357252ff4150331819aa14965e6716cb78662794815cbe8e76c384f301ff53866fe082
1098+
languageName: node
1099+
linkType: hard
1100+
10861101
"@softwareventures/eslint-config@npm:7.2.0":
10871102
version: 7.2.0
10881103
resolution: "@softwareventures/eslint-config@npm:7.2.0"

0 commit comments

Comments
 (0)