From 919092ee720304589f4af1b563c10d20c8dea18c Mon Sep 17 00:00:00 2001 From: janpalen Date: Fri, 26 Jul 2024 12:43:46 +0200 Subject: [PATCH] OP-453 - Fix package for node20 --- composer.json | 3 ++- tests/Application/package.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eb69dcc..549f6b5 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,8 @@ "license": "MIT", "require": { "php": "^8.0 || ^8.1 || ^8.2 || ^8.3", - "sylius/sylius": "~1.12.0 || ~1.13.0" + "sylius/sylius": "~1.12.0 || ~1.13.0", + "doctrine/annotations": "^1.13" }, "require-dev": { "behat/behat": "^3.7.0", diff --git a/tests/Application/package.json b/tests/Application/package.json index 2e224f9..ac5c143 100644 --- a/tests/Application/package.json +++ b/tests/Application/package.json @@ -25,7 +25,6 @@ "eslint-plugin-import": "^2.26.0", "fast-async": "^7.0.6", "merge-stream": "^2.0.0", - "node-sass": "^4.14", "sass": "^1.77.8", "sass-loader": "^13.0.0", "upath": "^2.0.0",