Skip to content

Commit

Permalink
build: fix dependencies (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Dec 22, 2020
1 parent 8c6ef90 commit b43ecde
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 33 deletions.
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,51 +46,51 @@
"ssr:prerender": "npm run site:build && npm run ng-high-memory run site:prerender"
},
"dependencies": {
"@angular/animations": "~11.0.1",
"@angular/common": "~11.0.1",
"@angular/compiler": "~11.0.1",
"@angular/core": "~11.0.1",
"@angular/forms": "~11.0.1",
"@angular/platform-browser": "~11.0.1",
"@angular/platform-browser-dynamic": "~11.0.1",
"@angular/router": "~11.0.1",
"@angular/animations": "~11.0.5",
"@angular/common": "~11.0.5",
"@angular/compiler": "~11.0.5",
"@angular/core": "~11.0.5",
"@angular/forms": "~11.0.5",
"@angular/platform-browser": "~11.0.5",
"@angular/platform-browser-dynamic": "~11.0.5",
"@angular/router": "~11.0.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"@angular/service-worker": "~11.0.1",
"@angular/platform-server": "~11.0.2",
"@angular/elements": "~11.0.2",
"@angular/service-worker": "~11.0.5",
"@angular/platform-server": "~11.0.5",
"@angular/elements": "~11.0.5",
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.0.15",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@stackblitz/sdk": "^1.5.0",
"codesandbox": "^2.1.16",
"ajv": "^6.12.4",
"ajv": "^6.12.6",
"extend": "^3.0.2",
"file-saver": "^2.0.2",
"marked": "^1.1.1",
"ng-github-button": "^10.0.0",
"ng-zorro-antd": "^11.0.0-rc.0",
"ngx-color": "^6.0.1",
"ngx-countdown": "^11.0.0",
"ngx-highlight-js": "^11.0.0",
"ng-zorro-antd": "^11.0.0",
"ngx-color": "^6.2.0",
"ngx-countdown": "^11.0.1",
"ngx-highlight-js": "^11.1.0",
"ngx-simplemde": "^10.0.0",
"ngx-tinymce": "^11.0.0",
"ngx-ueditor": "^10.0.0",
"ngx-ueditor": "^11.0.0",
"qrious": "^4.0.2",
"@webcomponents/custom-elements": "^1.4.2",
"aos": "^3.0.0-beta.6",
"docsearch.js": "^2.6.3",
"@ng-util/monaco-editor": "^10.2.2",
"@nguniversal/express-engine": "^10.0.1",
"@ng-util/monaco-editor": "^11.1.0",
"@nguniversal/express-engine": "^11.0.1",
"express": "^4.17.1",
"isutf8": "^3.1.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.2",
"@angular/cli": "~11.0.2",
"@angular/compiler-cli": "~11.0.1",
"@angular-devkit/build-angular": "~0.1100.5",
"@angular/cli": "~11.0.5",
"@angular/compiler-cli": "~11.0.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
Expand All @@ -111,7 +111,7 @@
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.6",
"@types/aos": "^3.0.3",
"@schematics/schematics": "^0.1100.2",
"@schematics/schematics": "~0.1100.5",
"@types/file-saver": "^2.0.1",
"@types/deep-extend": "^0.4.31",
"@types/extend": "^3.0.1",
Expand All @@ -122,7 +122,6 @@
"karma-summary-reporter": "^1.7.2",
"karma-parallel": "^0.3.1",
"tslint-config-prettier": "^1.18.0",
"tslint-language-service": "^0.9.9",
"chalk": "^4.1.0",
"codecov": "^3.7.0",
"conventional-changelog-cli": "^2.0.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/abc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"isutf8": "^3.0.0",
"file-saver": "^2.0.2",
"ngx-countdown": "^10.0.0",
"ngx-countdown": "^11.0.0",
"@delon/theme": "PEER-0.0.0-PLACEHOLDER",
"@delon/util": "PEER-0.0.0-PLACEHOLDER",
"@delon/acl": "PEER-0.0.0-PLACEHOLDER"
Expand Down
2 changes: 1 addition & 1 deletion packages/abc/pdf/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pdf.js libary is lazy loading by default,you can change the default root CDN p
## API

### qr
### pdf

| Property | Description | Type | Default | Global Config |
|----------|-------------|------|---------|---------------|
Expand Down
12 changes: 6 additions & 6 deletions packages/schematics/ng-update/upgrade-rules/v11/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ function fixThirdVersion(tree: Tree, context: SchematicContext): void {
addPackageToPackageJson(
tree,
[
// TODO: Wating ng-zorro-antd upgrade to 11
// `ng-zorro-antd@^10.0.0-beta.4`,
`ngx-ueditor@^11.0.0`,
`ngx-tinymce@^11.0.0`,
`ngx-ueditor@^11.0.0`,
`ng-zorro-antd@DEP-0.0.0-PLACEHOLDER`,
`ngx-ueditor@DEP-0.0.0-PLACEHOLDER`,
`ngx-tinymce@DEP-0.0.0-PLACEHOLDER`,
`ngx-countdown@DEP-0.0.0-PLACEHOLDER`,
'ajv@DEP-0.0.0-PLACEHOLDER',
],
'dependencies',
);
// dependencies
addPackageToPackageJson(tree, [`ng-alain-plugin-theme@^11.0.0`], 'devDependencies');
addPackageToPackageJson(tree, [`ng-alain-plugin-theme@DEP-0.0.0-PLACEHOLDER`, `[email protected]`], 'devDependencies');
logStart(context, `Upgrade third libs version number`);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<nz-switch nzSize="small" [(ngModel)]="i.value" [ngModelOptions]="{ standalone: true }"></nz-switch>
</ng-container>
<ng-container *ngSwitchDefault>
<ng-content></ng-content>
<ng-template nzDrawerContent></ng-template>
</ng-container>
</div>
3 changes: 3 additions & 0 deletions scripts/ci/build-schematics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ DEPENDENCIES=$(node -p "
'prettier',
'@antv/data-set',
'@antv/g2',
'ng-zorro-antd',
'ngx-ueditor',
'ngx-tinymce',
'ngx-countdown',
'ng-alain-codelyzer',
'ng-alain-sts',
Expand Down

0 comments on commit b43ecde

Please sign in to comment.