From 0cba743fb22d6a0a47c6ccada2d6a6e73d899a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:05:47 -0500 Subject: [PATCH] Update Node.js to v18 (#340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Avasam --- global-scoreboard/package.json | 5 ----- tournament-scheduler/package.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/global-scoreboard/package.json b/global-scoreboard/package.json index e5bd048..8bc3989 100644 --- a/global-scoreboard/package.json +++ b/global-scoreboard/package.json @@ -12,11 +12,6 @@ "upgrade": "npx npm-check-updates -u & npm i", "postinstall": "npm audit --production --audit-level=none & patch-package" }, - "// node 17": "issue with Webpack: https://github.com/webpack/webpack/issues/14532", - "engines": { - "node": "12 - 16", - "npm": ">=8" - }, "// underscore": "Arbitrary Code Execution in underscore >= 1.3.2, < 1.12.1", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.0", diff --git a/tournament-scheduler/package.json b/tournament-scheduler/package.json index 8dd2439..9b04b9f 100644 --- a/tournament-scheduler/package.json +++ b/tournament-scheduler/package.json @@ -12,11 +12,6 @@ "upgrade": "npx npm-check-updates -u & npm i", "postinstall": "npm audit --production --audit-level=none & patch-package" }, - "// node 17": "issue with Webpack: https://github.com/webpack/webpack/issues/14532", - "engines": { - "node": "12 - 16", - "npm": ">=8" - }, "dependencies": { "@culturehq/add-to-calendar": "^1.1.2", "@emotion/react": "^11.10.4",