diff --git a/examples/auth-generate-jwt/javascript/README.md b/examples/auth-generate-jwt/javascript/README.md index 0d8b0c56c8..46a05e292e 100644 --- a/examples/auth-generate-jwt/javascript/README.md +++ b/examples/auth-generate-jwt/javascript/README.md @@ -27,7 +27,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Install dependencies: @@ -45,7 +45,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas 5. In a new tab, change directory: ```sh - cd /examples/ + cd examples/ ``` 6. Rename the environment file: diff --git a/examples/auth-generate-jwt/react/README.md b/examples/auth-generate-jwt/react/README.md index 1067730fe9..7ec1edaac6 100644 --- a/examples/auth-generate-jwt/react/README.md +++ b/examples/auth-generate-jwt/react/README.md @@ -27,7 +27,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Install dependencies: @@ -45,7 +45,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas 5. In a new tab, change directory: ```sh - cd /examples/ + cd examples/ ``` 6. Rename the environment file: diff --git a/examples/auth-request-token/javascript/README.md b/examples/auth-request-token/javascript/README.md index 6c4fd2986e..335f2ccabb 100644 --- a/examples/auth-request-token/javascript/README.md +++ b/examples/auth-request-token/javascript/README.md @@ -27,7 +27,7 @@ Find out more about [authentication](/docs/auth). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Install dependencies: @@ -45,7 +45,7 @@ Find out more about [authentication](/docs/auth). 5. In a new tab, change directory: ```sh - cd /examples/ + cd examples/ ``` 6. Rename the environment file: diff --git a/examples/auth-request-token/react/README.md b/examples/auth-request-token/react/README.md index c47c158196..a3e00cebdb 100644 --- a/examples/auth-request-token/react/README.md +++ b/examples/auth-request-token/react/README.md @@ -27,7 +27,7 @@ Find out more about [authentication](/docs/auth). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Install dependencies: @@ -45,7 +45,7 @@ Find out more about [authentication](/docs/auth). 5. In a new tab, change directory: ```sh - cd /examples/ + cd examples/ ``` 6. Rename the environment file: diff --git a/examples/chat-presence/javascript/README.md b/examples/chat-presence/javascript/README.md index da697c4f92..53c587d15f 100644 --- a/examples/chat-presence/javascript/README.md +++ b/examples/chat-presence/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [presence](/docs/chat/rooms/presence?lang=javascript). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-presence/react/README.md b/examples/chat-presence/react/README.md index bca13e43ad..52a24ce2a3 100644 --- a/examples/chat-presence/react/README.md +++ b/examples/chat-presence/react/README.md @@ -31,7 +31,7 @@ Find out more about [presence](/docs/chat/rooms/presence?lang=react). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-history/javascript/README.md b/examples/chat-room-history/javascript/README.md index 8a2f1e9a9d..0ca97ddc52 100644 --- a/examples/chat-room-history/javascript/README.md +++ b/examples/chat-room-history/javascript/README.md @@ -27,7 +27,7 @@ Find out more about [message history](/docs/chat/rooms/history?lang=javascript). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-history/react/README.md b/examples/chat-room-history/react/README.md index afab2e1369..edcb5502e8 100644 --- a/examples/chat-room-history/react/README.md +++ b/examples/chat-room-history/react/README.md @@ -28,7 +28,7 @@ Find out more about [message history](/docs/chat/rooms/history?lang=react). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-messages/javascript/README.md b/examples/chat-room-messages/javascript/README.md index 7f706fac50..1862c2dc33 100644 --- a/examples/chat-room-messages/javascript/README.md +++ b/examples/chat-room-messages/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [rooms](/docs/chat/rooms?lang=javascript) and [messages](/do 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-messages/react/README.md b/examples/chat-room-messages/react/README.md index 08b7fea8d3..0201fbf5d5 100644 --- a/examples/chat-room-messages/react/README.md +++ b/examples/chat-room-messages/react/README.md @@ -30,7 +30,7 @@ Find out more about [rooms](/docs/chat/rooms?lang=react) and [messages](/docs/ch 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-reactions/javascript/README.md b/examples/chat-room-reactions/javascript/README.md index 0b279321ab..c17da708b6 100644 --- a/examples/chat-room-reactions/javascript/README.md +++ b/examples/chat-room-reactions/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [room reactions](/docs/chat/rooms/reactions?lang=javascript) 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-room-reactions/react/README.md b/examples/chat-room-reactions/react/README.md index 3b1f13fb72..e7250001cb 100644 --- a/examples/chat-room-reactions/react/README.md +++ b/examples/chat-room-reactions/react/README.md @@ -30,7 +30,7 @@ Find out more about [room reactions](/docs/chat/rooms/reactions). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-typing-indicator/javascript/README.md b/examples/chat-typing-indicator/javascript/README.md index 6d81362137..a9f64605a6 100644 --- a/examples/chat-typing-indicator/javascript/README.md +++ b/examples/chat-typing-indicator/javascript/README.md @@ -30,7 +30,7 @@ Find out more about [typing indicators](/docs/chat/rooms/typing). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-typing-indicator/react/README.md b/examples/chat-typing-indicator/react/README.md index d84429657d..529085ea51 100644 --- a/examples/chat-typing-indicator/react/README.md +++ b/examples/chat-typing-indicator/react/README.md @@ -30,7 +30,7 @@ Find out more about [typing indicators](/docs/chat/rooms/typing). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-ui-app/react/README.md b/examples/chat-ui-app/react/README.md index a698d208b2..553be66ea3 100644 --- a/examples/chat-ui-app/react/README.md +++ b/examples/chat-ui-app/react/README.md @@ -24,7 +24,7 @@ This example uses the `App` component from the Ably Chat UI React Kit, and is wr 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-ui-chat-window/react/README.md b/examples/chat-ui-chat-window/react/README.md index 25f054d22c..91e48db564 100644 --- a/examples/chat-ui-chat-window/react/README.md +++ b/examples/chat-ui-chat-window/react/README.md @@ -25,7 +25,7 @@ This example uses the `ChatWindow` component from the Ably Chat UI React Kit, an 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/chat-ui-sidebar/react/README.md b/examples/chat-ui-sidebar/react/README.md index 6196faab01..8ca8d40c89 100644 --- a/examples/chat-ui-sidebar/react/README.md +++ b/examples/chat-ui-sidebar/react/README.md @@ -24,7 +24,7 @@ This example uses the `Sidebar` component from the Ably Chat UI React Kit, and i 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/liveobjects-live-counter/javascript/README.md b/examples/liveobjects-live-counter/javascript/README.md index 07483c41de..9d4bff4c4b 100644 --- a/examples/liveobjects-live-counter/javascript/README.md +++ b/examples/liveobjects-live-counter/javascript/README.md @@ -32,7 +32,7 @@ Find out more about [LiveCounter](/docs/liveobjects/counter). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/liveobjects-live-map/javascript/README.md b/examples/liveobjects-live-map/javascript/README.md index 76df889d4e..960405387f 100644 --- a/examples/liveobjects-live-map/javascript/README.md +++ b/examples/liveobjects-live-map/javascript/README.md @@ -32,7 +32,7 @@ Find out more about [LiveMap](/docs/liveobjects/map). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/package.json b/examples/package.json index 9066784c03..89377eb2a6 100644 --- a/examples/package.json +++ b/examples/package.json @@ -108,6 +108,7 @@ "ably": "^2.14.0", "cors": "^2.8.5", "franken-ui": "^2.0.0", + "lodash": "^4.17.21", "minifaker": "^1.34.1", "nanoid": "^5.0.7", "react": "^18", @@ -131,7 +132,9 @@ "express": "^4.21.1", "postcss": "^8.5.3", "postcss-combine-duplicated-selectors": "^10.0.3", + "postcss-js": "^4.0.1", "postcss-load-config": "^6.0.1", + "postcss-sort-media-queries": "^5.2.0", "tailwindcss": "3", "typescript": "^5", "vite": "4" diff --git a/examples/pub-sub-channel-messages/javascript/README.md b/examples/pub-sub-channel-messages/javascript/README.md index 8d659aeea8..36389a76de 100644 --- a/examples/pub-sub-channel-messages/javascript/README.md +++ b/examples/pub-sub-channel-messages/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [channels](/docs/channels) and [messages](/docs/channels/mes 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-channel-messages/react/README.md b/examples/pub-sub-channel-messages/react/README.md index a4f49b4731..4ef1dd83ae 100644 --- a/examples/pub-sub-channel-messages/react/README.md +++ b/examples/pub-sub-channel-messages/react/README.md @@ -30,7 +30,7 @@ Find out more about [channels](/docs/channels) and [messages](/docs/channels/mes 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-channel-state/javascript/README.md b/examples/pub-sub-channel-state/javascript/README.md index 7d9aa58c9e..f6067adb27 100644 --- a/examples/pub-sub-channel-state/javascript/README.md +++ b/examples/pub-sub-channel-state/javascript/README.md @@ -26,7 +26,7 @@ Find out more about [channel states](/docs/channels/states). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-channel-state/react/README.md b/examples/pub-sub-channel-state/react/README.md index 09de981488..32a6490735 100644 --- a/examples/pub-sub-channel-state/react/README.md +++ b/examples/pub-sub-channel-state/react/README.md @@ -27,7 +27,7 @@ Find out more about [channel states](/docs/channels/states). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-connection-state/javascript/README.md b/examples/pub-sub-connection-state/javascript/README.md index ca8cb146fa..13025acaf2 100644 --- a/examples/pub-sub-connection-state/javascript/README.md +++ b/examples/pub-sub-connection-state/javascript/README.md @@ -25,7 +25,7 @@ Find out more about [connection states](/docs/connect/states). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-connection-state/react/README.md b/examples/pub-sub-connection-state/react/README.md index 7c1840b6a9..ea02da1d56 100644 --- a/examples/pub-sub-connection-state/react/README.md +++ b/examples/pub-sub-connection-state/react/README.md @@ -25,7 +25,7 @@ Find out more about [connection states](/docs/connect/states). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-history/javascript/README.md b/examples/pub-sub-history/javascript/README.md index bf377c5942..5985b453a5 100644 --- a/examples/pub-sub-history/javascript/README.md +++ b/examples/pub-sub-history/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [history](/docs/storage-history/history). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-history/react/README.md b/examples/pub-sub-history/react/README.md index 951de2145f..e005803161 100644 --- a/examples/pub-sub-history/react/README.md +++ b/examples/pub-sub-history/react/README.md @@ -30,7 +30,7 @@ Find out more about [history](/docs/storage-history/history). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-message-annotations/javascript/README.md b/examples/pub-sub-message-annotations/javascript/README.md index a964b1ef8c..7a2a50c046 100644 --- a/examples/pub-sub-message-annotations/javascript/README.md +++ b/examples/pub-sub-message-annotations/javascript/README.md @@ -50,7 +50,7 @@ This example demonstrates: 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-message-encryption/javascript/README.md b/examples/pub-sub-message-encryption/javascript/README.md index e2825ead8c..b2f9c9fb9e 100644 --- a/examples/pub-sub-message-encryption/javascript/README.md +++ b/examples/pub-sub-message-encryption/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [channels](/docs/channels), [messages](/docs/channels/messag 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-message-encryption/react/README.md b/examples/pub-sub-message-encryption/react/README.md index 614c4f9e01..18b2106347 100644 --- a/examples/pub-sub-message-encryption/react/README.md +++ b/examples/pub-sub-message-encryption/react/README.md @@ -30,7 +30,7 @@ Find out more about [channels](/docs/channels), [messages](/docs/channels/messag 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-occupancy/javascript/README.md b/examples/pub-sub-occupancy/javascript/README.md index c0f22d4896..7bfb2fe37d 100644 --- a/examples/pub-sub-occupancy/javascript/README.md +++ b/examples/pub-sub-occupancy/javascript/README.md @@ -26,7 +26,7 @@ Find out more about [occupancy](/docs/presence-occupancy/occupancy). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-occupancy/react/README.md b/examples/pub-sub-occupancy/react/README.md index d5051ca314..508f5ae3d7 100644 --- a/examples/pub-sub-occupancy/react/README.md +++ b/examples/pub-sub-occupancy/react/README.md @@ -27,7 +27,7 @@ Find out more about [occupancy](/docs/presence-occupancy/occupancy). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-presence/javascript/README.md b/examples/pub-sub-presence/javascript/README.md index 7a61d617fe..f8d1ebfd5f 100644 --- a/examples/pub-sub-presence/javascript/README.md +++ b/examples/pub-sub-presence/javascript/README.md @@ -30,7 +30,7 @@ Find out more about [presence](/docs/presence-occupancy/presence). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-presence/react/README.md b/examples/pub-sub-presence/react/README.md index 814ae9f8d4..8a418639f7 100644 --- a/examples/pub-sub-presence/react/README.md +++ b/examples/pub-sub-presence/react/README.md @@ -30,7 +30,7 @@ Find out more about [presence](/docs/presence-occupancy/presence). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-rewind/javascript/README.md b/examples/pub-sub-rewind/javascript/README.md index 0ba28ccf6c..51175ef3af 100644 --- a/examples/pub-sub-rewind/javascript/README.md +++ b/examples/pub-sub-rewind/javascript/README.md @@ -28,7 +28,7 @@ Find out more about [rewind](https://ably.com/docs/channels/options/rewind). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/pub-sub-rewind/react/README.md b/examples/pub-sub-rewind/react/README.md index fcc1676194..b91135183e 100644 --- a/examples/pub-sub-rewind/react/README.md +++ b/examples/pub-sub-rewind/react/README.md @@ -29,7 +29,7 @@ Find out more about [rewind](https://ably.com/docs/channels/options/rewind). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-avatar-stack/javascript/README.md b/examples/spaces-avatar-stack/javascript/README.md index f1b0d81065..c6b870baa3 100644 --- a/examples/spaces-avatar-stack/javascript/README.md +++ b/examples/spaces-avatar-stack/javascript/README.md @@ -30,7 +30,7 @@ Find out more about [avatar stack](/docs/spaces/avatar). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-avatar-stack/react/README.md b/examples/spaces-avatar-stack/react/README.md index 76e877eb2c..e60e8dc5e2 100644 --- a/examples/spaces-avatar-stack/react/README.md +++ b/examples/spaces-avatar-stack/react/README.md @@ -30,7 +30,7 @@ Find out more about [avatar stack](/docs/spaces/avatar). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-component-locking/javascript/README.md b/examples/spaces-component-locking/javascript/README.md index 445146c56c..ddefffcf22 100644 --- a/examples/spaces-component-locking/javascript/README.md +++ b/examples/spaces-component-locking/javascript/README.md @@ -32,7 +32,7 @@ Find out more about [component locking](/docs/spaces/locking). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-component-locking/react/README.md b/examples/spaces-component-locking/react/README.md index 4084074d60..7e839ee478 100644 --- a/examples/spaces-component-locking/react/README.md +++ b/examples/spaces-component-locking/react/README.md @@ -33,7 +33,7 @@ Find out more about [component locking](/docs/spaces/locking). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-live-cursors/javascript/README.md b/examples/spaces-live-cursors/javascript/README.md index 2426932a1c..5301acccd8 100644 --- a/examples/spaces-live-cursors/javascript/README.md +++ b/examples/spaces-live-cursors/javascript/README.md @@ -30,7 +30,7 @@ Find out more about [live-cursors](/docs/spaces/cursors). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-live-cursors/react/README.md b/examples/spaces-live-cursors/react/README.md index 1cef0a4196..570614c837 100644 --- a/examples/spaces-live-cursors/react/README.md +++ b/examples/spaces-live-cursors/react/README.md @@ -31,7 +31,7 @@ Find out more about [live cursors](/docs/spaces/cursors). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-member-location/javascript/README.md b/examples/spaces-member-location/javascript/README.md index f610756eca..437a962398 100644 --- a/examples/spaces-member-location/javascript/README.md +++ b/examples/spaces-member-location/javascript/README.md @@ -29,7 +29,7 @@ Find out more about [member location](/docs/spaces/locations). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/spaces-member-location/react/README.md b/examples/spaces-member-location/react/README.md index 1ff1ccb2a0..b9c4ec72e3 100644 --- a/examples/spaces-member-location/react/README.md +++ b/examples/spaces-member-location/react/README.md @@ -29,7 +29,7 @@ Find out more about [member location](/docs/spaces/locations). 2. Change directory: ```sh - cd /examples/ + cd examples/ ``` 3. Rename the environment file: diff --git a/examples/yarn.lock b/examples/yarn.lock index 9be68c0584..7efc995a99 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -2006,6 +2006,11 @@ lodash.merge@^4.6.2: resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + loose-envify@^1.1.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" @@ -2373,6 +2378,13 @@ postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.1.1, postcss-selector cssesc "^3.0.0" util-deprecate "^1.0.2" +postcss-sort-media-queries@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-5.2.0.tgz#4556b3f982ef27d3bac526b99b6c0d3359a6cf97" + integrity sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA== + dependencies: + sort-css-media-queries "2.2.0" + postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" @@ -2664,6 +2676,11 @@ signal-exit@^4.0.1: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== +sort-css-media-queries@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.2.0.tgz#aa33cf4a08e0225059448b6c40eddbf9f1c8334c" + integrity sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA== + source-map-js@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" @@ -2674,16 +2691,8 @@ statuses@2.0.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^4.1.0: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: + name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -2701,14 +2710,7 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==