Skip to content

Commit 3b549d8

Browse files
authored
Update package.json
Need to add alpha suffix.
1 parent edc0b94 commit 3b549d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

typescript/opensearch/cwlogs_ingestion/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"devDependencies": {
1414
"@types/jest": "^29.5.4",
1515
"@types/node": "20.5.9",
16-
"aws-cdk": "^2.164.1",
17-
"aws-cdk-lib": "^2.164.1",
16+
"aws-cdk": "^2.165.0",
17+
"aws-cdk-lib": "^2.165.0",
1818
"constructs": "^10.2.43",
1919
"globals": "^15.6.0",
2020
"jest": "^29.6.4",
@@ -23,9 +23,9 @@
2323
"typescript": "~5.2.2"
2424
},
2525
"dependencies": {
26-
"@aws-cdk/aws-lambda-python-alpha": "2.164.1",
27-
"aws-cdk": "^2.164.1",
28-
"aws-cdk-lib": "^2.164.1",
26+
"@aws-cdk/aws-lambda-python-alpha": "2.165.0-alpha.0",
27+
"aws-cdk": "^2.165.0",
28+
"aws-cdk-lib": "^2.165.0",
2929
"constructs": "^10.0.0",
3030
"source-map-support": "^0.5.21"
3131
}

0 commit comments

Comments
 (0)