Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmug committed Jan 9, 2024
1 parent 9312314 commit a06f902
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 472 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ outdated: ## Check for outdated dependencies
@pnpm outdated


.PHONY: upgrade
upgrade: ## Upgrade dependencies
@pnpm upgrade --interactive --latest


.PHONY: clean
clean: ## Delete artifacts
@rm -rf .eslintcache cdk.out coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ build Synthesize deployment code (alias of `synth`)
test Execute unit tests
deploy Deploy infrastructure
outdated Check for outdated dependencies
upgrade Upgrade dependencies
clean Delete artifacts
checks Runs lint, typecheck, and test
tag Tags the current commit using CalVer
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"destroy": "cdk destroy"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/aws-lambda": "8.10.130",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@types/aws-lambda": "8.10.131",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-n": "16.6.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "2.1.0",
"eslint-plugin-sonarjs": "0.23.0",
Expand All @@ -48,9 +48,9 @@
},
"dependencies": {
"@tsconfig/node20": "20.1.2",
"aws-cdk": "2.117.0",
"aws-cdk-lib": "2.117.0",
"cdk-nag": "2.27.227",
"aws-cdk": "2.118.0",
"aws-cdk-lib": "2.118.0",
"cdk-nag": "2.28.4",
"constructs": "10.3.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
Loading

0 comments on commit a06f902

Please sign in to comment.