Upgrade polkadot deps (#836)

* chore: upgrade deps

* fix: correct capitalization of "Overview" in README

* fix: correct capitalization of "overview" in README

* fix: update typescript version in package.json and yarn.lock

* fix: downgrade typescript version to 5.5.4
This commit is contained in:
Arjun Porwal
2025-06-18 17:57:21 +05:30
committed by GitHub
parent 648c379c28
commit 421ccb322a
9 changed files with 119 additions and 119 deletions
+3 -3
View File
@@ -33,8 +33,8 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.83.2",
"@polkadot/x-bundle": "^13.5.1",
"@polkadot/dev": "^0.83.3",
"@polkadot/x-bundle": "^13.5.2",
"@types/node": "^22.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -42,6 +42,6 @@
"react-native": "^0.73.1"
},
"resolutions": {
"typescript": "^5.5.4"
"typescript": "5.5.4"
}
}
+3 -3
View File
@@ -21,11 +21,11 @@
"version": "3.14.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/keyring": "^13.5.2",
"@polkadot/ui-settings": "3.14.1",
"@polkadot/ui-shared": "3.14.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
+2 -2
View File
@@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.14.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.2",
"qrcode-generator": "^1.4.4",
+2 -2
View File
@@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.14.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"react-native-svg": "^14.1.0",
"tslib": "^2.8.1"
},
+3 -3
View File
@@ -20,10 +20,10 @@
"version": "3.14.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.1",
"@polkadot/keyring": "^13.5.2",
"@polkadot/ui-settings": "3.14.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
"store": "^2.0.12",
+2 -2
View File
@@ -21,8 +21,8 @@
"version": "3.14.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.1",
"@polkadot/util": "^13.5.1",
"@polkadot/networks": "^13.5.2",
"@polkadot/util": "^13.5.2",
"eventemitter3": "^5.0.1",
"store": "^2.0.12",
"tslib": "^2.8.1"
+2 -2
View File
@@ -25,8 +25,8 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"@types/xmlserializer": "^0.6.6",
"xmlserializer": "^0.6.1"
},
+2 -2
View File
@@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.14.1",
"@polkadot/util": "^13.5.1",
"@polkadot/util-crypto": "^13.5.1",
"@polkadot/util": "^13.5.2",
"@polkadot/util-crypto": "^13.5.2",
"jdenticon": "3.2.0",
"tslib": "^2.8.1"
},
+100 -100
View File
@@ -1500,34 +1500,34 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev-test@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev-test@npm:0.83.2"
"@polkadot/dev-test@npm:^0.83.3":
version: 0.83.3
resolution: "@polkadot/dev-test@npm:0.83.3"
dependencies:
jsdom: "npm:^24.0.0"
tslib: "npm:^2.7.0"
checksum: 10/afe60165272a09d5c9f08e3aec0015621350dc7394ee8ff121d5803c576c7601b176b753716203abba4a81a142b529da066fe4c73f39387b018bdde69fef7a10
checksum: 10/c03e0c5c5c5d22394c63948b35157b97f8f734a6a8403c89990c55b2657f2b284996aef8613815b2b576b271a126244d7f0a2c9ddece438c5799f273be2e1c69
languageName: node
linkType: hard
"@polkadot/dev-ts@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev-ts@npm:0.83.2"
"@polkadot/dev-ts@npm:^0.83.3":
version: 0.83.3
resolution: "@polkadot/dev-ts@npm:0.83.3"
dependencies:
json5: "npm:^2.2.3"
tslib: "npm:^2.7.0"
typescript: "npm:^5.5.4"
checksum: 10/abca4df87a0682285bf5e5644ab8522820d53e0dffc124bfe540b7fccc55532057d1912629584bb04648e855e110896b36e55536d53556a166fc3d33bcc27b39
checksum: 10/a2ddc4dba934758cc24f02e8acbfa5a5f5295ad874f42c1bea8548a6dfa97c882b127a279001831caedc8d474becb905286847e0f64e8efe7063b6bac4830112
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev@npm:0.83.2"
"@polkadot/dev@npm:^0.83.3":
version: 0.83.3
resolution: "@polkadot/dev@npm:0.83.3"
dependencies:
"@eslint/js": "npm:^8.56.0"
"@polkadot/dev-test": "npm:^0.83.2"
"@polkadot/dev-ts": "npm:^0.83.2"
"@polkadot/dev-test": "npm:^0.83.3"
"@polkadot/dev-ts": "npm:^0.83.3"
"@rollup/plugin-alias": "npm:^5.1.1"
"@rollup/plugin-commonjs": "npm:^25.0.8"
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.5"
@@ -1592,32 +1592,32 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: 10/42a67e0f2401fc13bdffff86398958e326613461eaa294fb5b435037d636b94cbbbce81b1fadbdf3c0553798d3bc5df43ef6af2250f75e312f01e52b665eddfe
checksum: 10/f34171f4776f0ade59e750e6c43db56fccc800e5c5c2e7796299e83072534257fa5e7478b8159a4b265e96d36c9fe380d56326c21cdbdf51dda3221c269601be
languageName: node
linkType: hard
"@polkadot/keyring@npm:^13.5.1":
version: 13.5.1
resolution: "@polkadot/keyring@npm:13.5.1"
"@polkadot/keyring@npm:^13.5.2":
version: 13.5.2
resolution: "@polkadot/keyring@npm:13.5.2"
dependencies:
"@polkadot/util": "npm:13.5.1"
"@polkadot/util-crypto": "npm:13.5.1"
"@polkadot/util": "npm:13.5.2"
"@polkadot/util-crypto": "npm:13.5.2"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.1
"@polkadot/util-crypto": 13.5.1
checksum: 10/e040c077ff1227ec7d4b911e60fc2588144dc31a775c301c56fa6b0b9e7e74cfd9fec4b51f1340bb3c3e0b322e217d4759176a35f7fda500a5776dde279fab86
"@polkadot/util": 13.5.2
"@polkadot/util-crypto": 13.5.2
checksum: 10/f1a8a3fd93d0c3ecac19f2b99e358baecc4ef2f17b510765a889098e51156819c83fe4ad3eb1f84cd350a16f8b9a17e357bff89482834ccf00b31fce8a457c23
languageName: node
linkType: hard
"@polkadot/networks@npm:13.5.1, @polkadot/networks@npm:^13.5.1":
version: 13.5.1
resolution: "@polkadot/networks@npm:13.5.1"
"@polkadot/networks@npm:13.5.2, @polkadot/networks@npm:^13.5.2":
version: 13.5.2
resolution: "@polkadot/networks@npm:13.5.2"
dependencies:
"@polkadot/util": "npm:13.5.1"
"@polkadot/util": "npm:13.5.2"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/836835ffcf58027cb450f17400c733eb84272cb7de0b1a86f72a0c1b1bb35ea3c628f8dd418e185f163ff0963ec931f41618b9405088a1d6fe2fbf5e5ab09709
checksum: 10/5a5147d657bfded3f3d6af24603c07fcf32affdc84a7e7ec183b306da32a75f1ce2af8ac4cff6b2b9f9b6ff5f8895bb3ee2c2eac1d994b305785631a3973637e
languageName: node
linkType: hard
@@ -1625,11 +1625,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@polkadot/keyring": "npm:^13.5.1"
"@polkadot/keyring": "npm:^13.5.2"
"@polkadot/ui-settings": "npm:3.14.1"
"@polkadot/ui-shared": "npm:3.14.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
"@types/react-copy-to-clipboard": "npm:^5.0.7"
"@types/react-dom": "npm:^18.2.18"
ethereum-blockies-base64: "npm:^1.0.2"
@@ -1653,8 +1653,8 @@ __metadata:
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@polkadot/ui-settings": "npm:3.14.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
"@zxing/browser": "npm:^0.1.5"
"@zxing/library": "npm:^0.21.2"
qrcode-generator: "npm:^1.4.4"
@@ -1674,8 +1674,8 @@ __metadata:
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@polkadot/ui-shared": "npm:3.14.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
"@types/react-native": "npm:^0.72.8"
react-native-svg: "npm:^14.1.0"
tslib: "npm:^2.8.1"
@@ -1691,10 +1691,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
dependencies:
"@polkadot/keyring": "npm:^13.5.1"
"@polkadot/keyring": "npm:^13.5.2"
"@polkadot/ui-settings": "npm:3.14.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
"@types/mkdirp": "npm:^2.0.0"
"@types/store": "npm:^2.0.5"
mkdirp: "npm:^3.0.1"
@@ -1712,8 +1712,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@polkadot/networks": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/networks": "npm:^13.5.2"
"@polkadot/util": "npm:^13.5.2"
"@types/store": "npm:^2.0.5"
eventemitter3: "npm:^5.0.1"
store: "npm:^2.0.12"
@@ -1728,8 +1728,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
"@types/xmlserializer": "npm:^0.6.6"
colord: "npm:^2.9.3"
tslib: "npm:^2.8.1"
@@ -1740,38 +1740,38 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.5.1, @polkadot/util-crypto@npm:^13.5.1":
version: 13.5.1
resolution: "@polkadot/util-crypto@npm:13.5.1"
"@polkadot/util-crypto@npm:13.5.2, @polkadot/util-crypto@npm:^13.5.2":
version: 13.5.2
resolution: "@polkadot/util-crypto@npm:13.5.2"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.5.1"
"@polkadot/util": "npm:13.5.1"
"@polkadot/networks": "npm:13.5.2"
"@polkadot/util": "npm:13.5.2"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.5.1"
"@polkadot/x-randomvalues": "npm:13.5.1"
"@polkadot/x-bigint": "npm:13.5.2"
"@polkadot/x-randomvalues": "npm:13.5.2"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.1
checksum: 10/280a8fb838e8ee30da92a73c5c578977c2d0d823dd03143ebdd3a0a9dc276649a6476a1cbf0200140ed116146b7202c7cd5c0be58271e12326d4aff4a42788e4
"@polkadot/util": 13.5.2
checksum: 10/1082ba9e772ea3299df11b025aea74eb72ca27f892b2a1b09a8a7b5ece87e5b1274723bc0cf5e2f441f7fb4f17ef11f164dfd49c25ea0fd86b7004d39425dff5
languageName: node
linkType: hard
"@polkadot/util@npm:13.5.1, @polkadot/util@npm:^13.5.1":
version: 13.5.1
resolution: "@polkadot/util@npm:13.5.1"
"@polkadot/util@npm:13.5.2, @polkadot/util@npm:^13.5.2":
version: 13.5.2
resolution: "@polkadot/util@npm:13.5.2"
dependencies:
"@polkadot/x-bigint": "npm:13.5.1"
"@polkadot/x-global": "npm:13.5.1"
"@polkadot/x-textdecoder": "npm:13.5.1"
"@polkadot/x-textencoder": "npm:13.5.1"
"@polkadot/x-bigint": "npm:13.5.2"
"@polkadot/x-global": "npm:13.5.2"
"@polkadot/x-textdecoder": "npm:13.5.2"
"@polkadot/x-textencoder": "npm:13.5.2"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/26b7c564012afec2c877dbf265021883335a28f369c84d59eeaf6bba72a9fd4e70d259cf24619332e9c44fc55093d9f51ec212a7d48fcae92e962f42f4310d6f
checksum: 10/7fc4f59a6420ab74aac426eae32577a67947dd6cc215d9b011edde6f078f2a426284888353d6740b2e4dd4768a92e0b82acc6f10549e4c6d7857e4d3099662de
languageName: node
linkType: hard
@@ -1780,8 +1780,8 @@ __metadata:
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@polkadot/ui-shared": "npm:3.14.1"
"@polkadot/util": "npm:^13.5.1"
"@polkadot/util-crypto": "npm:^13.5.1"
"@polkadot/util": "npm:^13.5.2"
"@polkadot/util-crypto": "npm:^13.5.2"
jdenticon: "npm:3.2.0"
tslib: "npm:^2.8.1"
vue: "npm:^2.7.16"
@@ -1872,66 +1872,66 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.5.1":
version: 13.5.1
resolution: "@polkadot/x-bigint@npm:13.5.1"
"@polkadot/x-bigint@npm:13.5.2":
version: 13.5.2
resolution: "@polkadot/x-bigint@npm:13.5.2"
dependencies:
"@polkadot/x-global": "npm:13.5.1"
"@polkadot/x-global": "npm:13.5.2"
tslib: "npm:^2.8.0"
checksum: 10/726bc63bc9a51dbfc21de3913ac546c296ca82b05a78014a9de7268a22c4db85552c6143ab058e0bf3e92defaa36a7d7a803a3deb6607e5928f408ee245dc55e
checksum: 10/1fdd3baa0e92f6917088ce7c89584d21bc0a54255f1f948ac0c2f35b4e653439a20f2c83ef0fbb049169d96871eead61f76324241cb092253afd15476075b307
languageName: node
linkType: hard
"@polkadot/x-bundle@npm:^13.5.1":
version: 13.5.1
resolution: "@polkadot/x-bundle@npm:13.5.1"
"@polkadot/x-bundle@npm:^13.5.2":
version: 13.5.2
resolution: "@polkadot/x-bundle@npm:13.5.2"
dependencies:
"@polkadot/util": "npm:13.5.1"
"@polkadot/util": "npm:13.5.2"
buffer-es6: "npm:^4.9.3"
tslib: "npm:^2.8.0"
checksum: 10/5523d574a48c50736873a740ad640887fc93e27d0d37c43b62e7ee14160de5a965187cf81b12d54750fe9474048b75c8acde855843b68b01d4836f8fd3877d99
checksum: 10/74515f312758d86b9a16fb0ba773dab80e95ca63019067fe32cd8f829d48f73268909069acf8f8fb52feed53768ac9a55aa6589ad90329513afaffd245f1b23b
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.5.1":
version: 13.5.1
resolution: "@polkadot/x-global@npm:13.5.1"
"@polkadot/x-global@npm:13.5.2":
version: 13.5.2
resolution: "@polkadot/x-global@npm:13.5.2"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/6db58bbed5c6506c2f6d542cd836b242750a01d93e30fb6f19543a43ca7573a96813df44344df5d9ec938a913e2ddb8af0258f51770d3aa9f9bcbb896d8e5d1b
checksum: 10/619ae3952d8595f3c666030fa3880b68002a4d8706cd5fed3ef21d41c3e4ab4c1d08d2e31a92a7eee3950e82ef374c97f9713c381209ae769021b286a29312df
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.5.1":
version: 13.5.1
resolution: "@polkadot/x-randomvalues@npm:13.5.1"
"@polkadot/x-randomvalues@npm:13.5.2":
version: 13.5.2
resolution: "@polkadot/x-randomvalues@npm:13.5.2"
dependencies:
"@polkadot/x-global": "npm:13.5.1"
"@polkadot/x-global": "npm:13.5.2"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.1
"@polkadot/util": 13.5.2
"@polkadot/wasm-util": "*"
checksum: 10/cadd8c7f9e7acf219c7cdc45bd3e7473e2da5577919936eb1721a297bfaeb45498e3f651200b9333aab95666d09671f915c8ac262924a922c23520ae494acf72
checksum: 10/fb191738d3cad4141057c2e1561a1463a22bfaa7e4c925a52d51d9c4c68853433fa0cf82bf1d1c97916ddd74402073c0bbc0e3978dc9cc48d5b31101673b1656
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.5.1":
version: 13.5.1
resolution: "@polkadot/x-textdecoder@npm:13.5.1"
"@polkadot/x-textdecoder@npm:13.5.2":
version: 13.5.2
resolution: "@polkadot/x-textdecoder@npm:13.5.2"
dependencies:
"@polkadot/x-global": "npm:13.5.1"
"@polkadot/x-global": "npm:13.5.2"
tslib: "npm:^2.8.0"
checksum: 10/705b3f3b3c757cf2f7077e71f6c765c088e6636e5580408a8f95bf9b2e17c59bfa0846d89ba423131422a0bbb381fe0eff13cd7ac3d366272ebe269876789a52
checksum: 10/fd463a2ddb86244a5d4bfb43b51f4038afea8c697a8bc0dd3910b85fa7579e40f708471670241abc950b4d8093d3340ba9c2b8691acd4f64442d46f80807dbe1
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.5.1":
version: 13.5.1
resolution: "@polkadot/x-textencoder@npm:13.5.1"
"@polkadot/x-textencoder@npm:13.5.2":
version: 13.5.2
resolution: "@polkadot/x-textencoder@npm:13.5.2"
dependencies:
"@polkadot/x-global": "npm:13.5.1"
"@polkadot/x-global": "npm:13.5.2"
tslib: "npm:^2.8.0"
checksum: 10/d5309785674a034e21717236f7f2a438da77d29c514c9cfae8517c8db690e1cff55820cfbac6f2307c9e1d4dc2c4e24ad01f915b585823af5ee73737441d1766
checksum: 10/48052703a18486a3d07d3a12875fce8b25dbf51ecf5996886d62fe08eee3ff190b73fa3ea39eb847a0a25e58815044e7689ee02f856d95641c301fadf29bddd5
languageName: node
linkType: hard
@@ -11105,8 +11105,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": "npm:^0.83.2"
"@polkadot/x-bundle": "npm:^13.5.1"
"@polkadot/dev": "npm:^0.83.3"
"@polkadot/x-bundle": "npm:^13.5.2"
"@types/node": "npm:^22.10.5"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
@@ -12433,23 +12433,23 @@ __metadata:
languageName: node
linkType: hard
"typescript@npm:^5.5.4":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
languageName: node
linkType: hard
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc
languageName: node
linkType: hard