From cb893c89b08de272e9810f3fb6bb8832a73970eb Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Mon, 13 Jan 2025 18:43:01 +0900 Subject: [PATCH] chore: version packages (#1413) This PR was opened by the [Changesets release](/~https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.18.11 ### Patch Changes - [#1410](/~https://github.com/toss/suspensive/pull/1410) [`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89) Thanks [@manudeli](/~https://github.com/manudeli)! - fix(react): prevent rendering fallback if not shouldCatch error ## @suspensive/react-query@2.18.11 ### Patch Changes - Updated dependencies \[[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: - @suspensive/react@2.18.11 - @suspensive/react-query-4@2.18.11 - @suspensive/react-query-5@2.18.11 ## @suspensive/react-query-4@2.18.11 ### Patch Changes - Updated dependencies \[[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: - @suspensive/react@2.18.11 ## @suspensive/react-query-5@2.18.11 ### Patch Changes - Updated dependencies \[[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: - @suspensive/react@2.18.11 ## @suspensive/jotai@2.18.11 --- .changeset/friendly-dolphins-reflect.md | 5 --- packages/jotai/CHANGELOG.md | 2 ++ packages/jotai/package.json | 2 +- packages/react-query-4/CHANGELOG.md | 7 ++++ packages/react-query-4/package.json | 4 +-- packages/react-query-5/CHANGELOG.md | 7 ++++ packages/react-query-5/package.json | 4 +-- packages/react-query/CHANGELOG.md | 9 ++++++ packages/react-query/package.json | 8 ++--- packages/react/CHANGELOG.md | 6 ++++ packages/react/package.json | 2 +- pnpm-lock.yaml | 43 ++----------------------- 12 files changed, 43 insertions(+), 56 deletions(-) delete mode 100644 .changeset/friendly-dolphins-reflect.md diff --git a/.changeset/friendly-dolphins-reflect.md b/.changeset/friendly-dolphins-reflect.md deleted file mode 100644 index 98f575a14..000000000 --- a/.changeset/friendly-dolphins-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@suspensive/react": patch ---- - -fix(react): prevent rendering fallback if not shouldCatch error diff --git a/packages/jotai/CHANGELOG.md b/packages/jotai/CHANGELOG.md index 4082ea4fa..2fab53481 100644 --- a/packages/jotai/CHANGELOG.md +++ b/packages/jotai/CHANGELOG.md @@ -1,5 +1,7 @@ # @suspensive/jotai +## 2.18.11 + ## 2.18.10 ### Patch Changes diff --git a/packages/jotai/package.json b/packages/jotai/package.json index 88e15ea43..e9073bc36 100644 --- a/packages/jotai/package.json +++ b/packages/jotai/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/jotai", - "version": "2.18.10", + "version": "2.18.11", "description": "Suspensive interfaces for jotai", "keywords": [ "suspensive", diff --git a/packages/react-query-4/CHANGELOG.md b/packages/react-query-4/CHANGELOG.md index 375d22d32..e2de5fe13 100644 --- a/packages/react-query-4/CHANGELOG.md +++ b/packages/react-query-4/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-4 +## 2.18.11 + +### Patch Changes + +- Updated dependencies [[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: + - @suspensive/react@2.18.11 + ## 2.18.10 ### Patch Changes diff --git a/packages/react-query-4/package.json b/packages/react-query-4/package.json index 7efe695fe..59e5bcd87 100644 --- a/packages/react-query-4/package.json +++ b/packages/react-query-4/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query-4", - "version": "2.18.10", + "version": "2.18.11", "description": "Suspensive interfaces for @tanstack/react-query@4", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react19" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.10", + "@suspensive/react": "workspace:^2.18.11", "@tanstack/react-query": "^4", "react": "^18 || ^19" }, diff --git a/packages/react-query-5/CHANGELOG.md b/packages/react-query-5/CHANGELOG.md index 412ad8e6f..67fc49352 100644 --- a/packages/react-query-5/CHANGELOG.md +++ b/packages/react-query-5/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-5 +## 2.18.11 + +### Patch Changes + +- Updated dependencies [[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: + - @suspensive/react@2.18.11 + ## 2.18.10 ### Patch Changes diff --git a/packages/react-query-5/package.json b/packages/react-query-5/package.json index ef52350ab..67b5e0f04 100644 --- a/packages/react-query-5/package.json +++ b/packages/react-query-5/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query-5", - "version": "2.18.10", + "version": "2.18.11", "description": "Suspensive interfaces for @tanstack/react-query@5", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react19" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.10", + "@suspensive/react": "workspace:^2.18.11", "@tanstack/react-query": "^5", "react": "^18 || ^19" }, diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index de4df52a9..5c93c8ff0 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,14 @@ # @suspensive/react-query +## 2.18.11 + +### Patch Changes + +- Updated dependencies [[`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89)]: + - @suspensive/react@2.18.11 + - @suspensive/react-query-4@2.18.11 + - @suspensive/react-query-5@2.18.11 + ## 2.18.10 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index cecee9dc0..c8dbfa893 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query", - "version": "2.18.10", + "version": "2.18.11", "description": "Suspensive interfaces for @tanstack/react-query", "keywords": [ "suspensive", @@ -56,8 +56,8 @@ }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", - "@suspensive/react-query-4": "workspace:^2.18.10", - "@suspensive/react-query-5": "workspace:^2.18.10", + "@suspensive/react-query-4": "workspace:^2.18.11", + "@suspensive/react-query-5": "workspace:^2.18.11", "cli-table3": "^0.6.5", "commander": "^12.1.0" }, @@ -70,7 +70,7 @@ "react": "catalog:react19" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.10", + "@suspensive/react": "workspace:^2.18.11", "@tanstack/react-query": "^4 || ^5", "react": "^18 || ^19" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 42df8c880..c724d7163 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @suspensive/react +## 2.18.11 + +### Patch Changes + +- [#1410](/~https://github.com/toss/suspensive/pull/1410) [`ce3cb11`](/~https://github.com/toss/suspensive/commit/ce3cb110eba194c77a1348afede87a83a7005d89) Thanks [@manudeli](/~https://github.com/manudeli)! - fix(react): prevent rendering fallback if not shouldCatch error + ## 2.18.10 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d65f54e90..0bd711f03 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react", - "version": "2.18.10", + "version": "2.18.11", "description": "Suspensive interface for react", "keywords": [ "suspensive", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8ca2288d..988d01715 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -672,10 +672,10 @@ importers: specifier: ^12.1.0 version: 12.1.0(commander@12.1.0) '@suspensive/react-query-4': - specifier: workspace:^2.18.10 + specifier: workspace:^2.18.11 version: link:../react-query-4 '@suspensive/react-query-5': - specifier: workspace:^2.18.10 + specifier: workspace:^2.18.11 version: link:../react-query-5 '@tanstack/react-query': specifier: ^4 || ^5 @@ -2516,79 +2516,67 @@ packages: resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.5': resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.4': resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.4': resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.4': resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.4': resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-linux-arm64@0.33.5': resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-linux-arm@0.33.5': resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-linux-s390x@0.33.5': resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-linux-x64@0.33.5': resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.5': resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-linuxmusl-x64@0.33.5': resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-wasm32@0.33.5': resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} @@ -2822,42 +2810,36 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-arm64-musl@0.1.19': resolution: {integrity: sha512-OwTRF+H4IZYxmDFRi1IrLMfqbdIpvHeYbJl2X94NVsLVOY+3NUHvEzL3fYaVx5urBaMnIK0DD3wZLbcueWvxbA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@napi-rs/simple-git-linux-powerpc64le-gnu@0.1.19': resolution: {integrity: sha512-p7zuNNVyzpRvkCt2RIGv9FX/WPcPbZ6/FRUgUTZkA2WU33mrbvNqSi4AOqCCl6mBvEd+EOw5NU4lS9ORRJvAEg==} engines: {node: '>= 10'} cpu: [powerpc64le] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-s390x-gnu@0.1.19': resolution: {integrity: sha512-6N2vwJUPLiak8GLrS0a3is0gSb0UwI2CHOOqtvQxPmv+JVI8kn3vKiUscsktdDb0wGEPeZ8PvZs0y8UWix7K4g==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-x64-gnu@0.1.19': resolution: {integrity: sha512-61YfeO1J13WK7MalLgP3QlV6of2rWnVw1aqxWkAgy/lGxoOFSJ4Wid6ANVCEZk4tJpPX/XNeneqkUz5xpeb2Cw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-x64-musl@0.1.19': resolution: {integrity: sha512-cCTWNpMJnN3PrUBItWcs3dQKCydsIasbrS3laMzq8k7OzF93Zrp2LWDTPlLCO9brbBVpBzy2Qk5Xg9uAfe/Ukw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@napi-rs/simple-git-win32-arm64-msvc@0.1.19': resolution: {integrity: sha512-sWavb1BjeLKKBA+PbTsRSSzVNfb7V/dOpaJvkgR5d2kWFn/AHmCZHSSj/3nyZdYf0BdDC+DIvqk3daAEZ6QMVw==} @@ -2898,28 +2880,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@next/swc-linux-arm64-musl@15.1.4': resolution: {integrity: sha512-7EBBjNoyTO2ipMDgCiORpwwOf5tIueFntKjcN3NK+GAQD7OzFJe84p7a2eQUeWdpzZvhVXuAtIen8QcH71ZCOQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@next/swc-linux-x64-gnu@15.1.4': resolution: {integrity: sha512-9TGEgOycqZFuADyFqwmK/9g6S0FYZ3tphR4ebcmCwhL8Y12FW8pIBKJvSwV+UBjMkokstGNH+9F8F031JZKpHw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@next/swc-linux-x64-musl@15.1.4': resolution: {integrity: sha512-0578bLRVDJOh+LdIoKvgNDz77+Bd85c5JrFgnlbI1SM3WmEQvsjxTA8ATu9Z9FCiIS/AliVAW2DV/BDwpXbtiQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@next/swc-win32-arm64-msvc@15.1.4': resolution: {integrity: sha512-JgFCiV4libQavwII+kncMCl30st0JVxpPOtzWcAI2jtum4HjYaclobKhj+JsRu5tFqMtA5CJIa0MvYyuu9xjjQ==} @@ -3281,55 +3259,46 @@ packages: resolution: {integrity: sha512-paHF1bMXKDuizaMODm2bBTjRiHxESWiIyIdMugKeLnjuS1TCS54MF5+Y5Dx8Ui/1RBPVRE09i5OUlaLnv8OGnA==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.26.0': resolution: {integrity: sha512-cwxiHZU1GAs+TMxvgPfUDtVZjdBdTsQwVnNlzRXC5QzIJ6nhfB4I1ahKoe9yPmoaA/Vhf7m9dB1chGPpDRdGXg==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.26.0': resolution: {integrity: sha512-4daeEUQutGRCW/9zEo8JtdAgtJ1q2g5oHaoQaZbMSKaIWKDQwQ3Yx0/3jJNmpzrsScIPtx/V+1AfibLisb3AMQ==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.26.0': resolution: {integrity: sha512-eGkX7zzkNxvvS05ROzJ/cO/AKqNvR/7t1jA3VZDi2vRniLKwAWxUr85fH3NsvtxU5vnUUKFHKh8flIBdlo2b3Q==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.26.0': resolution: {integrity: sha512-Odp/lgHbW/mAqw/pU21goo5ruWsytP7/HCC/liOt0zcGG0llYWKrd10k9Fj0pdj3prQ63N5yQLCLiE7HTX+MYw==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.26.0': resolution: {integrity: sha512-MBR2ZhCTzUgVD0OJdTzNeF4+zsVogIR1U/FsyuFerwcqjZGvg2nYe24SAHp8O5sN8ZkRVbHwlYeHqcSQ8tcYew==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.26.0': resolution: {integrity: sha512-YYcg8MkbN17fMbRMZuxwmxWqsmQufh3ZJFxFGoHjrE7bv0X+T6l3glcdzd7IKLiwhT+PZOJCblpnNlz1/C3kGQ==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.26.0': resolution: {integrity: sha512-ZuwpfjCwjPkAOxpjAEjabg6LRSfL7cAJb6gSQGZYjGhadlzKKywDkCUnJ+KEfrNY1jH5EEoSIKLCb572jSiglA==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.26.0': resolution: {integrity: sha512-+HJD2lFS86qkeF8kNu0kALtifMpPCZU80HvwztIKnYwym3KnA1os6nsX4BGSTLtS2QVAGG1P3guRgsYyMA0Yhg==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.26.0': resolution: {integrity: sha512-WUQzVFWPSw2uJzX4j6YEbMAiLbs0BUysgysh8s817doAYhR5ybqTI1wtKARQKo6cGop3pHnrUJPFCsXdoFaimQ==} @@ -7423,56 +7392,48 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-gnu@1.28.1: resolution: {integrity: sha512-iO+fN9hOMmzfwqcG2/BgUtMKD48H2JO/SXU44fyIwpY2veb65QF5xiRrQ9l1FwIxbGK3231KBYCtAqv+xf+NsQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.27.0: resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-arm64-musl@1.28.1: resolution: {integrity: sha512-dnMHeXEmCUzHHZjaDpQBYuBKcN9nPC3nPFKl70bcj5Bkn5EmkcgEqm5p035LKOgvAwk1XwLpQCML6pXmCwz0NQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.27.0: resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-gnu@1.28.1: resolution: {integrity: sha512-7vWDISaMUn+oo2TwRdf2hl/BLdPxvywv9JKEqNZB/0K7bXwV4XE9wN/C2sAp1gGuh6QBA8lpjF4JIPt3HNlCHA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.27.0: resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-linux-x64-musl@1.28.1: resolution: {integrity: sha512-IHCu9tVGP+x5BCpA2rF3D04DBokcBza/a8AuHQU+1AiMKubuMegPwcL7RatBgK4ztFHeYnnD5NdhwhRfYMAtNA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-arm64-msvc@1.27.0: resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==}