From 6fa62f47eea6bd4403bf50694973b19a99bae983 Mon Sep 17 00:00:00 2001 From: Alan Soto Valle Date: Mon, 27 Nov 2023 17:52:00 -0600 Subject: [PATCH] Revert "Upgrade webpack using npm (#498)" This reverts commit 73eaa092f4ea3b492302c31913c660ef4878fddb. --- package-lock.json | 32 ++++++++++++++------------------ package.json | 5 ++++- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b4398240..09153403e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@rails/ujs": "^6.0.0", "@rails/webpacker": "5.4.0", "@tailwindcss/forms": "^0.3.4", - "@yaireo/tagify": "^4.17.9", + "@yaireo/tagify": "^4.9.8", "autoprefixer": "^9", "flatpickr": "^4.6.9", "moment": "^2.29.4", @@ -28,7 +28,7 @@ "swiper": "6.8.4", "tailwindcss": "npm:@tailwindcss/postcss7-compat", "tailwindcss-stimulus-components": "^3.0.4", - "webpack": "^4.47.0", + "webpack": "^4.46.0", "webpack-cli": "^3.3.12" }, "devDependencies": { @@ -2040,13 +2040,9 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "node_modules/@yaireo/tagify": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.17.9.tgz", - "integrity": "sha512-x9aZy22hzte7BNmMrFcYNrZH71ombgH5PnzcOVXqPevRV/m/ItSnWIvY5fOHYzpC9Uxy0+h/1P5v62fIvwq2MA==", - "engines": { - "node": ">=14.20.0", - "npm": ">=8.0.0" - }, + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.9.8.tgz", + "integrity": "sha512-JqRTN4vb5tx06PJIRIOAlriO/B6u+a3jD/VBb5x6E1MOlC4wrMfaLHmNnrMpiZCHMXox7pVmrtNuyBe4YReJ4w==", "peerDependencies": { "prop-types": "^15.7.2" } @@ -12920,9 +12916,9 @@ } }, "node_modules/webpack": { - "version": "4.47.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", - "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "version": "4.46.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", + "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -15060,9 +15056,9 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "@yaireo/tagify": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.17.9.tgz", - "integrity": "sha512-x9aZy22hzte7BNmMrFcYNrZH71ombgH5PnzcOVXqPevRV/m/ItSnWIvY5fOHYzpC9Uxy0+h/1P5v62fIvwq2MA==", + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.9.8.tgz", + "integrity": "sha512-JqRTN4vb5tx06PJIRIOAlriO/B6u+a3jD/VBb5x6E1MOlC4wrMfaLHmNnrMpiZCHMXox7pVmrtNuyBe4YReJ4w==", "requires": {} }, "accepts": { @@ -23415,9 +23411,9 @@ } }, "webpack": { - "version": "4.47.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", - "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "version": "4.46.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", + "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", diff --git a/package.json b/package.json index 17fef53b8..983a334d6 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,14 @@ "swiper": "6.8.4", "tailwindcss": "npm:@tailwindcss/postcss7-compat", "tailwindcss-stimulus-components": "^3.0.4", - "webpack": "^4.47.0", + "webpack": "^4.46.0", "webpack-cli": "^3.3.12" }, "version": "0.1.0", "devDependencies": { "webpack-dev-server": "^3.11.2" + }, + "engines": { + "node": "20.9.0" } }