[AAE-46514] - Fix release workflow (#11959)

* [AAE-46514] - Fix release workflow

* [AAE-46514] - Fix release workflow - devDependencies
This commit is contained in:
Vito Albano
2026-06-04 19:50:04 +01:00
committed by GitHub
parent 78661f11c5
commit 4dde6d2a45
2 changed files with 10 additions and 6 deletions
+4 -3
View File
@@ -39,7 +39,6 @@
"process services-cloud"
],
"dependencies": {
"@babel/runtime": "7.26.10",
"@angular/animations": "19.2.20",
"@angular/cdk": "19.2.19",
"@angular/common": "19.2.20",
@@ -52,6 +51,7 @@
"@angular/platform-browser-dynamic": "19.2.20",
"@angular/router": "19.2.20",
"@apollo/client": "3.13.1",
"@babel/runtime": "7.26.10",
"@cspell/eslint-plugin": "10.0.0",
"@mat-datetimepicker/core": "15.0.2",
"@ngx-translate/core": "17.0.0",
@@ -104,7 +104,7 @@
"@types/jsdom": "27.0.0",
"@types/minimatch": "5.1.2",
"@types/node": "25.9.1",
"@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "8.59.4",
"@typescript-eslint/typescript-estree": "8.59.4",
"@typescript-eslint/utils": "8.59.4",
@@ -142,6 +142,7 @@
"react-dom": "19.2.6",
"rimraf": "6.1.3",
"sass-loader": "16.0.8",
"semver": "7.6.3",
"spdx-license-list": "6.11.0",
"storybook": "10.2.13",
"stylelint": "16.20.0",
@@ -151,7 +152,7 @@
"undici": "8.3.0",
"webpack": "5.107.2"
},
"license": "Apache-2.0",
"license": "Apache-2.0",
"engines": {
"node": ">=24.14.0"
},