Skip to content

Commit b954f53

Browse files
committed
Try to fix weird lint error
1 parent 37cb1ff commit b954f53

File tree

3 files changed

+39
-13
lines changed

3 files changed

+39
-13
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"lint": "eslint --cache 'packages/**/*.{js,ts,tsx}'"
2121
},
2222
"devDependencies": {
23+
"@types/node": "^20.0.0",
2324
"@typescript-eslint/eslint-plugin": "^7.0.0",
2425
"@typescript-eslint/parser": "^7.0.0",
2526
"eslint": "^8.56.0",

packages/pg-transaction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "mocha dist/**/*.test.js"
1111
},
1212
"dependencies": {
13-
"@types/node": "^24.0.14",
13+
"@types/node": "^20.0.0",
1414
"typescript": "^5.8.3"
1515
},
1616
"engines": {

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,12 +2298,12 @@
22982298
resolved "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz"
22992299
integrity sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw==
23002300

2301-
"@types/node@^24.0.14":
2302-
version "24.0.14"
2303-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.14.tgz#6e3d4fb6d858c48c69707394e1a0e08ce1ecc1bc"
2304-
integrity sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==
2301+
"@types/node@^20.0.0":
2302+
version "20.19.8"
2303+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.8.tgz#d4a81f631d9dc5015c6e608a102c83e19d03c9db"
2304+
integrity sha512-HzbgCY53T6bfu4tT7Aq3TvViJyHjLjPNaAS3HOuMc9pw97KHsUtXNX4L+wu59g1WnjsZSko35MbEqnO58rihhw==
23052305
dependencies:
2306-
undici-types "~7.8.0"
2306+
undici-types "~6.21.0"
23072307

23082308
"@types/normalize-package-data@^2.4.0":
23092309
version "2.4.0"
@@ -8973,7 +8973,7 @@ stream-spec@~0.3.5:
89738973
dependencies:
89748974
macgyver "~1.10"
89758975

8976-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
8976+
"string-width-cjs@npm:string-width@^4.2.0":
89778977
version "4.2.3"
89788978
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
89798979
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9008,6 +9008,15 @@ string-width@^3.0.0, string-width@^3.1.0:
90089008
is-fullwidth-code-point "^2.0.0"
90099009
strip-ansi "^5.1.0"
90109010

9011+
string-width@^4.1.0, string-width@^4.2.0:
9012+
version "4.2.3"
9013+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9014+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9015+
dependencies:
9016+
emoji-regex "^8.0.0"
9017+
is-fullwidth-code-point "^3.0.0"
9018+
strip-ansi "^6.0.1"
9019+
90119020
string-width@^5.0.1, string-width@^5.1.2:
90129021
version "5.1.2"
90139022
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -9047,7 +9056,7 @@ string_decoder@~1.1.1:
90479056
dependencies:
90489057
safe-buffer "~5.1.0"
90499058

9050-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9059+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
90519060
version "6.0.1"
90529061
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
90539062
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9075,6 +9084,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
90759084
dependencies:
90769085
ansi-regex "^4.1.0"
90779086

9087+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9088+
version "6.0.1"
9089+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9090+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9091+
dependencies:
9092+
ansi-regex "^5.0.1"
9093+
90789094
strip-ansi@^7.0.1:
90799095
version "7.1.0"
90809096
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -9574,10 +9590,10 @@ umask@^1.1.0:
95749590
resolved "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz"
95759591
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
95769592

9577-
undici-types@~7.8.0:
9578-
version "7.8.0"
9579-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
9580-
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
9593+
undici-types@~6.21.0:
9594+
version "6.21.0"
9595+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9596+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
95819597

95829598
undici@^5.28.5:
95839599
version "5.29.0"
@@ -10053,7 +10069,7 @@ wrangler@^3.x:
1005310069
fsevents "~2.3.2"
1005410070
sharp "^0.33.5"
1005510071

10056-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10072+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1005710073
version "7.0.0"
1005810074
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1005910075
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10080,6 +10096,15 @@ wrap-ansi@^6.2.0:
1008010096
string-width "^4.1.0"
1008110097
strip-ansi "^6.0.0"
1008210098

10099+
wrap-ansi@^7.0.0:
10100+
version "7.0.0"
10101+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10102+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10103+
dependencies:
10104+
ansi-styles "^4.0.0"
10105+
string-width "^4.1.0"
10106+
strip-ansi "^6.0.0"
10107+
1008310108
wrap-ansi@^8.1.0:
1008410109
version "8.1.0"
1008510110
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)