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 2 years ago committed by GitHub
commit 3b5f722a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save