mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-5509] Migrate to Node 18 (#8531)
* generate lock file * gha: use node 18 * upgrade lock file and remove old migrations cache * use npx instead of sudo link for nx commands * fix dependencies * migrate commands to node 18 * fix dependencies * try building storybook sequentially * fix affected libs * disable failing test
This commit is contained in:
+4
-3
@@ -72,10 +72,10 @@
|
||||
"@editorjs/header": "2.7.0",
|
||||
"@editorjs/list": "1.8.0",
|
||||
"@editorjs/underline": "1.1.0",
|
||||
"@mat-datetimepicker/core": "^9.0.68",
|
||||
"@mat-datetimepicker/moment": "^9.0.68",
|
||||
"@mat-datetimepicker/core": "^10.1.1",
|
||||
"@mat-datetimepicker/moment": "^10.1.1",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@storybook/core-server": "6.4.22",
|
||||
"@storybook/core-server": "^6.5.16",
|
||||
"angular-oauth2-oidc": "^13.0.1",
|
||||
"angular-oauth2-oidc-jwks": "^15.0.1",
|
||||
"apollo-angular": "^4.2.1",
|
||||
@@ -129,6 +129,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "5.59.0",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"@typescript-eslint/typescript-estree": "5.55.0",
|
||||
"ajv": "^8.12.0",
|
||||
"commander": "6.2.1",
|
||||
"cspell": "^5.5.1",
|
||||
"css-loader": "^6.7.1",
|
||||
|
||||
Reference in New Issue
Block a user