From 5bc559423277e7c08c0755efaa93ebdfc2c3770d Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Tue, 3 Oct 2023 12:04:10 +0530 Subject: [PATCH] ELEMENTS-1677: build failed while generating a snapshot for elements project --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09e05d6983..4a2c555b69 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "nuxeo/nuxeo-elements.git", "name": "nuxeo-elements", "private": true, - "version": "3.0.28-SNAPSHOT", + "version": "3.0.28-rc.1", "author": "Nuxeo", "license": "Apache-2.0", "engines": { @@ -61,7 +61,7 @@ "karma-source-map-support": "^1.4.0", "karma-sourcemap-loader": "^0.3.7", "karma-static": "^1.0.1", - "lerna": "^3.13.1", + "lerna": "6.6.2", "lint-staged": "^10.1.1", "mocha": "^7.1.1", "npm-run-all": "^4.1.5",