Skip to content

Commit 537c7d5

Browse files
author
Castro, Mario
committed
Updates Booster dependencies to v3.1.2
1 parent 90a0db9 commit 537c7d5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/boostercloud/booster/issues"
3636
},
3737
"peerDependencies": {
38-
"@boostercloud/framework-core": ">=3.1.0",
39-
"@boostercloud/framework-types": ">=3.1.0"
38+
"@boostercloud/framework-core": ">=3.1.2",
39+
"@boostercloud/framework-types": ">=3.1.2"
4040
}
4141
}

packages/rocket-webhook-azure-infrastructure/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"url": "git+https://github.com/boostercloud/rocket-webhook.git"
2424
},
2525
"peerDependencies": {
26-
"@boostercloud/framework-core": ">=3.1.0",
27-
"@boostercloud/framework-types": ">=3.1.0"
26+
"@boostercloud/framework-core": ">=3.1.2",
27+
"@boostercloud/framework-types": ">=3.1.2"
2828
},
2929
"dependencies": {
3030
"@boostercloud/rocket-webhook-types": "^1.0.0"
3131
},
3232
"devDependencies": {
33-
"@boostercloud/framework-provider-azure-infrastructure": "3.1.0",
33+
"@boostercloud/framework-provider-azure-infrastructure": "3.1.2",
3434
"@cdktf/provider-azurerm": "13.18.0",
3535
"@types/node": "^20.17.17",
3636
"@typescript-eslint/eslint-plugin": "^8.11.0",

packages/rocket-webhook-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"uuid"
2727
],
2828
"peerDependencies": {
29-
"@boostercloud/framework-core": ">=3.1.0",
30-
"@boostercloud/framework-types": ">=3.1.0"
29+
"@boostercloud/framework-core": ">=3.1.2",
30+
"@boostercloud/framework-types": ">=3.1.2"
3131
},
3232
"dependencies": {
3333
"@boostercloud/rocket-webhook-types": "^1.0.0",

packages/rocket-webhook-local-infrastructure/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"url": "git+https://github.com/boostercloud/rocket-webhook.git"
2424
},
2525
"peerDependencies": {
26-
"@boostercloud/framework-core": ">=3.1.0",
27-
"@boostercloud/framework-types": ">=3.1.0"
26+
"@boostercloud/framework-core": ">=3.1.2",
27+
"@boostercloud/framework-types": ">=3.1.2"
2828
},
2929
"dependencies": {
3030
"@boostercloud/rocket-webhook-types": "^1.0.0",
3131
"express": "4.21.1"
3232
},
3333
"devDependencies": {
34-
"@boostercloud/framework-provider-local-infrastructure": "3.1.0",
34+
"@boostercloud/framework-provider-local-infrastructure": "3.1.2",
3535
"@types/node": "^20.17.17",
3636
"@typescript-eslint/eslint-plugin": "^8.11.0",
3737
"@typescript-eslint/parser": "^8.11.0",

packages/rocket-webhook-types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"url": "git+https://github.com/boostercloud/rocket-webhook.git"
2424
},
2525
"peerDependencies": {
26-
"@boostercloud/framework-core": ">=3.1.0",
27-
"@boostercloud/framework-types": ">=3.1.0"
26+
"@boostercloud/framework-core": ">=3.1.2",
27+
"@boostercloud/framework-types": ">=3.1.2"
2828
},
2929
"devDependencies": {
3030
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)