Skip to content

Commit

Permalink
DEV: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Sep 12, 2023
1 parent f6ef76e commit def31ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

AWS_PROFILE ?=
AWS_REGION ?= ap-southeast-2
AWS_REGION ?= ap-southeast-2
PROFILE ?= qa
CONTROLLER ?= controller

Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.410.0",
"@aws-sdk/util-dynamodb": "^3.410.0",
"dynamodb-onetable": "^2",
"onetable-migrate": "^1",
"dynamodb-onetable": "^2.7.0",
"onetable-migrate": "^1.2.0",
"senselogs": "^1"
},
"devDependencies": {
Expand All @@ -38,9 +38,5 @@
"destroy": "sls remove",
"start": "sls offline --httpPort 5008 --lambdaPort 5009 --noAuth -s dev",
"debug": "export XSLS_DEBUG=* && node --inspect ./node_modules/.bin/serverless offline --httpPort 5008 --lambdaPort 5009 --noAuth -s dev"
},
"__engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}

0 comments on commit def31ef

Please sign in to comment.