Skip to content

Commit

Permalink
chore: update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jan 24, 2021
1 parent 34d6896 commit 49eeaa7
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 535 deletions.
2 changes: 1 addition & 1 deletion cloudfront_invalidate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Initiate CloudFront cache invalidation",
"main": "index.ts",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.0.0"
"@aws-sdk/client-cloudfront": "^3.3.0"
},
"scripts": {
"compile": "ncc build -m",
Expand Down
2 changes: 1 addition & 1 deletion iam_access_credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
"main": "index.ts",
"dependencies": {
"@aws-sdk/client-sts": "^3.0.0"
"@aws-sdk/client-sts": "^3.3.0"
},
"scripts": {
"compile": "ncc build -m",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@vercel/ncc": "^0.26.1",
"commitizen": "^4.2.2",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@vercel/ncc": "^0.27.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.8",
"lerna": "^3.22.1",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
Expand Down
Loading

0 comments on commit 49eeaa7

Please sign in to comment.