Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed May 15, 2024
1 parent d4b38f1 commit a585f91
Show file tree
Hide file tree
Showing 20 changed files with 933 additions and 973 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"include": ["biome.json", "commitlint.config.cjs", "packages/*/src/**/*"]
"include": ["biome.json", "commitlint.config.cjs", "src/**/*", "skeleton/**/*"]
},
"linter": {
"enabled": true,
Expand Down
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,35 @@
"check": "biome check . --apply"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.29",
"@biomejs/biome": "1.7.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.12",
"@types/semver": "^7.5.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.11",
"pkg-types": "^1.1.1",
"tsx": "^4.10.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-sdk/client-acm": "^3.535.0",
"@aws-sdk/client-cloudformation": "^3.536.0",
"@aws-sdk/client-sts": "^3.535.0",
"@listr2/prompt-adapter-enquirer": "^2.0.2",
"@aws-sdk/client-acm": "^3.576.0",
"@aws-sdk/client-cloudformation": "^3.576.0",
"@aws-sdk/client-sts": "^3.576.0",
"@listr2/prompt-adapter-enquirer": "^2.0.8",
"@soliantconsulting/bitbucket-cloud-cli-auth": "^1.0.0",
"@soliantconsulting/bitbucket-openid-connect": "^1.1.1",
"aws-cdk": "^2.133.0",
"aws-cdk": "^2.141.0",
"deepmerge": "^4.3.1",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"glob": "^10.3.10",
"glob": "^10.3.15",
"handlebars": "^4.7.8",
"listr2": "^8.0.2",
"listr2": "^8.2.1",
"meow": "^13.2.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"source-map-support": "^0.5.21"
}
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}
Loading

0 comments on commit a585f91

Please sign in to comment.