Browse Source
Merge pull request #16576 from abpframework/auto-merge/rel-7-0/1944
Merge branch rel-7.1 with rel-7.0
pull/16581/head
Masum ULU
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
4 deletions
-
npm/ng-packs/package.json
-
npm/ng-packs/packages/schematics/package.json
-
npm/ng-packs/packages/schematics/src/utils/angular/latest-versions/package.json
-
npm/ng-packs/packages/schematics/src/utils/methods.ts
-
npm/ng-packs/scripts/package.json
|
|
|
@ -127,7 +127,7 @@ |
|
|
|
"tsickle": "^0.39.1", |
|
|
|
"tslib": "^2.3.0", |
|
|
|
"tslint": "~6.1.0", |
|
|
|
"typescript": "4.8.4", |
|
|
|
"typescript": "~4.8.4", |
|
|
|
"zone.js": "0.11.4" |
|
|
|
}, |
|
|
|
"dependencies": {}, |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
"got": "^11.5.2", |
|
|
|
"jsonc-parser": "^2.3.0", |
|
|
|
"should-quote": "^1.0.0", |
|
|
|
"typescript": "4.8.4" |
|
|
|
"typescript": "~4.8.4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@schematics/angular": "~14.2.1", |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
"rxjs": "~7.5.0", |
|
|
|
"tslib": "^2.3.0", |
|
|
|
"ts-node": "~10.9.0", |
|
|
|
"typescript": "~4.8.2", |
|
|
|
"typescript": "~4.8.4", |
|
|
|
"zone.js": "~0.12.0" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
import { camel } from './text'; |
|
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
|
|
const shouldQuote = require('should-quote'); |
|
|
|
export const getParamName = (paramName: string) => |
|
|
|
|
|
|
|
@ -27,6 +27,6 @@ |
|
|
|
"esm": "^3.2.25", |
|
|
|
"ts-node": "^10.9.1", |
|
|
|
"tsconfig-paths": "^3.9.0", |
|
|
|
"typescript": "4.7.4" |
|
|
|
"typescript": "~4.8.4" |
|
|
|
} |
|
|
|
} |
|
|
|
|