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 6bee74d commit f294450
Show file tree
Hide file tree
Showing 5 changed files with 1,131 additions and 1,045 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.1/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 @@ -22,43 +22,44 @@
"check": "biome check . --apply"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@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.7",
"@types/node": "^20.12.12",
"@types/semver": "^7.5.8",
"@types/slug": "^5.0.8",
"@types/source-map-support": "^0.5.10",
"lefthook": "^1.6.10",
"pkg-types": "^1.1.0",
"tsx": "^4.7.3",
"lefthook": "^1.6.11",
"pkg-types": "^1.1.1",
"tsx": "^4.10.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-cdk/cli-lib-alpha": "2.133.0-alpha.0",
"@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",
"@aws-cdk/cli-lib-alpha": "2.141.0-alpha.0",
"@aws-sdk/client-acm": "^3.576.0",
"@aws-sdk/client-cloudformation": "^3.576.0",
"@aws-sdk/client-iam": "^3.576.0",
"@aws-sdk/client-s3": "^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",
"auth0": "^4.3.1",
"aws-cdk": "^2.139.0",
"aws-cdk-lib": "^2.139.0",
"auth0": "^4.4.0",
"aws-cdk": "^2.141.0",
"aws-cdk-lib": "^2.141.0",
"camelcase": "^8.0.0",
"constructs": "^10.3.0",
"deepmerge": "^4.3.1",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"glob": "^10.3.12",
"execa": "^9.1.0",
"glob": "^10.3.15",
"handlebars": "^4.7.8",
"listr2": "^8.2.1",
"meow": "^13.2.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"slug": "^9.0.0",
"source-map-support": "^0.5.21"
}
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}
Loading

0 comments on commit f294450

Please sign in to comment.