Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 24, 2021
1 parent be3b48d commit 88f9f1b
Show file tree
Hide file tree
Showing 34 changed files with 1,263 additions and 502 deletions.
1,170 changes: 914 additions & 256 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions packages/whook-aws-lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"webpack": "^5.11.1"
},
"dependencies": {
"@types/aws-lambda": "^8.10.66",
"@types/aws-lambda": "^8.10.72",
"@types/bytes": "^3.1.0",
"@whook/cli": "^7.1.5",
"@whook/cors": "^7.1.5",
"@whook/http-router": "^7.1.5",
"@whook/http-transaction": "^7.1.3",
"@whook/whook": "^7.1.5",
"ajv": "^6.12.6",
"ajv": "^7.1.1",
"bytes": "^3.1.0",
"camelcase": "^6.2.0",
"common-services": "^9.0.0",
Expand All @@ -65,11 +65,11 @@
"memfs": "3.2.0",
"memory-fs": "0.5.0",
"mkdirp": "^1.0.4",
"openapi-types": "7.0.1",
"qs": "^6.9.4",
"openapi-types": "^7.2.3",
"qs": "^6.9.6",
"strict-qs": "^6.1.3",
"type-fest": "^0.20.2",
"uuid": "^8.3.1",
"type-fest": "^0.21.2",
"uuid": "^8.3.2",
"yerror": "^5.0.0",
"yhttperror": "^5.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/src/wrappers/awsHTTPLambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async function initHandlerForAWSHTTPLambda(
verbose: DEBUG_NODE_ENVS.includes(NODE_ENV),
useDefaults: true,
coerceTypes: true,
strictKeywords: true,
strict: true,
});
const ammendedParameters = extractOperationSecurityParameters(
OPERATION_API,
Expand Down
45 changes: 45 additions & 0 deletions packages/whook-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions packages/whook-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/fs-extra": "^9.0.4",
"@types/fs-extra": "^9.0.7",
"@types/inquirer": "^7.3.1",
"@whook/whook": "^7.1.5",
"ajv": "^6.12.6",
"ajv": "^7.1.1",
"camelcase": "^6.2.0",
"common-services": "^9.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"inquirer": "^7.3.3",
"knifecycle": "^11.1.0",
"miniquery": "^1.1.2",
"openapi-types": "7.0.1",
"yargs-parser": "^18.1.3"
"openapi-types": "^7.2.3",
"yargs-parser": "^20.2.6"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -100,6 +100,7 @@
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.1",
"@types/jest": "^26.0.15",
"@types/yargs-parser": "^20.2.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/whook-cli/src/libs/args.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ describe('readArgs', () => {
_: {
type: 'array',
description: 'Rest params',
maxItems: Infinity,
items: {
type: 'string',
},
Expand Down
3 changes: 1 addition & 2 deletions packages/whook-cli/src/libs/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export function readArgs(
const ajv = new Ajv({
coerceTypes: true,
useDefaults: true,
strictDefaults: true,
strictKeywords: true,
strict: true,
});
const validator = ajv.compile(schema);

Expand Down
2 changes: 1 addition & 1 deletion packages/whook-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@whook/http-router": "^7.1.5",
"@whook/whook": "^7.1.5",
"knifecycle": "^11.1.0",
"openapi-types": "7.0.1"
"openapi-types": "^7.2.3"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"dependencies": {
"@whook/cli": "^7.1.5",
"@whook/example": "^7.1.5",
"axios": "^0.21.0",
"axios": "^0.21.1",
"common-services": "^9.0.0",
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"inquirer": "^7.3.3",
"knifecycle": "^11.1.0",
"ora": "^4.0.4",
"ora": "^5.3.0",
"yerror": "^5.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 88f9f1b

Please sign in to comment.