Bluesky app fork with some witchin' additions 💫

Resolve same version of @types/estree (#9731)

authored by

Eric Bailey and committed by
GitHub
4f01d4cc b4f57b94

+13 -14
+3
bskyembed/package.json
··· 30 30 "typescript": "^5.8.3", 31 31 "vite": "^7.0.4", 32 32 "vite-tsconfig-paths": "^5.1.4" 33 + }, 34 + "resolutions": { 35 + "@types/estree": "1.0.6" 33 36 } 34 37 }
+4 -4
bskyembed/yarn.lock
··· 1330 1330 resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.45.0.tgz#0a7eecae41f463d6591c8fecd7a5c5087345ee36" 1331 1331 integrity sha512-SRf1cytG7wqcHVLrBc9VtPK4pU5wxiB/lNIkNmW2ApKXIg+RpqwHfsaEK+e7eH4A1BpI6BX/aBWXxZCIrJg3uA== 1332 1332 1333 - "@types/estree@1.0.8", "@types/estree@^1.0.6": 1334 - version "1.0.8" 1335 - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e" 1336 - integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== 1333 + "@types/estree@1.0.6", "@types/estree@1.0.8", "@types/estree@^1.0.6": 1334 + version "1.0.6" 1335 + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" 1336 + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== 1337 1337 1338 1338 "@types/json-schema@^7.0.15": 1339 1339 version "7.0.15"
+2 -1
package.json
··· 292 292 "**/expo-constants": "18.0.8", 293 293 "**/expo-device": "7.1.4", 294 294 "**/multiformats": "9.9.0", 295 - "unicode-segmenter": "0.14.5" 295 + "unicode-segmenter": "0.14.5", 296 + "@types/estree": "1.0.6" 296 297 }, 297 298 "jest": { 298 299 "preset": "jest-expo/ios",
+4 -9
yarn.lock
··· 7542 7542 "@types/estree" "*" 7543 7543 "@types/json-schema" "*" 7544 7544 7545 - "@types/estree@*", "@types/estree@^1.0.0": 7546 - version "1.0.1" 7547 - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194" 7548 - integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA== 7549 - 7550 - "@types/estree@^1.0.6": 7551 - version "1.0.8" 7552 - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e" 7553 - integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== 7545 + "@types/estree@*", "@types/estree@1.0.6", "@types/estree@^1.0.0", "@types/estree@^1.0.6": 7546 + version "1.0.6" 7547 + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" 7548 + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== 7554 7549 7555 7550 "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33": 7556 7551 version "4.17.35"