Skip to content

Commit bf19eee

Browse files
committed
chore: bump aws-cdk-lib to v2.202.0
Also bumps other dependencies. The `JsonSchema` type got a breaking change in `aws-cdk-lib` v2.201.0.
1 parent fc7e7de commit bf19eee

File tree

2 files changed

+165
-121
lines changed

2 files changed

+165
-121
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemonger-io/cdk-rest-api-with-spec",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Describe Amazon API Gateway and OpenAPI at once with CDK",
55
"repository": {
66
"type": "git",
@@ -37,20 +37,20 @@
3737
"openapi3-ts": "^2.0.2"
3838
},
3939
"devDependencies": {
40-
"@microsoft/api-documenter": "^7.23.23",
41-
"@microsoft/api-extractor": "^7.40.1",
42-
"@rollup/plugin-typescript": "^12.1.2",
40+
"@microsoft/api-documenter": "^7.26.29",
41+
"@microsoft/api-extractor": "^7.52.8",
42+
"@rollup/plugin-typescript": "^12.1.3",
4343
"@types/node": "^22.15.17",
44-
"aws-cdk-lib": "^2.126.0",
44+
"aws-cdk-lib": "2.202.0",
4545
"constructs": "^10.3.0",
46-
"npm-run-all2": "^8.0.1",
46+
"npm-run-all2": "^8.0.4",
4747
"rimraf": "^6.0.1",
48-
"rollup": "^4.9.6",
48+
"rollup": "^4.44.1",
4949
"tslib": "^2.6.2",
5050
"typescript": "^5.3.3"
5151
},
5252
"peerDependecnies": {
53-
"aws-cdk-lib": "^2.0",
53+
"aws-cdk-lib": ">=2.201.0",
5454
"constructs": "^10.0"
5555
}
5656
}

0 commit comments

Comments
 (0)