Skip to content

Commit 7ed33e9

Browse files
committed
chore: dependencies upgrade
1 parent 760c750 commit 7ed33e9

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Nicolás Hernández <[email protected]>",
1010
"Marco Fiorito <[email protected]>"
1111
],
12-
"main": "src/index.ts",
12+
"main": "dist/index.ts",
1313
"types": "dist/index.d.ts",
1414
"version": "2.2.1",
1515
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
@@ -32,14 +32,14 @@
3232
"start": "react-native start"
3333
},
3434
"devDependencies": {
35-
"@expo/config-plugins": "^9.0.13",
36-
"@typescript-eslint/eslint-plugin": "^8.19.1",
37-
"@typescript-eslint/parser": "^8.19.1",
38-
"eslint": "^9.17.0",
35+
"@expo/config-plugins": "^9.0.14",
36+
"@typescript-eslint/eslint-plugin": "^8.20.0",
37+
"@typescript-eslint/parser": "^8.20.0",
38+
"eslint": "^9.18.0",
3939
"eslint-plugin-simple-import-sort": "^12.1.1",
4040
"eslint-plugin-sort-keys-fix": "^1.1.2",
4141
"prettier": "^3.4.2",
42-
"typescript": "^5.3.3"
42+
"typescript": "^5.7.3"
4343
},
4444
"peerDependencies": {
4545
"react-native": "*"
@@ -53,7 +53,6 @@
5353
"dist",
5454
"ios",
5555
"plugins",
56-
"src",
5756
"app.plugin.js",
5857
"expo-module.config.json"
5958
]

yarn.lock

Lines changed: 90 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
debug "^4.3.1"
4646
minimatch "^3.1.2"
4747

48-
"@eslint/core@^0.9.0":
49-
version "0.9.1"
50-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.1.tgz#31763847308ef6b7084a4505573ac9402c51f9d1"
51-
integrity sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==
48+
"@eslint/core@^0.10.0":
49+
version "0.10.0"
50+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
51+
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
5252
dependencies:
5353
"@types/json-schema" "^7.0.15"
5454

@@ -67,31 +67,32 @@
6767
minimatch "^3.1.2"
6868
strip-json-comments "^3.1.1"
6969

70-
"@eslint/js@9.17.0":
71-
version "9.17.0"
72-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
73-
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
70+
"@eslint/js@9.18.0":
71+
version "9.18.0"
72+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
73+
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
7474

7575
"@eslint/object-schema@^2.1.5":
7676
version "2.1.5"
7777
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
7878
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
7979

80-
"@eslint/plugin-kit@^0.2.3":
81-
version "0.2.4"
82-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz#2b78e7bb3755784bb13faa8932a1d994d6537792"
83-
integrity sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==
80+
"@eslint/plugin-kit@^0.2.5":
81+
version "0.2.5"
82+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
83+
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
8484
dependencies:
85+
"@eslint/core" "^0.10.0"
8586
levn "^0.4.1"
8687

87-
"@expo/config-plugins@^9.0.13":
88-
version "9.0.13"
89-
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-9.0.13.tgz#051f75115943017755000ee429d7cc12d34c60e3"
90-
integrity sha512-9mSjuMoCijA0O4JONJwWXg+xaD4tVeVv7pXWQovnQGxorgMNgygOGEzGi9GXFMki8FJ1Zlt2gyXrcPFXiId7Hw==
88+
"@expo/config-plugins@^9.0.14":
89+
version "9.0.14"
90+
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-9.0.14.tgz#c57cc86c238b276823ff66d96e4722366d57b12c"
91+
integrity sha512-Lx1ebV95rTFKKQmbu4wMPLz65rKn7mqSpfANdCx+KwRxuLY2JQls8V4h3lQjG6dW8NWf9qV5QaEFAgNB6VMyOQ==
9192
dependencies:
92-
"@expo/config-types" "^52.0.2"
93-
"@expo/json-file" "~9.0.0"
94-
"@expo/plist" "^0.2.0"
93+
"@expo/config-types" "^52.0.3"
94+
"@expo/json-file" "~9.0.1"
95+
"@expo/plist" "^0.2.1"
9596
"@expo/sdk-runtime-versions" "^1.0.0"
9697
chalk "^4.1.2"
9798
debug "^4.3.5"
@@ -104,24 +105,24 @@
104105
xcode "^3.0.1"
105106
xml2js "0.6.0"
106107

107-
"@expo/config-types@^52.0.2":
108-
version "52.0.2"
109-
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-52.0.2.tgz#71f5c43e52fc3af023e936a80f43720c42904d18"
110-
integrity sha512-4hYwnaCxOLlXXF1TE17RY+GU1CyBqzRx7s13VUDhU1PQ8Zr9/kzGoJI0McmfayncO9RIeSqeDWO6dELZWk/0uw==
108+
"@expo/config-types@^52.0.3":
109+
version "52.0.3"
110+
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-52.0.3.tgz#511f2f868172c93abeac7183beeb921dc72d6e1e"
111+
integrity sha512-muxvuARmbysH5OGaiBRlh1Y6vfdmL56JtpXxB+y2Hfhu0ezG1U4FjZYBIacthckZPvnDCcP3xIu1R+eTo7/QFA==
111112

112-
"@expo/json-file@~9.0.0":
113-
version "9.0.0"
114-
resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-9.0.0.tgz#e3688c9b108cfd7e819f1354a9458ba6e93fc943"
115-
integrity sha512-M+55xFVrFzDcgMDf+52lPDLjKB5xwRfStWlv/b/Vu2OLgxGZLWpxoPYjlRoHqxjPbCQIi2ZCbobK+0KuNhsELg==
113+
"@expo/json-file@~9.0.1":
114+
version "9.0.1"
115+
resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-9.0.1.tgz#ff60654caf1fa3c33f9b17dcd1e9691eb854a318"
116+
integrity sha512-ZVPhbbEBEwafPCJ0+kI25O2Iivt3XKHEKAADCml1q2cmOIbQnKgLyn8DpOJXqWEyRQr/VWS+hflBh8DU2YFSqg==
116117
dependencies:
117118
"@babel/code-frame" "~7.10.4"
118119
json5 "^2.2.3"
119120
write-file-atomic "^2.3.0"
120121

121-
"@expo/plist@^0.2.0":
122-
version "0.2.0"
123-
resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.2.0.tgz#beb014c0bfd56a993086c0972ec1ca3ef3f9d36c"
124-
integrity sha512-F/IZJQaf8OIVnVA6XWUeMPC3OH6MV00Wxf0WC0JhTQht2QgjyHUa3U5Gs3vRtDq8tXNsZneOQRDVwpaOnd4zTQ==
122+
"@expo/plist@^0.2.1":
123+
version "0.2.1"
124+
resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.2.1.tgz#a315e1964ee9eece5c56040d460db5de7af85889"
125+
integrity sha512-9TaXGuNxa0LQwHQn4rYiU6YaERv6dPnQgsdKWq2rKKTr6LWOtGNQCi/yOk/HBLeZSxBm59APT5/6x60uRvr0Mg==
125126
dependencies:
126127
"@xmldom/xmldom" "~0.7.7"
127128
base64-js "^1.2.3"
@@ -208,85 +209,85 @@
208209
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
209210
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
210211

211-
"@typescript-eslint/eslint-plugin@^8.19.1":
212-
version "8.19.1"
213-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247"
214-
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==
212+
"@typescript-eslint/eslint-plugin@^8.20.0":
213+
version "8.20.0"
214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
215+
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
215216
dependencies:
216217
"@eslint-community/regexpp" "^4.10.0"
217-
"@typescript-eslint/scope-manager" "8.19.1"
218-
"@typescript-eslint/type-utils" "8.19.1"
219-
"@typescript-eslint/utils" "8.19.1"
220-
"@typescript-eslint/visitor-keys" "8.19.1"
218+
"@typescript-eslint/scope-manager" "8.20.0"
219+
"@typescript-eslint/type-utils" "8.20.0"
220+
"@typescript-eslint/utils" "8.20.0"
221+
"@typescript-eslint/visitor-keys" "8.20.0"
221222
graphemer "^1.4.0"
222223
ignore "^5.3.1"
223224
natural-compare "^1.4.0"
224225
ts-api-utils "^2.0.0"
225226

226-
"@typescript-eslint/parser@^8.19.1":
227-
version "8.19.1"
228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
229-
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==
227+
"@typescript-eslint/parser@^8.20.0":
228+
version "8.20.0"
229+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
230+
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
230231
dependencies:
231-
"@typescript-eslint/scope-manager" "8.19.1"
232-
"@typescript-eslint/types" "8.19.1"
233-
"@typescript-eslint/typescript-estree" "8.19.1"
234-
"@typescript-eslint/visitor-keys" "8.19.1"
232+
"@typescript-eslint/scope-manager" "8.20.0"
233+
"@typescript-eslint/types" "8.20.0"
234+
"@typescript-eslint/typescript-estree" "8.20.0"
235+
"@typescript-eslint/visitor-keys" "8.20.0"
235236
debug "^4.3.4"
236237

237-
"@typescript-eslint/scope-manager@8.19.1":
238-
version "8.19.1"
239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b"
240-
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==
238+
"@typescript-eslint/scope-manager@8.20.0":
239+
version "8.20.0"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
241+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
241242
dependencies:
242-
"@typescript-eslint/types" "8.19.1"
243-
"@typescript-eslint/visitor-keys" "8.19.1"
243+
"@typescript-eslint/types" "8.20.0"
244+
"@typescript-eslint/visitor-keys" "8.20.0"
244245

245-
"@typescript-eslint/type-utils@8.19.1":
246-
version "8.19.1"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa"
248-
integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==
246+
"@typescript-eslint/type-utils@8.20.0":
247+
version "8.20.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
249+
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
249250
dependencies:
250-
"@typescript-eslint/typescript-estree" "8.19.1"
251-
"@typescript-eslint/utils" "8.19.1"
251+
"@typescript-eslint/typescript-estree" "8.20.0"
252+
"@typescript-eslint/utils" "8.20.0"
252253
debug "^4.3.4"
253254
ts-api-utils "^2.0.0"
254255

255-
"@typescript-eslint/types@8.19.1":
256-
version "8.19.1"
257-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
258-
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
256+
"@typescript-eslint/types@8.20.0":
257+
version "8.20.0"
258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
259+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
259260

260-
"@typescript-eslint/typescript-estree@8.19.1":
261-
version "8.19.1"
262-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
263-
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==
261+
"@typescript-eslint/typescript-estree@8.20.0":
262+
version "8.20.0"
263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
264+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
264265
dependencies:
265-
"@typescript-eslint/types" "8.19.1"
266-
"@typescript-eslint/visitor-keys" "8.19.1"
266+
"@typescript-eslint/types" "8.20.0"
267+
"@typescript-eslint/visitor-keys" "8.20.0"
267268
debug "^4.3.4"
268269
fast-glob "^3.3.2"
269270
is-glob "^4.0.3"
270271
minimatch "^9.0.4"
271272
semver "^7.6.0"
272273
ts-api-utils "^2.0.0"
273274

274-
"@typescript-eslint/utils@8.19.1":
275-
version "8.19.1"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
277-
integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==
275+
"@typescript-eslint/utils@8.20.0":
276+
version "8.20.0"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
278+
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
278279
dependencies:
279280
"@eslint-community/eslint-utils" "^4.4.0"
280-
"@typescript-eslint/scope-manager" "8.19.1"
281-
"@typescript-eslint/types" "8.19.1"
282-
"@typescript-eslint/typescript-estree" "8.19.1"
281+
"@typescript-eslint/scope-manager" "8.20.0"
282+
"@typescript-eslint/types" "8.20.0"
283+
"@typescript-eslint/typescript-estree" "8.20.0"
283284

284-
"@typescript-eslint/visitor-keys@8.19.1":
285-
version "8.19.1"
286-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0"
287-
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==
285+
"@typescript-eslint/visitor-keys@8.20.0":
286+
version "8.20.0"
287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
288+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
288289
dependencies:
289-
"@typescript-eslint/types" "8.19.1"
290+
"@typescript-eslint/types" "8.20.0"
290291
eslint-visitor-keys "^4.2.0"
291292

292293
"@xmldom/xmldom@^0.8.8":
@@ -544,18 +545,18 @@ eslint-visitor-keys@^4.2.0:
544545
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
545546
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
546547

547-
eslint@^9.17.0:
548-
version "9.17.0"
549-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
550-
integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==
548+
eslint@^9.18.0:
549+
version "9.18.0"
550+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
551+
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
551552
dependencies:
552553
"@eslint-community/eslint-utils" "^4.2.0"
553554
"@eslint-community/regexpp" "^4.12.1"
554555
"@eslint/config-array" "^0.19.0"
555-
"@eslint/core" "^0.9.0"
556+
"@eslint/core" "^0.10.0"
556557
"@eslint/eslintrc" "^3.2.0"
557-
"@eslint/js" "9.17.0"
558-
"@eslint/plugin-kit" "^0.2.3"
558+
"@eslint/js" "9.18.0"
559+
"@eslint/plugin-kit" "^0.2.5"
559560
"@humanfs/node" "^0.16.6"
560561
"@humanwhocodes/module-importer" "^1.0.1"
561562
"@humanwhocodes/retry" "^0.4.1"
@@ -1182,7 +1183,7 @@ type-check@^0.4.0, type-check@~0.4.0:
11821183
dependencies:
11831184
prelude-ls "^1.2.1"
11841185

1185-
typescript@^5.3.3:
1186+
typescript@^5.7.3:
11861187
version "5.7.3"
11871188
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
11881189
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

0 commit comments

Comments
 (0)