Skip to content

Commit

Permalink
fix(dependencies): update knifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 6, 2020
1 parent 43146ad commit 351a9c4
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 22 deletions.
43 changes: 43 additions & 0 deletions packages/whook-authorization/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"camelcase": "^6.2.0",
"common-services": "^9.0.0",
"cpr": "3.0.1",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"memfs": "3.2.0",
"memory-fs": "0.5.0",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"common-services": "^9.0.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"miniquery": "^1.1.2",
"openapi-types": "^7.0.1",
"yargs-parser": "^18.1.3"
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 @@ -56,7 +56,7 @@
"@apidevtools/swagger-parser": "^10.0.2",
"@whook/http-router": "^5.1.6",
"@whook/whook": "^5.1.6",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"ora": "^4.0.4",
"yerror": "^5.0.0"
},
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/whook-create/src/services/createWhook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Mr Bean
"common-services": "^9.0.0",
"http-auth-utils": "^3.0.0",
"jwt-service": "^7.1.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"strict-qs": "^6.1.3",
"type-fest": "^0.20.2",
"yerror": "^5.0.0",
Expand Down Expand Up @@ -448,7 +448,7 @@ Mr Bean
"common-services": "^9.0.0",
"http-auth-utils": "^3.0.0",
"jwt-service": "^7.1.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"strict-qs": "^6.1.3",
"type-fest": "^0.20.2",
"yerror": "^5.0.0",
Expand Down Expand Up @@ -688,7 +688,7 @@ Mr Bean
"common-services": "^9.0.0",
"http-auth-utils": "^3.0.0",
"jwt-service": "^7.1.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"strict-qs": "^6.1.3",
"type-fest": "^0.20.2",
"yerror": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"common-services": "^9.0.0",
"http-auth-utils": "^3.0.0",
"jwt-service": "^7.1.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"strict-qs": "^6.1.3",
"type-fest": "^0.20.2",
"yerror": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"camelcase": "^6.2.0",
"common-services": "^9.0.0",
"cpr": "3.0.1",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"memfs": "3.2.0",
"memory-fs": "0.5.0",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@whook/whook": "^5.1.6",
"apollo-server-module-graphiql": "^1.4.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"apollo-server-core": "^2.19.0",
"apollo-server-env": "^2.4.5",
"common-services": "^9.0.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1",
"type-fest": "^0.20.2",
"yhttperror": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"camelcase": "^6.2.0",
"content-type": "^1.0.4",
"first-chunk-stream": "^4.0.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"miniquery": "^1.1.2",
"ms": "^2.1.2",
"negotiator": "^0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-router": "^5.1.6",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"ms": "^2.1.2",
"yerror": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"common-services": "^9.0.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"ms": "^2.1.2",
"openapi-types": "^7.0.1",
"statuses": "^2.0.0",
Expand Down
43 changes: 43 additions & 0 deletions packages/whook-method-override/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/whook-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"camelcase": "^6.1.0",
"common-services": "^9.0.0",
"cookie": "^0.4.1",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"type-fest": "^0.20.2",
"yerror": "^5.0.0",
"yhttperror": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-swagger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@whook/whook": "^5.1.6",
"axios": "^0.21.0",
"ecstatic": "^4.1.4",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1",
"swagger-ui-dist": "^3.37.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^5.1.6",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1",
"semver": "^7.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/whook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"internal-ip": "^6.2.0",
"knifecycle": "^11.0.0",
"knifecycle": "^11.0.1",
"openapi-types": "^7.0.1",
"pkg-dir": "^5.0.0",
"portfinder": "^1.0.28"
Expand Down

0 comments on commit 351a9c4

Please sign in to comment.