Skip to content

Commit

Permalink
fix: fixed app-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Engert committed Sep 25, 2024
1 parent b6849c0 commit 2f382cd
Show file tree
Hide file tree
Showing 10 changed files with 704 additions and 699 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.2",
"@types/node": "^20.16.8",
"@types/semver": "^7.5.8",
"@types/source-map-support": "^0.5.10",
"lefthook": "^1.7.14",
"lefthook": "^1.7.16",
"pkg-types": "^1.2.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@aws-sdk/client-acm": "^3.637.0",
"@aws-sdk/client-cloudformation": "^3.637.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/client-sts": "^3.637.0",
"@aws-sdk/client-acm": "^3.658.1",
"@aws-sdk/client-cloudformation": "^3.658.1",
"@aws-sdk/client-secrets-manager": "^3.658.1",
"@aws-sdk/client-sts": "^3.658.1",
"@listr2/prompt-adapter-enquirer": "^2.0.11",
"@soliantconsulting/bitbucket-cloud-cli-auth": "^1.0.0",
"@soliantconsulting/bitbucket-openid-connect": "^1.1.1",
"aws-cdk": "^2.154.1",
"@soliantconsulting/bitbucket-openid-connect": "^1.1.3",
"aws-cdk": "^2.160.0",
"deepmerge": "^4.3.1",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
Expand Down
Loading

0 comments on commit 2f382cd

Please sign in to comment.