Browse Source
Merge pull request #16582 from abpframework/auto-merge/rel-7-2/1947
Merge branch dev with rel-7.2
pull/16589/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
8 additions and
5 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
|
|
|
@ -129,8 +129,10 @@ |
|
|
|
"ts-toolbelt": "6.15.4", |
|
|
|
"tslib": "^2.3.0", |
|
|
|
"tslint": "~6.1.0", |
|
|
|
"typescript": "4.8.4", |
|
|
|
"zone.js": "0.11.4" |
|
|
|
"typescript": "~4.8.4", |
|
|
|
"zone.js": "0.11.4", |
|
|
|
"@abp/ng.theme.lepton-x": "^2.2.0", |
|
|
|
"bootstrap-icons": "^1.10.3" |
|
|
|
}, |
|
|
|
"lint-staged": { |
|
|
|
"**/*.{js,jsx,ts,tsx,html,css,scss}": [ |
|
|
|
|
|
|
|
@ -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" |
|
|
|
} |
|
|
|
} |
|
|
|
|