(以下代貼平台 趙子豪 的回覆)
前端工程包的升級程序,可在package.json中找到對應依賴版本,修改版號即可
- "dependencies": {
- "@angular-architects/module-federation": "^12.2.0",
- "@angular/animations": "12.2.16",
- "@angular/cdk": "^12.1.0",
- "@angular/common": "12.2.16",
- "@angular/compiler": "12.2.16",
- "@angular/core": "12.2.16",
- "@angular/forms": "12.2.16",
- "@angular/material": "12.2.13",
- "@angular/platform-browser": "12.2.16",
- "@angular/platform-browser-dynamic": "12.2.16",
- "@angular/router": "12.2.16",
- "@angular/service-worker": "12.2.16",
- "@ant-design/icons-angular": "^12.0.3",
- "@athena/design-ui": "2.2.26-2038",
- "@athena/dynamic-core": "2.2.26-2000",
- "@athena/dynamic-ui": "2.2.26-2000",
- "@ng-dynamic-forms/core": "^14.0.0",
- "@ngx-translate/core": "^13.0.0",
- "@ngx-translate/http-loader": "^6.0.0",
- "@types/requirejs": "^2.1.31",
- "@webdpt/analytics": "5.2.11-1000",
- "@webdpt/athena-framework": "^5.2.11-1000",
- "@webdpt/components": "5.2.11-1000",
- "@webdpt/framework": "5.2.11-1000",
- "@webdpt/framework-js": "5.2.11-1000",
- "@webdpt/iv-viewer": "2.0.1",
- "@webdpt/programs": "5.2.11-1000",
- "ag-grid-angular": "^26.0.0",
- "ag-grid-community": "^26.0.0",
- "ag-grid-enterprise": "^26.0.0",
- "alife-logger": "^1.8.30",
- "angular-gridster2": "^12.0.0",
- "angular-in-memory-web-api": "^0.9.0",
- "angular-split": "^3.0.3",
- "angular2-uuid": "^1.1.1",
- "axios": "^1.4.0",
- "bignumber.js": "^9.0.1",
- "classlist.js": "1.1.20150312",
- "core-js": "^3.8.0",
- "crypto-js": "^3.1.9-1",
- "date-fns": "^2.10.0",
- "dayjs": "^1.10.4",
- "echarts": "^4.6.0",
- "fast-deep-equal": "^3.1.3",
- "file-loader": "6.0.0",
- "i18next": "^22.5.1",
- "injection-js": "^2.4.0",
- "jsencrypt": "^3.0.0-rc.1",
- "jsonpath": "^1.0.2",
- "jsstore": "^4.3.7",
- "lodash": "^4.17.21",
- "moment": "2.24.0",
- "ng-zorro-antd": "https://repo.digiwincloud.com.cn/maven/repository/npm-webdpt/ng-zorro-antd/-/ng-zorro-antd-12.1.1-1000.tgz",
- "ngx-color": "5.1.3",
- "ngx-echarts": "^4.2.2",
- "ngx-highlightjs": "^2.1.1",
- "ngx-image-cropper": "^4.0.0",
- "ngx-mask": "^12.0.0",
- "paho-mqtt": "^1.1.0",
- "qrcode": "^1.5.3",
- "resize-observer-polyfill": "^1.5.1",
- "rrule": "2.6.0",
- "rxjs": "~6.6.0",
- "sonarqube-scanner": "^2.4.1",
- "spark-md5": "^3.0.1",
- "tslint-sonarts": "^1.9.0",
- "web-animations-js": "^2.3.2",
- "xlsx": "^0.16.4"
- },
復制代碼
|