Skip to content

Commit

Permalink
fix failing CI: upgrade @types packages, apollo-server-lambda (#2738)
Browse files Browse the repository at this point in the history
* rebuild yarn.lock

* upgrade types packages

* update api/.../fixtures type
  • Loading branch information
thedavidprice committed Jun 4, 2021
1 parent 873a691 commit cda70e7
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 156 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Expand Up @@ -27,7 +27,7 @@
"youch-terminal": "1.1.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.76",
"@types/aws-lambda": "8.10.77",
"@types/express": "4.17.12",
"@types/lodash.escape": "4.0.6",
"@types/morgan": "1.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Expand Up @@ -13,7 +13,7 @@
"@graphql-tools/merge": "6.2.14",
"@prisma/client": "2.24.1",
"@types/pino": "6.3.8",
"apollo-server-lambda": "2.24.1",
"apollo-server-lambda": "2.25.0",
"core-js": "3.13.1",
"graphql": "15.5.0",
"graphql-scalars": "1.9.3",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@redwoodjs/auth": "^0.33.0",
"@redwoodjs/dev-server": "^0.33.0",
"@types/jsonwebtoken": "8.3.9",
"@types/jsonwebtoken": "8.5.1",
"@types/lodash.merge": "4.6.6",
"@types/lodash.omitby": "4.6.6",
"split2": "3.1.1"
Expand Down
Expand Up @@ -22,6 +22,7 @@ export const mockedAPIGatewayProxyEvent: APIGatewayProxyEvent = {
apiKey: null,
apiKeyId: null,
caller: null,
clientCert: null,
cognitoAuthenticationProvider: null,
cognitoAuthenticationType: null,
cognitoIdentityId: null,
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -33,10 +33,10 @@
"@storybook/react": "6.1.21",
"@testing-library/jest-dom": "5.11.6",
"@types/jest": "26.0.23",
"@types/node": "15.6.1",
"@types/node": "15.12.1",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@types/webpack": "4.41.11",
"@types/webpack": "5.28.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"babel-plugin-auto-import": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Expand Up @@ -23,7 +23,7 @@
"youch-terminal": "1.1.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.76",
"@types/aws-lambda": "8.10.77",
"@types/express": "4.17.12",
"@types/morgan": "1.9.2",
"@types/qs": "6.9.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Expand Up @@ -35,8 +35,8 @@
"@types/fs-extra": "9.0.11",
"@types/lodash": "4.14.170",
"@types/lru-cache": "5.1.0",
"@types/node": "15.6.1",
"@types/vscode": "1.46.0"
"@types/node": "15.12.1",
"@types/vscode": "1.56.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit cda70e7

Please sign in to comment.