Skip to content

Commit

Permalink
chor: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Nov 29, 2022
1 parent c23e826 commit aac475f
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 324 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = {

// TODO FIXME turn off temporary, to make eslint pass
'class-methods-use-this': 'off',
'import/no-unresolved': 'off', // eslint-plugin-import has problems with package exports
'no-restricted-syntax': 'off',
'no-underscore-dangle': [
'error',
Expand Down
409 changes: 217 additions & 192 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
]
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.216.0",
"@aws-sdk/client-lambda": "^3.218.0",
"@hapi/boom": "^10.0.0",
"@hapi/h2o2": "^10.0.0",
"@hapi/hapi": "^21.0.0",
"@serverless/utils": "^6.8.2",
"boxen": "^7.0.0",
"chalk": "^5.1.2",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"is-wsl": "^2.2.0",
"java-invoke-local": "0.0.6",
"jose": "^4.11.1",
Expand All @@ -117,11 +117,11 @@
"eslint-plugin-prettier": "^4.2.1",
"git-list-updated": "^1.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"prettier": "^2.8.0",
"serverless": "^3.25.0",
"serverless": "^3.25.1",
"standard-version": "^9.5.0"
},
"peerDependencies": {
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": "./src/index.js",
"dependencies": {
"@apollo/gateway": "2.2.1",
"@apollo/server": "4.2.1",
"@apollo/server": "4.2.2",
"@apollo/subgraph": "2.2.1",
"@as-integrations/aws-lambda": "1.0.1",
"graphql": "16.6.0",
Expand Down
Loading

0 comments on commit aac475f

Please sign in to comment.