From 23450b77fb327c41e0a309320b58d1b31a2a8e80 Mon Sep 17 00:00:00 2001 From: Ian Ramos <5714212+IanRamosC@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:15:10 -0300 Subject: [PATCH] Chore: update package version to remove console.log --- pnpm-lock.yaml | 12 ++++++------ projects/packages/explat/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4eb823d5d42f7..95cb08a51add2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1908,8 +1908,8 @@ importers: specifier: 0.1.0 version: 0.1.0 '@automattic/explat-client-react-helpers': - specifier: 0.1.0 - version: 0.1.0 + specifier: 0.1.1 + version: 0.1.1 '@wordpress/api-fetch': specifier: 7.2.0 version: 7.2.0 @@ -4856,8 +4856,8 @@ packages: '@automattic/color-studio@2.6.0': resolution: {integrity: sha512-2LzB6bbQw1vayZxZy5Y+DnCYU7x8tPu+rZhNkWD7V8QZTSJMJO65XKZhYaCByC+C5OegXyGyZzcqEOHHdj5iiQ==} - '@automattic/explat-client-react-helpers@0.1.0': - resolution: {integrity: sha512-p8yaBt3byJCIXQSNuw/oWnvu6khK8FFozPdQVnXCIbW+OO9pylBrZz+1VIzdPH7+0YjV0hRA0KGeiVp+uNCemw==} + '@automattic/explat-client-react-helpers@0.1.1': + resolution: {integrity: sha512-ilebWXmuleHg3BYThJvKW/iraS5kV9iQvm+vtJn6Mkl01rkMDCmsl4MGYOYiKLi/BpUq0QVlD8qKapOsz5g3Vg==} '@automattic/explat-client@0.1.0': resolution: {integrity: sha512-+yYhjlWUTN/hTvL70ZCsrSn5GBxnEWmUdQU4n1K592JyB+c+nUhvo7rd1rnHa5qDPKX3vQsjYS0SSOKvlo7iww==} @@ -14598,11 +14598,11 @@ snapshots: '@automattic/color-studio@2.6.0': {} - '@automattic/explat-client-react-helpers@0.1.0': + '@automattic/explat-client-react-helpers@0.1.1': dependencies: '@automattic/explat-client': 0.1.0 react: 18.3.1 - tslib: 2.5.0 + tslib: 2.6.3 '@automattic/explat-client@0.1.0': dependencies: diff --git a/projects/packages/explat/package.json b/projects/packages/explat/package.json index 1aa94a600aa4c..7606a4751cfe3 100644 --- a/projects/packages/explat/package.json +++ b/projects/packages/explat/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@automattic/explat-client": "0.1.0", - "@automattic/explat-client-react-helpers": "0.1.0", + "@automattic/explat-client-react-helpers": "0.1.1", "@wordpress/api-fetch": "7.2.0", "@wordpress/url": "4.2.0", "cookie": "0.4.1",