From 53f97d5453f1c76d6cbfeca2f925435b13b16d33 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 5 Nov 2025 18:15:20 +0000 Subject: [PATCH] build: update node and npm engines versions Signed-off-by: nextcloud-command --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fad50d2..1e41b25 100644 --- a/package.json +++ b/package.json @@ -4,19 +4,19 @@ "version": "1.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "sass": "^1.52.1" + "sass": "^1.52.1" }, "repository": { - "type": "git", - "url": "https://github.com/nextcloud/nextcloud-theme.git" + "type": "git", + "url": "https://github.com/nextcloud/nextcloud-theme.git" }, "scripts": { - "sass": "sass assets/theme.scss:dist/css/theme.min.css", - "sass:watch": "sass --watch assets/theme.scss:dist/css/theme.min.css", - "sass-signup:watch": "sass --watch dist/signup/css/signup.scss:dist/signup/css/signup.css" + "sass": "sass assets/theme.scss:dist/css/theme.min.css", + "sass:watch": "sass --watch assets/theme.scss:dist/css/theme.min.css", + "sass-signup:watch": "sass --watch dist/signup/css/signup.scss:dist/signup/css/signup.css" }, "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" + "node": "^24.0.0", + "npm": "^11.3.0" } }