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
parent
commit
3b5f722a93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/package.json
  2. 2
      npm/ng-packs/packages/schematics/package.json
  3. 2
      npm/ng-packs/packages/schematics/src/utils/angular/latest-versions/package.json
  4. 1
      npm/ng-packs/packages/schematics/src/utils/methods.ts
  5. 2
      npm/ng-packs/scripts/package.json

2
npm/ng-packs/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": {},

2
npm/ng-packs/packages/schematics/package.json

@ -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",

2
npm/ng-packs/packages/schematics/src/utils/angular/latest-versions/package.json

@ -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
npm/ng-packs/packages/schematics/src/utils/methods.ts

@ -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) =>

2
npm/ng-packs/scripts/package.json

@ -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"
}
}

Loading…
Cancel
Save