From 538aa5a9a59d36e78e731e336eb32ab1c524b0e0 Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Wed, 9 Oct 2024 17:24:07 +0530 Subject: [PATCH] Update social-previews package to fix the Bluesky URL --- pnpm-lock.yaml | 14 +++++++------- .../js-packages/publicize-components/package.json | 2 +- projects/plugins/jetpack/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d86e6a9dad7e..18880f6ae00bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -973,8 +973,8 @@ importers: specifier: 1.0.2 version: 1.0.2 '@automattic/social-previews': - specifier: 2.1.0-beta.7 - version: 2.1.0-beta.7(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 2.1.0-beta.8 + version: 2.1.0-beta.8(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@wordpress/annotations': specifier: 3.8.3 version: 3.8.3(react@18.3.1) @@ -3777,8 +3777,8 @@ importers: specifier: 1.0.0 version: 1.0.0 '@automattic/social-previews': - specifier: 2.1.0-beta.7 - version: 2.1.0-beta.7(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 2.1.0-beta.8 + version: 2.1.0-beta.8(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@automattic/viewport': specifier: 1.0.0 version: 1.0.0 @@ -5016,8 +5016,8 @@ packages: '@automattic/request-external-access@1.0.0': resolution: {integrity: sha512-vhN72lwPFzhCVMP1l2ODBqt7fI5jfeJz1JyBnq/AUCg9PpsJfdk4vZxhSOLhSSds8VMkU5WaNnaztkYfkkYOiA==} - '@automattic/social-previews@2.1.0-beta.7': - resolution: {integrity: sha512-IJpIBlN4oiPXTjwMvZOpa8BL0rQXgFsURNPTYm50W1NkuP0wYtn0Fmu159t5CvjxGBv23glokQ9P1DpX9JX4XQ==} + '@automattic/social-previews@2.1.0-beta.8': + resolution: {integrity: sha512-DakeRnV8JUhi8eD2Ft3HhrPPSnMgWnQDb0K/fuhrolNNbl/gVNng1gAF8Y8WrpGRVN5h0xdVhuszJeG6r4RotA==} peerDependencies: '@babel/runtime': ^7.24.5 react: ^18.3.1 @@ -14425,7 +14425,7 @@ snapshots: dependencies: '@automattic/popup-monitor': 1.0.2 - '@automattic/social-previews@2.1.0-beta.7(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@automattic/social-previews@2.1.0-beta.8(@babel/runtime@7.24.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@emotion/react': 11.13.3(@types/react@18.3.3)(react@18.3.1) '@wordpress/components': 28.8.4(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 2a78a3a449273..a93bb5135e86d 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -24,7 +24,7 @@ "@automattic/jetpack-script-data": "workspace:*", "@automattic/jetpack-shared-extension-utils": "workspace:*", "@automattic/popup-monitor": "1.0.2", - "@automattic/social-previews": "2.1.0-beta.7", + "@automattic/social-previews": "2.1.0-beta.8", "@wordpress/annotations": "3.8.3", "@wordpress/api-fetch": "7.8.2", "@wordpress/block-editor": "14.3.4", diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index a4926998981df..688b4f46b673a 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -60,7 +60,7 @@ "@automattic/jetpack-shared-extension-utils": "workspace:*", "@automattic/popup-monitor": "1.0.2", "@automattic/request-external-access": "1.0.0", - "@automattic/social-previews": "2.1.0-beta.7", + "@automattic/social-previews": "2.1.0-beta.8", "@automattic/viewport": "1.0.0", "@microsoft/fetch-event-source": "2.0.1", "@wordpress/base-styles": "5.8.1",