Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 0b00951 commit 3a10b9a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.173.2",
"aws-cdk-lib": "^2.173.2",
"aws-cdk": "^2.173.3",
"aws-cdk-lib": "^2.173.3",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.173.2",
"aws-cdk-lib": "^2.173.2",
"aws-cdk": "^2.173.3",
"aws-cdk-lib": "^2.173.3",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/strings": "workspace:*",
"@stacksjs/whois": "workspace:*",
"aws-cdk-lib": "^2.173.2"
"aws-cdk-lib": "^2.173.3"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"aws-cdk-lib": "^2.173.2"
"aws-cdk-lib": "^2.173.3"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@poppinss/defer": "^1.1.0"
"@poppinss/defer": "^1.1.1"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"aws-cdk-lib": "^2.173.2",
"aws-cdk-lib": "^2.173.3",
"typescript": "^5.7.2"
}
}

0 comments on commit 3a10b9a

Please sign in to comment.