mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Changed ng version before material migration
This commit is contained in:
+27
-21
@@ -54,20 +54,25 @@
|
||||
"process services-cloud"
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/animations": "14.1.3",
|
||||
"@angular/cdk": "14.1.2",
|
||||
"@angular/common": "14.1.3",
|
||||
"@angular/compiler": "14.1.3",
|
||||
"@angular/core": "14.1.3",
|
||||
"@angular/forms": "14.1.3",
|
||||
"@angular/material": "14.1.2",
|
||||
"@angular/material-date-fns-adapter": "^14.1.2",
|
||||
"@angular/platform-browser": "14.1.3",
|
||||
"@angular/platform-browser-dynamic": "14.1.3",
|
||||
"@angular/router": "14.1.3",
|
||||
"@alfresco/js-api": ">=7.2.0",
|
||||
"@angular/animations": "15.2.10",
|
||||
"@angular/cdk": "15.2.9",
|
||||
"@angular/common": "15.2.10",
|
||||
"@angular/compiler": "15.2.10",
|
||||
"@angular/core": "15.2.10",
|
||||
"@angular/forms": "15.2.10",
|
||||
"@angular/material": "15.2.9",
|
||||
"@angular/material-date-fns-adapter": "15.2.9",
|
||||
"@angular/platform-browser": "15.2.10",
|
||||
"@angular/platform-browser-dynamic": "15.2.10",
|
||||
"@angular/router": "15.2.10",
|
||||
"@apollo/client": "^3.8.4",
|
||||
"@cspell/eslint-plugin": "^7.3.6",
|
||||
"@mat-datetimepicker/core": "^10.1.1",
|
||||
"@editorjs/editorjs": "^2.26.5",
|
||||
"@editorjs/header": "2.7.0",
|
||||
"@editorjs/list": "1.8.0",
|
||||
"@editorjs/underline": "1.1.0",
|
||||
"@mat-datetimepicker/core": "11.0.3",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@storybook/core-server": "^7.6.5",
|
||||
"angular-oauth2-oidc": "^13.0.1",
|
||||
@@ -80,9 +85,9 @@
|
||||
"event-emitter": "^0.3.5",
|
||||
"material-icons": "^1.13.12",
|
||||
"minimatch-browser": "1.0.0",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"monaco-editor": "0.34.1",
|
||||
"ng2-charts": "^4.1.1",
|
||||
"ngx-monaco-editor-v2": "^14.0.4",
|
||||
"ngx-monaco-editor-v2": "15.0.1",
|
||||
"pdfjs-dist": "3.3.122",
|
||||
"raphael": "2.3.0",
|
||||
"rxjs": "6.6.6",
|
||||
@@ -92,14 +97,14 @@
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/eslint-plugin-eslint-angular": "file:lib/eslint-angular",
|
||||
"@angular-devkit/build-angular": "14.1.3",
|
||||
"@angular-devkit/schematics": "~14.2.12",
|
||||
"@angular-devkit/build-angular": "15.2.10",
|
||||
"@angular-devkit/schematics": "15.2.10",
|
||||
"@angular-eslint/eslint-plugin": "15.2.1",
|
||||
"@angular-eslint/eslint-plugin-template": "14.3.0",
|
||||
"@angular-eslint/template-parser": "16.2.0",
|
||||
"@angular/cli": "~14.2.12",
|
||||
"@angular/compiler-cli": "14.1.3",
|
||||
"@angular/cli": "15.2.10",
|
||||
"@angular/compiler-cli": "15.2.10",
|
||||
"@editorjs/editorjs": "^2.29.0",
|
||||
"@editorjs/code": "2.9.0",
|
||||
"@editorjs/editorjs": "^2.29.0",
|
||||
"@editorjs/header": "2.8.1",
|
||||
@@ -174,9 +179,9 @@
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"mocha": "^10.2.0",
|
||||
"moment": "^2.29.4",
|
||||
"ng-packagr": "14.0.3",
|
||||
"nock": "^13.3.8",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ng-packagr": "15.2.2",
|
||||
"nx": "14.4.2",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-sass": "^0.5.0",
|
||||
@@ -195,7 +200,7 @@
|
||||
"stylelint-config-standard-scss": "^13.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsconfig-paths": "^4.1.1",
|
||||
"typescript": "4.7.4",
|
||||
"typescript": "4.9.5",
|
||||
"webdriver-manager": "12.1.9",
|
||||
"webpack": "^5.90.3",
|
||||
"webpack-cli": "^5.1.2"
|
||||
@@ -237,3 +242,4 @@
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user