Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Apr 25, 2024
1 parent 4e2965c commit 2c2dcbb
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 343 deletions.
3 changes: 0 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"noUselessTernary": "error"
},
"complexity": {
"noExcessiveCognitiveComplexity": "warn",
"useSimplifiedLogicExpression": "error"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,39 @@
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.29",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"@types/slug": "^5.0.8",
"@types/source-map-support": "^0.5.10",
"lefthook": "^1.6.7",
"pkg-types": "^1.0.3",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"lefthook": "^1.6.10",
"pkg-types": "^1.1.0",
"tsx": "^4.7.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-cdk/cli-lib-alpha": "2.133.0-alpha.0",
"@aws-sdk/client-acm": "^3.535.0",
"@aws-sdk/client-cloudformation": "^3.536.0",
"@aws-sdk/client-iam": "^3.535.0",
"@aws-sdk/client-s3": "^3.536.0",
"@aws-sdk/client-sts": "^3.535.0",
"@listr2/prompt-adapter-enquirer": "^2.0.2",
"@aws-sdk/client-acm": "^3.556.0",
"@aws-sdk/client-cloudformation": "^3.556.0",
"@aws-sdk/client-iam": "^3.556.0",
"@aws-sdk/client-s3": "^3.556.0",
"@aws-sdk/client-sts": "^3.556.0",
"@listr2/prompt-adapter-enquirer": "^2.0.8",
"@soliantconsulting/bitbucket-cloud-cli-auth": "^1.0.0",
"@soliantconsulting/bitbucket-openid-connect": "^1.1.1",
"auth0": "^4.3.1",
"aws-cdk": "^2.133.0",
"aws-cdk-lib": "^2.133.0",
"aws-cdk": "^2.139.0",
"aws-cdk-lib": "^2.139.0",
"camelcase": "^8.0.0",
"constructs": "^10.3.0",
"deepmerge": "^4.3.1",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"glob": "^10.3.10",
"glob": "^10.3.12",
"handlebars": "^4.7.8",
"listr2": "^8.0.2",
"listr2": "^8.2.1",
"meow": "^13.2.0",
"semver": "^7.6.0",
"slug": "^9.0.0",
Expand Down
Loading

0 comments on commit 2c2dcbb

Please sign in to comment.