Skip to content

Commit

Permalink
fix(deps): correct dependency on is-integer to accept later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Jan 25, 2024
1 parent a0b4adb commit 11ddcf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@softwareventures/format-date": "^1.0.0",
"@softwareventures/ordered": "^0.2.1 || ^1.0.0 || ^2.0.0",
"@types/is-integer": "1.0.2",
"is-integer": "1.0.7",
"@types/is-integer": "^1.0.2",
"is-integer": "^1.0.7",
"is-integer-in-range": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"tslib": "^2.1.0",
"unknown": "^0.2.5"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ __metadata:
"@softwareventures/prettier-config": "npm:4.0.0"
"@softwareventures/semantic-release-config": "npm:4.0.0"
"@softwareventures/tsconfig": "npm:7.1.0"
"@types/is-integer": "npm:1.0.2"
"@types/is-integer": "npm:^1.0.2"
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
"@typescript-eslint/parser": "npm:5.62.0"
ava: "npm:6.1.0"
Expand All @@ -1102,7 +1102,7 @@ __metadata:
eslint-plugin-sonarjs: "npm:0.23.0"
husky: "npm:8.0.3"
inquirer: "npm:8.2.6"
is-integer: "npm:1.0.7"
is-integer: "npm:^1.0.7"
is-integer-in-range: "npm:^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
pinst: "npm:3.0.0"
prettier: "npm:2.8.8"
Expand Down Expand Up @@ -1261,7 +1261,7 @@ __metadata:
languageName: node
linkType: hard

"@types/is-integer@npm:1.0.2, @types/is-integer@npm:^1.0.0":
"@types/is-integer@npm:1.0.2, @types/is-integer@npm:^1.0.0, @types/is-integer@npm:^1.0.2":
version: 1.0.2
resolution: "@types/is-integer@npm:1.0.2"
checksum: 412ff56482710d981218916e86e36c4d8947e6866707f92e880d4396ae8f36dacd4e694bb766ecdfe985c3530a14d5624cb28382a413f899a82c5e98ef625000
Expand Down

0 comments on commit 11ddcf2

Please sign in to comment.