From 96d951930c24ac436a7a77a712e0a41d5913a0e2 Mon Sep 17 00:00:00 2001 From: Karol Manijak <20098064+kmanijak@users.noreply.github.com> Date: Fri, 17 May 2024 15:44:58 +0200 Subject: [PATCH] Sync package.json and pnpm-lock.yaml (#47575) * Add changes added automatically by install/postinstall * Add changelog --- .../changelog/fix-unsynced-package-json-and-pnpm-lock-yaml | 4 ++++ plugins/woocommerce/package.json | 1 + pnpm-lock.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/fix-unsynced-package-json-and-pnpm-lock-yaml diff --git a/plugins/woocommerce/changelog/fix-unsynced-package-json-and-pnpm-lock-yaml b/plugins/woocommerce/changelog/fix-unsynced-package-json-and-pnpm-lock-yaml new file mode 100644 index 00000000000..d33e6cbee57 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-unsynced-package-json-and-pnpm-lock-yaml @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +pnpm-lock.yaml update diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 145f4a88675..732d2c826ab 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -418,6 +418,7 @@ "node_modules/@woocommerce/e2e-core-tests/CHANGELOG.md", "node_modules/@woocommerce/api/dist/", "node_modules/@woocommerce/admin-e2e-tests/build", + "node_modules/@woocommerce/classic-assets/build", "node_modules/@woocommerce/block-library/build", "node_modules/@woocommerce/block-library/blocks.ini", "node_modules/@woocommerce/admin-library/build", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55d91b217a6..1390c775e0e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21172,7 +21172,7 @@ packages: engines: {node: '>=18'} hasBin: true peerDependencies: - react: 18.2.0 + react: ^17.0.2 react-number-format@4.9.3: resolution: {integrity: sha512-am1A1xYAbENuKJ+zpM7V+B1oRTSeOHYltqVKExznIVFweBzhLmOBmyb1DfIKjHo90E0bo1p3nzVJ2NgS5xh+sQ==}