From afed661ff3b7c3303c224a99537473d01849e529 Mon Sep 17 00:00:00 2001 From: Frugan Date: Wed, 14 Aug 2024 00:03:09 +0200 Subject: [PATCH] perf: remove files not allowed by WP publishing process --- acf-uppy/include_from.txt | 1 + build/front/package-lock.json | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/acf-uppy/include_from.txt b/acf-uppy/include_from.txt index edc3293..c89817e 100644 --- a/acf-uppy/include_from.txt +++ b/acf-uppy/include_from.txt @@ -8,6 +8,7 @@ + symlink/** + vendor/ - vendor/bin/ +- vendor/predis/predis/docker/unstable_cluster/ + vendor/** + readme.txt + acf-uppy.php diff --git a/build/front/package-lock.json b/build/front/package-lock.json index 6dd7343..34e2244 100644 --- a/build/front/package-lock.json +++ b/build/front/package-lock.json @@ -2728,23 +2728,26 @@ } }, "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", + "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", "dev": true, "requires": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" } }, "babel-preset-jest": {